@@ -221,7 +221,7 @@ const DOM_PROPERTY_NAMES_TWO_WORDS = [
221221 // Element specific attributes
222222 // See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes (includes global attributes too)
223223 // 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' ,
225225 'colSpan' , 'contextMenu' , 'dateTime' , 'encType' , 'formAction' , 'formEncType' , 'formMethod' , 'formNoValidate' , 'formTarget' ,
226226 'frameBorder' , 'hrefLang' , 'httpEquiv' , 'isMap' , 'keyParams' , 'keyType' , 'marginHeight' , 'marginWidth' ,
227227 'maxLength' , 'mediaGroup' , 'minLength' , 'noValidate' , 'onAnimationEnd' , 'onAnimationIteration' , 'onAnimationStart' ,
@@ -274,7 +274,7 @@ const DOM_PROPERTY_NAMES_TWO_WORDS = [
274274 'autoPictureInPicture' , 'controlList' , 'disablePictureInPicture' , 'disableRemotePlayback' ,
275275] ;
276276
277- const DOM_PROPERTIES_IGNORE_CASE = [ 'charset' ] ;
277+ const DOM_PROPERTIES_IGNORE_CASE = [ 'charset' , 'allowfullscreen' ] ;
278278
279279const ARIA_PROPERTIES = [
280280 // See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes
0 commit comments