File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ The following HTML elements are supported:
1717```
1818a abbr address area article aside audio b base bdi bdo big blockquote body br
1919button canvas caption cite code col colgroup data datalist dd del details dfn
20- div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5 h6
21- head header hr html i iframe img input ins kbd keygen label legend li link
20+ dialog div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5
21+ h6 head header hr html i iframe img input ins kbd keygen label legend li link
2222main map mark menu menuitem meta meter nav noscript object ol optgroup option
2323output p param pre progress q rp rt ruby s samp script section select small
2424source span strong style sub summary sup table tbody td textarea tfoot th
@@ -58,7 +58,7 @@ className cols colSpan content contentEditable contextMenu controls coords
5858crossOrigin data dateTime defer dir disabled download draggable encType form
5959formNoValidate frameBorder height hidden href hrefLang htmlFor httpEquiv icon
6060id label lang list loop max maxLength mediaGroup method min multiple muted
61- name noValidate pattern placeholder poster preload radioGroup readOnly rel
61+ name noValidate open pattern placeholder poster preload radioGroup readOnly rel
6262required role rows rowSpan sandbox scope scrollLeft scrolling scrollTop
6363seamless selected shape size span spellCheck src srcDoc srcSet start step
6464style tabIndex target title type useMap value width wmode
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ var ReactDOM = mapObject({
9595 del : false ,
9696 details : false ,
9797 dfn : false ,
98+ dialog : false ,
9899 div : false ,
99100 dl : false ,
100101 dt : false ,
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ var HTMLDOMPropertyConfig = {
117117 muted : MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE ,
118118 name : null ,
119119 noValidate : HAS_BOOLEAN_VALUE ,
120+ open : null ,
120121 pattern : null ,
121122 placeholder : null ,
122123 poster : null ,
You can’t perform that action at this time.
0 commit comments