- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Sep 2012 12:14:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10344
Modified Files:
single-page.html
Log Message:
commit 06b3575a8ce82ee19d697da50b489bd2d70707a5
Author: Robin Berjon <robin@berjon.com>
Date: Thu Sep 6 13:59:52 2012 +0200
refer to space characters instead of repeating - https://www.w3.org/Bugs/Public/show_bug.cgi?id=16974
Index: single-page.html
===================================================================
RCS file: /sources/public/html5/spec/single-page.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- single-page.html 5 Sep 2012 20:52:10 -0000 1.87
+++ single-page.html 6 Sep 2012 12:14:09 -0000 1.88
@@ -321,7 +321,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 5 September 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 6 September 2012</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href=http://www.w3.org/TR/html5/>http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -435,7 +435,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 5 September 2012 Editor's Draft.
+ This specification is the 6 September 2012 Editor's Draft.
</p>
@@ -8165,16 +8165,16 @@
<a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the word "<code title="">charset</code>". If no such match is found, return nothing
and abort these steps.</p></li>
- <li><p>Skip any U+0009, U+000A, U+000C, U+000D, or U+0020
- characters that immediately follow the word "<code title="">charset</code>" (there might not be any).</p></li>
+ <li><p>Skip any <a href=#space-character title="space character">space characters</a>
+ that immediately follow the word "<code title="">charset</code>" (there might not be any).</p></li>
<li><p>If the next character is not a "=" (U+003D),
then move <var title="">position</var> to point just before that
next character, and jump back to the step labeled
<i>loop</i>.</p></li>
- <li><p>Skip any U+0009, U+000A, U+000C, U+000D, or U+0020
- characters that immediately follow the equals sign (there might not
+ <li><p>Skip any <a href=#space-character title="space character">space characters</a>
+ that immediately follow the equals sign (there might not
be any).</p></li>
<li>
Received on Thursday, 6 September 2012 12:14:16 UTC