Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c802f94

Browse files

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/docs/reference-dom-elements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ React supports all `data-*` and `aria-*` attributes as well as these attributes:
104104
accept acceptCharset accessKey action allowFullScreen allowTransparency alt
105105
async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge
106106
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
109109
formNoValidate formTarget frameBorder headers height hidden high href hrefLang
110110
htmlFor httpEquiv icon id inputMode integrity is keyParams keyType kind label
111111
lang list loop low manifest marginHeight marginWidth max maxLength media

src/renderers/dom/shared/HTMLDOMPropertyConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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`.

0 commit comments

Comments
 (0)