- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 May 2012 23:11:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv29435 Modified Files: Overview.html spec.html spec.preprocessed.html Log Message: Fix a race condition (whatwg r7108) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.1791 retrieving revision 1.1792 diff -u -d -r1.1791 -r1.1792 --- Overview.html 30 May 2012 00:13:37 -0000 1.1791 +++ Overview.html 30 May 2012 23:11:36 -0000 1.1792 @@ -341,7 +341,7 @@ <h1>HTML5: Edition for Web Authors</h1> - <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5-author/">http://www.w3.org/TR/html5-author/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -365,7 +365,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </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>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5662.</p> + This is revision 1.5663.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2012 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -561,7 +561,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 29 May 2012 Editor's Draft. + This specification is the 30 May 2012 Editor's Draft. </p> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1935 retrieving revision 1.1936 diff -u -d -r1.1935 -r1.1936 --- spec.html 30 May 2012 00:13:38 -0000 1.1935 +++ spec.html 30 May 2012 23:11:37 -0000 1.1936 @@ -343,7 +343,7 @@ <h1>HTML5: Edition for Web Authors</h1> - <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5-author/">http://www.w3.org/TR/html5-author/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -367,7 +367,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </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>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5662.</p> + This is revision 1.5663.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2012 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -563,7 +563,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 29 May 2012 Editor's Draft. + This specification is the 30 May 2012 Editor's Draft. </p> Index: spec.preprocessed.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v retrieving revision 1.773 retrieving revision 1.774 diff -u -d -r1.773 -r1.774 --- spec.preprocessed.html 30 May 2012 00:13:48 -0000 1.773 +++ spec.preprocessed.html 30 May 2012 23:11:50 -0000 1.774 @@ -359,7 +359,7 @@ <h1>HTML5: Edition for Web Authors</h1> - <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5-author/">http://www.w3.org/TR/html5-author/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -383,7 +383,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </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>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5662.</p> + This is revision 1.5663.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2012 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -581,7 +581,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 29 May 2012 Editor's Draft. + This specification is the 30 May 2012 Editor's Draft. </p>
Received on Wednesday, 30 May 2012 23:11:58 UTC