@@ -221,7 +221,7 @@ const DOM_PROPERTY_NAMES_TWO_WORDS = [
221
221
// Element specific attributes
222
222
// See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes (includes global attributes too)
223
223
// To be considered if these should be added also to ATTRIBUTE_TAGS_MAP
224
- 'acceptCharset' , 'allowFullScreen' , ' autoComplete', 'autoPlay' , 'cellPadding' , 'cellSpacing' , 'classID' , 'codeBase' ,
224
+ 'acceptCharset' , 'autoComplete' , 'autoPlay' , 'cellPadding' , 'cellSpacing' , 'classID' , 'codeBase' ,
225
225
'colSpan' , 'contextMenu' , 'dateTime' , 'encType' , 'formAction' , 'formEncType' , 'formMethod' , 'formNoValidate' , 'formTarget' ,
226
226
'frameBorder' , 'hrefLang' , 'httpEquiv' , 'isMap' , 'keyParams' , 'keyType' , 'marginHeight' , 'marginWidth' ,
227
227
'maxLength' , 'mediaGroup' , 'minLength' , 'noValidate' , 'onAnimationEnd' , 'onAnimationIteration' , 'onAnimationStart' ,
@@ -274,7 +274,7 @@ const DOM_PROPERTY_NAMES_TWO_WORDS = [
274
274
'autoPictureInPicture' , 'controlList' , 'disablePictureInPicture' , 'disableRemotePlayback' ,
275
275
] ;
276
276
277
- const DOM_PROPERTIES_IGNORE_CASE = [ 'charset' ] ;
277
+ const DOM_PROPERTIES_IGNORE_CASE = [ 'charset' , 'allowfullscreen' ] ;
278
278
279
279
const ARIA_PROPERTIES = [
280
280
// See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes
0 commit comments