- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 May 2010 11:27:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv29197 Modified Files: Overview.html spec.html video.html Log Message: markup error (whatwg r5094) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.923 retrieving revision 1.924 diff -u -d -r1.923 -r1.924 --- Overview.html 11 May 2010 10:57:19 -0000 1.923 +++ Overview.html 11 May 2010 11:27:22 -0000 1.924 @@ -305,7 +305,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.4090. +This is revision 1.4092. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Index: video.html =================================================================== RCS file: /sources/public/html5/spec-author-view/video.html,v retrieving revision 1.603 retrieving revision 1.604 diff -u -d -r1.603 -r1.604 --- video.html 11 May 2010 10:57:20 -0000 1.603 +++ video.html 11 May 2010 11:27:23 -0000 1.604 @@ -1090,9 +1090,7 @@ will no longer raise an exception when seeking. No <a href="#media-data">media data</a> is available for the immediate <a href="#current-playback-position">current playback position</a>. The <a href="#timed-track" title="timed track">timed tracks</a> - are <a href="#the-timed-tracks-are-ready" title="the timed tracks are ready">ready</a>. - - </dd> + are <a href="#the-timed-tracks-are-ready" title="the timed tracks are ready">ready</a>.</dd> <dt><dfn id="dom-media-have_current_data" title="dom-media-HAVE_CURRENT_DATA"><code>HAVE_CURRENT_DATA</code></dfn> (numeric value 2)</dt> @@ -1806,8 +1804,7 @@ </td></tr></tbody><tbody><tr><td><dfn id="event-media-loadedmetadata" title="event-media-loadedmetadata"><code>loadedmetadata</code></dfn> </td><td><code><a href="#event">Event</a></code> - </td><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><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><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. </td></tr><tr><td><dfn id="event-media-loadeddata" title="event-media-loadeddata"><code>loadeddata</code></dfn> </td><td><code><a href="#event">Event</a></code> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.931 retrieving revision 1.932 diff -u -d -r1.931 -r1.932 --- spec.html 11 May 2010 10:57:19 -0000 1.931 +++ spec.html 11 May 2010 11:27:22 -0000 1.932 @@ -303,7 +303,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.4090. +This is revision 1.4092. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2010 <a href=http://www.w3.org/><abbr title="World Wide @@ -11895,9 +11895,7 @@ will no longer raise an exception when seeking. No <a href=#media-data>media data</a> is available for the immediate <a href=#current-playback-position>current playback position</a>. The <a href=#timed-track title="timed track">timed tracks</a> - are <a href=#the-timed-tracks-are-ready title="the timed tracks are ready">ready</a>. - - </dd> + are <a href=#the-timed-tracks-are-ready title="the timed tracks are ready">ready</a>.</dd> <dt><dfn id=dom-media-have_current_data title=dom-media-HAVE_CURRENT_DATA><code>HAVE_CURRENT_DATA</code></dfn> (numeric value 2)</dt> @@ -12611,8 +12609,7 @@ </td></tr></tbody><tbody><tr><td><dfn id=event-media-loadedmetadata title=event-media-loadedmetadata><code>loadedmetadata</code></dfn> </td><td><code><a href=#event>Event</a></code> - </td><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><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><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. </td></tr><tr><td><dfn id=event-media-loadeddata title=event-media-loadeddata><code>loadeddata</code></dfn> </td><td><code><a href=#event>Event</a></code>
Received on Tuesday, 11 May 2010 11:27:26 UTC