[html5] r3923 - [a] (0) Don't require a space between the word system and the system identifier. [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 21 02:20:53 PDT 2009


Author: ianh
Date: 2009-09-21 02:20:52 -0700 (Mon, 21 Sep 2009)
New Revision: 3923

Modified:
   index
   source
Log:
[a] (0) Don't require a space between the word system and the system identifier.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7615

Modified: index
===================================================================
--- index	2009-09-21 09:15:24 UTC (rev 3922)
+++ index	2009-09-21 09:20:52 UTC (rev 3923)
@@ -61020,7 +61020,7 @@
 
   <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>

Modified: source
===================================================================
--- source	2009-09-21 09:15:24 UTC (rev 3922)
+++ source	2009-09-21 09:20:52 UTC (rev 3923)
@@ -75501,7 +75501,7 @@
   <ol class="brief">
    <li>One or more <span title="space character">space characters</span>.</li>
    <li>A string that is an <span>ASCII case-insensitive</span> match for the string "<code title="">SYSTEM</code>".</li>
-   <li>One or more <span title="space character">space characters</span>.</li>
+   <li>Zero or more <span title="space character">space characters</span>.</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>




More information about the Commit-Watchers mailing list