We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b21b741 + 60c2f13 commit ab7d219Copy full SHA for ab7d219
lib/rules/no-unknown-property.js
@@ -23,7 +23,7 @@ var DOM_PROPERTY_NAMES = [
23
'crossOrigin', 'dateTime', 'encType', 'formAction', 'formEncType', 'formMethod', 'formNoValidate', 'formTarget',
24
'frameBorder', 'hrefLang', 'htmlFor', 'httpEquiv', 'marginHeight', 'marginWidth', 'maxLength', 'mediaGroup',
25
'noValidate', 'radioGroup', 'readOnly', 'rowSpan', 'spellCheck', 'srcDoc', 'srcSet', 'tabIndex', 'useMap',
26
- 'itemProp', 'itemScope', 'itemType', 'itemRef', 'itemId'
+ 'itemProp', 'itemScope', 'itemType', 'itemRef', 'itemID'
27
];
28
29
// ------------------------------------------------------------------------------
0 commit comments