- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Mar 2010 09:37:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv2824
Modified Files:
Overview.html spec.html
Log Message:
Make seeking async since some implementations can't tell if something is seekable synchronously. Also, make it not throw ever, and make it sanely re-entrant. (whatwg r4868)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.787
retrieving revision 1.788
diff -u -d -r1.787 -r1.788
--- Overview.html 24 Mar 2010 09:07:10 -0000 1.787
+++ Overview.html 25 Mar 2010 09:37:08 -0000 1.788
@@ -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.3896.
+This is revision 1.3897.
</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: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -d -r1.793 -r1.794
--- spec.html 24 Mar 2010 09:07:10 -0000 1.793
+++ spec.html 25 Mar 2010 09:37:08 -0000 1.794
@@ -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.3896.
+This is revision 1.3897.
</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
Received on Thursday, 25 March 2010 09:37:14 UTC