Skip to content

Commit

Permalink
[e] (0) Typo in the media events section
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24805
Affected topics: Video Text Tracks

git-svn-id: http://svn.whatwg.org/webapps@8511 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 25, 2014
1 parent 9077690 commit 1c5a66d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -31366,13 +31366,13 @@ <h5 id=mediaevents><span class=secno>4.7.10.16 </span>Event summary</h5>

<td><code><a href=#event>Event</a></code>

<td>The cure has become active.
<td>The cue has become active.

<tr><td><dfn id=event-media-exit title=event-media-exit><code>exit</code></dfn>

<td><code><a href=#event>Event</a></code>

<td>The cure has stopped being active.
<td>The cue has stopped being active.

</table><!--ADD-TOPIC:Security--><div class=impl>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -31366,13 +31366,13 @@ dictionary <dfn id=trackeventinit>TrackEventInit</dfn> : <a href=#eventinit>Even

<td><code><a href=#event>Event</a></code>

<td>The cure has become active.
<td>The cue has become active.

<tr><td><dfn id=event-media-exit title=event-media-exit><code>exit</code></dfn>

<td><code><a href=#event>Event</a></code>

<td>The cure has stopped being active.
<td>The cue has stopped being active.

</table><!--ADD-TOPIC:Security--><div class=impl>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -33924,15 +33924,15 @@ dictionary <dfn>TrackEventInit</dfn> : <span>EventInit</span> {

<td><code>Event</code>

<td>The cure has become active.
<td>The cue has become active.

<tr>

<td><dfn data-x="event-media-exit"><code>exit</code></dfn>

<td><code>Event</code>

<td>The cure has stopped being active.
<td>The cue has stopped being active.

</table>

Expand Down

0 comments on commit 1c5a66d

Please sign in to comment.