diff --git a/volta.js b/volta.js index dfa9727..5be14b6 100644 --- a/volta.js +++ b/volta.js @@ -114,6 +114,9 @@ window.Conf = { "hyphens":"hyphens", "icon":"icon", "image-orientation":"imageOrientation", + "image-rendering":"imageRendering", + "image-resolution":"imageResolution", + "ime-mode":"imeMode", "justify-content":"justifyContent", "left":"left", "letter-spacing":"letterSpacing", @@ -136,6 +139,7 @@ window.Conf = { "nav-left":"navLeft", "nav-right":"navRight", "nav-up":"navUp", + "object-fit":"objecFit", "opacity":"opacity", "order":"order", "orphans":"orphans", @@ -165,12 +169,14 @@ window.Conf = { "tab-size":"tabSize", "text-align":"textAlign", "text-align-last":"textAlignLast", + "text-combine-upright":"textCombineUpright", "text-decoration":"textDecoration", "text-decoration-color":"textDecorationColor", "text-decoration-line":"textDecorationLine", "text-decoration-style":"textDecorationStyle", "text-indent":"textIndent", "text-justify":"textJustify", + "text-orientation":"textOrientation", "text-overflow":"textOverflow", "text-shadow":"textShadow", "text-transform":"textTransform", @@ -186,8 +192,13 @@ window.Conf = { "unicode-bidi":"unicodeBidi", "vertical-align":"verticalAlign", "visibility":"visibility", + "voice-balance":"voiceBalance", + "voice-pitch":"voicePitch", + "voice-rate":"voiceRate", + "voice-volume":"voiceVolume", "white-space":"whiteSpace", "width":"width", + "will-change":"willChange", "word-break":"wordBreak", "word-spacing":"wordSpacing", "word-wrap":"wordWrap", @@ -326,4 +337,4 @@ document.onreadystatechange = function(){ if(!window.Conf.options.run) { Volta.render({}); } -} \ No newline at end of file +}