- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Sep 2009 09:14:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5007
Modified Files:
	Overview.html 
Log Message:
Don't require a space between the word system and the system identifier. (whatwg r3923)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3084
retrieving revision 1.3085
diff -u -d -r1.3084 -r1.3085
--- Overview.html	21 Sep 2009 09:08:42 -0000	1.3084
+++ Overview.html	21 Sep 2009 09:14:10 -0000	1.3085
@@ -54930,7 +54930,7 @@
   into the DOCTYPE (in the position defined above). This string must
   consist of:<ol class="brief"><li>One or more <a href="#space-character" title="space character">space characters</a>.</li>
    <li>A string that is an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">SYSTEM</code>".</li>
-   <li>One or more <a href="#space-character" title="space character">space characters</a>.</li>
+   <li>Zero or more <a href="#space-character" title="space character">space characters</a>.</li>
    <li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>quote mark</i>).</li>
    <li>The literal string "<code title="">about:legacy-compat</code>".</li>
    <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step marked <i>quote mark</i>).</li>
Received on Monday, 21 September 2009 09:14:22 UTC