IE8 does not have a setter for property "enctype"

This commit is contained in:
Andreas Svensson
2014-09-03 15:30:23 +02:00
parent 073e1186d7
commit 05fa75d395
+3 -1
View File
@@ -176,7 +176,9 @@ var HTMLDOMPropertyConfig = {
autoCorrect: 'autocorrect',
autoFocus: 'autofocus',
autoPlay: 'autoplay',
encType: 'enctype',
// `encoding` is equivalent to `enctype`, IE8 lacks an `enctype` setter.
// http://www.w3.org/TR/html5/forms.html#dom-fs-encoding
encType: 'encoding',
hrefLang: 'hreflang',
radioGroup: 'radiogroup',
spellCheck: 'spellcheck',