- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Feb 2010 22:37:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv32069 Modified Files: Overview.html spec.html Log Message: Don't seek to the start before playing if you're already at the start. (whatwg r4801) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.742 retrieving revision 1.743 diff -u -d -r1.742 -r1.743 --- Overview.html 23 Feb 2010 11:37:00 -0000 1.742 +++ Overview.html 23 Feb 2010 22:37:08 -0000 1.743 @@ -306,7 +306,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.3847. +This is revision 1.3849. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide @@ -359,8 +359,8 @@ for which the chairs have not yet declared a decision</a>. The editor also maintains <a href="http://www.whatwg.org/issues/">a list of all e-mails that he has not yet tried to address</a>. These bugs, - issues, and e-mails apply to all HTML specifications, not just this - one.</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- stability (required) --><p>Implementors should be aware that this specification is not + issues, and e-mails apply to multiple HTML-related specifications, + not just this one.</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- stability (required) --><p>Implementors should be aware that this specification is not stable. <strong>Implementors who are not taking part in the discussions are likely to find the specification changing out from under them in incompatible ways.</strong> Vendors interested in Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.747 retrieving revision 1.748 diff -u -d -r1.747 -r1.748 --- spec.html 23 Feb 2010 11:37:00 -0000 1.747 +++ spec.html 23 Feb 2010 22:37:08 -0000 1.748 @@ -304,7 +304,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.3847. +This is revision 1.3849. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -357,8 +357,8 @@ for which the chairs have not yet declared a decision</a>. The editor also maintains <a href=http://www.whatwg.org/issues/>a list of all e-mails that he has not yet tried to address</a>. These bugs, - issues, and e-mails apply to all HTML specifications, not just this - one.</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- stability (required) --><p>Implementors should be aware that this specification is not + issues, and e-mails apply to multiple HTML-related specifications, + not just this one.</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- stability (required) --><p>Implementors should be aware that this specification is not stable. <strong>Implementors who are not taking part in the discussions are likely to find the specification changing out from under them in incompatible ways.</strong> Vendors interested in
Received on Tuesday, 23 February 2010 22:37:13 UTC