File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ React supports all `data-*` and `aria-*` attributes as well as these attributes:
104
104
accept acceptCharset accessKey action allowFullScreen allowTransparency alt
105
105
async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge
106
106
charSet checked cite classID className colSpan cols content contentEditable
107
- contextMenu controls coords crossOrigin data dateTime default defer dir
108
- disabled download draggable encType form formAction formEncType formMethod
107
+ contextMenu controls controlsList coords crossOrigin data dateTime default defer
108
+ dir disabled download draggable encType form formAction formEncType formMethod
109
109
formNoValidate formTarget frameBorder headers height hidden high href hrefLang
110
110
htmlFor httpEquiv icon id inputMode integrity is keyParams keyType kind label
111
111
lang list loop low manifest marginHeight marginWidth max maxLength media
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ var HTMLDOMPropertyConfig = {
58
58
contentEditable : 0 ,
59
59
contextMenu : 0 ,
60
60
controls : HAS_BOOLEAN_VALUE ,
61
+ controlsList : 0 ,
61
62
coords : 0 ,
62
63
crossOrigin : 0 ,
63
64
data : 0 , // For `<object />` acts as `src`.
You can’t perform that action at this time.
0 commit comments