Skip to content

Commit 30fb5f4

Browse files
author
Orta Therox
authored
Merge pull request microsoft#905 from kahirokunn/master
Just activate HTMLVideoElement playsinline attribute.
2 parents 522daee + e67a282 commit 30fb5f4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

baselines/dom.generated.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8951,6 +8951,10 @@ interface HTMLVideoElement extends HTMLMediaElement {
89518951
* Gets or sets the height of the video element.
89528952
*/
89538953
height: number;
8954+
/**
8955+
* 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.
8956+
*/
8957+
playsInline: boolean;
89548958
/**
89558959
* Gets or sets a URL of an image to display, for example, like a movie poster. This can be a still frame from the video, or another image if no video data is available.
89568960
*/

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)