Reorder DefaultDOMPropertyConfig

`autoCorrect` belongs with the non-standard properties list.
This commit is contained in:
Paul O'Shannessy
2013-10-30 16:58:05 -07:00
committed by Paul O’Shannessy
parent 9b44ad6ce5
commit 2cf7d943df
+1 -1
View File
@@ -42,7 +42,6 @@ var DefaultDOMPropertyConfig = {
allowTransparency: MUST_USE_ATTRIBUTE,
alt: null,
autoComplete: null,
autoCorrect: null,
autoFocus: HAS_BOOLEAN_VALUE,
autoPlay: HAS_BOOLEAN_VALUE,
cellPadding: null,
@@ -109,6 +108,7 @@ var DefaultDOMPropertyConfig = {
* Non-standard Properties
*/
autoCapitalize: null, // Supported in Mobile Safari for keyboard hints
autoCorrect: null, // Supported in Mobile Safari for keyboard hints
/**
* SVG Properties