We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f74265 + 5e4c216 commit 9da77c3Copy full SHA for 9da77c3
src/ReactDOM.res
@@ -1234,6 +1234,8 @@ module Props = {
1234
@optional
1235
action: string /* uri */,
1236
1237
+ allow: string,
1238
+ @optional
1239
allowFullScreen: bool,
1240
1241
alt: string,
@@ -1290,6 +1292,8 @@ module Props = {
1290
1292
1291
1293
formMethod: string /* "post", "get", "put" */,
1294
1295
+ frameBorder: int, /* deprecated, prefer to use css border instead */
1296
1297
headers: string,
1298
1299
height: string /* in html5 this can only be a number, but in html4 it can ba a percentage as well */,
0 commit comments