File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 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:
104104accept acceptCharset accessKey action allowFullScreen allowTransparency alt
105105async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge
106106charSet 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
109109formNoValidate formTarget frameBorder headers height hidden high href hrefLang
110110htmlFor httpEquiv icon id inputMode integrity is keyParams keyType kind label
111111lang 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 = {
5858 contentEditable : 0 ,
5959 contextMenu : 0 ,
6060 controls : HAS_BOOLEAN_VALUE ,
61+ controlsList : 0 ,
6162 coords : 0 ,
6263 crossOrigin : 0 ,
6364 data : 0 , // For `<object />` acts as `src`.
You can’t perform that action at this time.
0 commit comments