@@ -259,8 +259,8 @@ const DOM_PROPERTY_NAMES_TWO_WORDS = [
259259 'onCompositionUpdate' , 'onCut' , 'onDoubleClick' , 'onDrag' , 'onDragEnd' , 'onDragEnter' , 'onDragExit' , 'onDragLeave' ,
260260 'onError' , 'onFocus' , 'onInput' , 'onKeyDown' , 'onKeyPress' , 'onKeyUp' , 'onLoad' , 'onWheel' , 'onDragOver' ,
261261 'onDragStart' , 'onDrop' , 'onMouseDown' , 'onMouseEnter' , 'onMouseLeave' , 'onMouseMove' , 'onMouseOut' , 'onMouseOver' ,
262- 'onMouseUp' , 'onPaste' , 'onScroll' , 'onSelect' , 'onSubmit' , 'onToggle ' , 'onTransitionEnd ' , 'radioGroup ' , 'readOnly' , 'referrerPolicy ',
263- 'rowSpan' , 'srcDoc' , 'srcLang' , 'srcSet' , 'useMap' , 'fetchPriority' ,
262+ 'onMouseUp' , 'onPaste' , 'onScroll' , 'onSelect' , 'onSubmit' , 'onBeforeToggle ' , 'onToggle ' , 'onTransitionEnd ' , 'radioGroup ' ,
263+ 'readOnly' , 'referrerPolicy' , ' rowSpan', 'srcDoc' , 'srcLang' , 'srcSet' , 'useMap' , 'fetchPriority' ,
264264 // SVG attributes
265265 // See https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute
266266 'crossOrigin' , 'accentHeight' , 'alignmentBaseline' , 'arabicForm' , 'attributeName' ,
@@ -317,9 +317,11 @@ const DOM_PROPERTY_NAMES_TWO_WORDS = [
317317 'onMouseMoveCapture' , 'onMouseOutCapture' , 'onMouseOverCapture' , 'onMouseUpCapture' ,
318318 // Video specific
319319 'autoPictureInPicture' , 'controlsList' , 'disablePictureInPicture' , 'disableRemotePlayback' ,
320+ // popovers
321+ 'popoverTarget' , 'popoverTargetAction' ,
320322] ;
321323
322- const DOM_PROPERTIES_IGNORE_CASE = [ 'charset' , 'allowFullScreen' , 'webkitAllowFullScreen' , 'mozAllowFullScreen' , 'webkitDirectory' ] ;
324+ const DOM_PROPERTIES_IGNORE_CASE = [ 'charset' , 'allowFullScreen' , 'webkitAllowFullScreen' , 'mozAllowFullScreen' , 'webkitDirectory' , 'popoverTarget' , 'popoverTargetAction' ] ;
323325
324326const ARIA_PROPERTIES = [
325327 // See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes
0 commit comments