Skip to content

Commit fab1989

Browse files
thkruzsaschanaz
andauthored
docs: remove invalid documentation (#1666)
Co-authored-by: saschanaz <[email protected]>
1 parent 0f25e2d commit fab1989

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11589,7 +11589,7 @@ interface HTMLMediaElement extends HTMLElement {
1158911589
*/
1159011590
load(): void;
1159111591
/**
11592-
* Pauses the current playback and sets paused to TRUE. This can be used to test whether the media is playing or paused. You can also use the pause or play events to tell whether the media is playing or not.
11592+
* Pauses the current playback and sets paused to TRUE.
1159311593
*
1159411594
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/pause)
1159511595
*/

inputfiles/comments.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@
15741574
"methods": {
15751575
"method": {
15761576
"pause": {
1577-
"comment": "Pauses the current playback and sets paused to TRUE. This can be used to test whether the media is playing or paused. You can also use the pause or play events to tell whether the media is playing or not."
1577+
"comment": "Pauses the current playback and sets paused to TRUE."
15781578
},
15791579
"play": {
15801580
"comment": "Loads and starts playback of a media resource."
@@ -1811,11 +1811,11 @@
18111811
"properties": {
18121812
"property": {
18131813
"parent": {
1814-
"comment" : "Refers to either the parent WindowProxy, or itself.\n\nIt can rarely be null e.g. for contentWindow of an iframe that is already removed from the parent."
1814+
"comment": "Refers to either the parent WindowProxy, or itself.\n\nIt can rarely be null e.g. for contentWindow of an iframe that is already removed from the parent."
18151815
}
18161816
}
18171817
}
18181818
}
18191819
}
18201820
}
1821-
}
1821+
}

0 commit comments

Comments
 (0)