Skip to content

Commit

Permalink
[e] (0) Captions - Stage 10c: fill in the last remaining informative …
Browse files Browse the repository at this point in the history
…mention of the automatic track downloads

git-svn-id: http://svn.whatwg.org/webapps@5093 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 11, 2010
1 parent 44660e0 commit 83bf485
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions complete.html
Expand Up @@ -26735,8 +26735,7 @@ <h5 id=mediaevents><span class=secno>4.8.10.14 </span>Event summary</h5>

<tbody><tr><td><dfn id=event-media-loadedmetadata title=event-media-loadedmetadata><code>loadedmetadata</code></dfn>
<td><code><a href=#event>Event</a></code>
<td>The user agent has just determined the duration and dimensions of the <a href=#media-resource>media resource</a>.
<!-- XXX timed tracks that were active when the media resource was selected are also available -->
<td>The user agent has just determined the duration and dimensions of the <a href=#media-resource>media resource</a> and <a href=#the-timed-tracks-are-ready>the timed tracks are ready</a>.
<td><code title=dom-media-readyState><a href=#dom-media-readystate>readyState</a></code> is newly equal to <code title=dom-media-HAVE_METADATA><a href=#dom-media-have_metadata>HAVE_METADATA</a></code> or greater for the first time.
<tr><td><dfn id=event-media-loadeddata title=event-media-loadeddata><code>loadeddata</code></dfn>
<td><code><a href=#event>Event</a></code>
Expand Down
3 changes: 1 addition & 2 deletions index
Expand Up @@ -26634,8 +26634,7 @@ CueEvent

<tbody><tr><td><dfn id=event-media-loadedmetadata title=event-media-loadedmetadata><code>loadedmetadata</code></dfn>
<td><code><a href=#event>Event</a></code>
<td>The user agent has just determined the duration and dimensions of the <a href=#media-resource>media resource</a>.
<!-- XXX timed tracks that were active when the media resource was selected are also available -->
<td>The user agent has just determined the duration and dimensions of the <a href=#media-resource>media resource</a> and <a href=#the-timed-tracks-are-ready>the timed tracks are ready</a>.
<td><code title=dom-media-readyState><a href=#dom-media-readystate>readyState</a></code> is newly equal to <code title=dom-media-HAVE_METADATA><a href=#dom-media-have_metadata>HAVE_METADATA</a></code> or greater for the first time.
<tr><td><dfn id=event-media-loadeddata title=event-media-loadeddata><code>loadeddata</code></dfn>
<td><code><a href=#event>Event</a></code>
Expand Down
3 changes: 1 addition & 2 deletions source
Expand Up @@ -28932,8 +28932,7 @@ CueEvent
<tr>
<td><dfn title="event-media-loadedmetadata"><code>loadedmetadata</code></dfn>
<td><code>Event</code>
<td>The user agent has just determined the duration and dimensions of the <span>media resource</span>.
<!-- XXX timed tracks that were active when the media resource was selected are also available -->
<td>The user agent has just determined the duration and dimensions of the <span>media resource</span> and <span>the timed tracks are ready</span>.
<td><code title="dom-media-readyState">readyState</code> is newly equal to <code title="dom-media-HAVE_METADATA">HAVE_METADATA</code> or greater for the first time.
<tr>
<td><dfn title="event-media-loadeddata"><code>loadeddata</code></dfn>
Expand Down

0 comments on commit 83bf485

Please sign in to comment.