Skip to content

Commit

Permalink
Editorial: Fix some minor wording issues for media events
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn authored and domenic committed Apr 19, 2022
1 parent fce90e1 commit 5448492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -39689,7 +39689,7 @@ dictionary <dfn dictionary>TrackEventInit</dfn> : <span>EventInit</span> {
<td><code>Event</code>

<td>An error occurs while fetching the <span>media data</span> or the type of the resource
is not supported media format.
is not a supported media format.

<td><code data-x="dom-media-error">error</code> is an object with the code <code
data-x="dom-MediaError-MEDIA_ERR_NETWORK">MEDIA_ERR_NETWORK</code> or higher. <code
Expand Down Expand Up @@ -39932,7 +39932,7 @@ dictionary <dfn dictionary>TrackEventInit</dfn> : <span>EventInit</span> {
</table>


<p>The following event fires on <code>source</code> element:</p>
<p>The following event fires on <code>source</code> elements:</p>

<table>

Expand All @@ -39953,7 +39953,7 @@ dictionary <dfn dictionary>TrackEventInit</dfn> : <span>EventInit</span> {
<td><code>Event</code>

<td>An error occurs while fetching the <span>media data</span> or the type of the resource
is not supported media format.
is not a supported media format.

</table>

Expand Down

0 comments on commit 5448492

Please sign in to comment.