Revert "Add unknown property warning for use of autofocus" (#7684)

This commit is contained in:
Paul O’Shannessy
2016-09-08 13:43:57 -07:00
committed by GitHub
parent 73c50e7d00
commit 8debf524df
2 changed files with 1 additions and 19 deletions
@@ -41,7 +41,7 @@ var HTMLDOMPropertyConfig = {
async: HAS_BOOLEAN_VALUE,
autoComplete: 0,
// autoFocus is polyfilled/normalized by AutoFocusUtils
autoFocus: HAS_BOOLEAN_VALUE,
// autoFocus: HAS_BOOLEAN_VALUE,
autoPlay: HAS_BOOLEAN_VALUE,
capture: HAS_BOOLEAN_VALUE,
cellPadding: 0,
@@ -205,7 +205,6 @@ var HTMLDOMPropertyConfig = {
},
DOMAttributeNames: {
acceptCharset: 'accept-charset',
autoFocus: 'autofocus',
className: 'class',
htmlFor: 'for',
httpEquiv: 'http-equiv',