diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index ad50d3fd7..6eb919870 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -11589,7 +11589,7 @@ interface HTMLMediaElement extends HTMLElement { */ load(): void; /** - * 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. + * Pauses the current playback and sets paused to TRUE. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/pause) */ diff --git a/inputfiles/comments.json b/inputfiles/comments.json index d325f73b4..814a5f0ed 100644 --- a/inputfiles/comments.json +++ b/inputfiles/comments.json @@ -1574,7 +1574,7 @@ "methods": { "method": { "pause": { - "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." + "comment": "Pauses the current playback and sets paused to TRUE." }, "play": { "comment": "Loads and starts playback of a media resource." @@ -1811,11 +1811,11 @@ "properties": { "property": { "parent": { - "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." + "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." } } } } } } -} +} \ No newline at end of file