Skip to content

Commit 32c6440

Browse files
committed
activate HTMLVideoElement playsinline attribute.
1 parent ca4a0da commit 32c6440

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

inputfiles/comments.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,6 +1751,9 @@
17511751
"HTMLVideoElement": {
17521752
"properties": {
17531753
"property": {
1754+
"playsInline": {
1755+
"comment": "/**\n * Gets or sets the playsinline of the video element. for example, On iPhone, video elements will now be allowed to play inline, and will not automatically enter fullscreen mode when playback begins.\n */"
1756+
},
17541757
"width": {
17551758
"comment": "/**\n * Gets or sets the width of the video element.\n */"
17561759
},

inputfiles/removedTypes.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,6 @@
212212
}
213213
}
214214
},
215-
"HTMLVideoElement": {
216-
"properties": {
217-
"property": {
218-
"playsInline": null
219-
}
220-
}
221-
},
222215
"HTMLFormElement": {
223216
"properties": {
224217
"property": {

0 commit comments

Comments
 (0)