hixie: Don't require a space between the word system and the system identifier. (whatwg r3923)

hixie: Don't require a space between the word system and the system
identifier. (whatwg r3923)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3084&r2=1.3085&f=h
http://html5.org/tools/web-apps-tracker?from=3922&to=3923

===================================================================
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:15:05 UTC