[html5] r4905 - [e] (0) tersify Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9145
whatwg at whatwg.org
whatwg at whatwg.org
Tue Mar 30 14:52:42 PDT 2010
Author: ianh
Date: 2010-03-30 14:52:40 -0700 (Tue, 30 Mar 2010)
New Revision: 4905
Modified:
complete.html
index
source
Log:
[e] (0) tersify
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9145
Modified: complete.html
===================================================================
--- complete.html 2010-03-30 21:48:28 UTC (rev 4904)
+++ complete.html 2010-03-30 21:52:40 UTC (rev 4905)
@@ -72580,9 +72580,7 @@
<p>A DOCTYPE must consist of the following characters, in this
order:</p>
- <ol class=brief><li>A U+003C LESS-THAN SIGN character (<).</li>
- <li>A U+0021 EXCLAMATION MARK character (!).</li>
- <li>A string that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">DOCTYPE</code>".</li>
+ <ol class=brief><li>A string that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title=""><!DOCTYPE</code>".</li>
<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="">HTML</code>".</li>
<li>Optionally, a <a href=#doctype-legacy-string>DOCTYPE legacy string</a> or an <a href=#obsolete-permitted-doctype-string>obsolete permitted DOCTYPE string</a> (defined below).</li>
Modified: index
===================================================================
--- index 2010-03-30 21:48:28 UTC (rev 4904)
+++ index 2010-03-30 21:52:40 UTC (rev 4905)
@@ -65852,9 +65852,7 @@
<p>A DOCTYPE must consist of the following characters, in this
order:</p>
- <ol class=brief><li>A U+003C LESS-THAN SIGN character (<).</li>
- <li>A U+0021 EXCLAMATION MARK character (!).</li>
- <li>A string that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">DOCTYPE</code>".</li>
+ <ol class=brief><li>A string that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title=""><!DOCTYPE</code>".</li>
<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="">HTML</code>".</li>
<li>Optionally, a <a href=#doctype-legacy-string>DOCTYPE legacy string</a> or an <a href=#obsolete-permitted-doctype-string>obsolete permitted DOCTYPE string</a> (defined below).</li>
Modified: source
===================================================================
--- source 2010-03-30 21:48:28 UTC (rev 4904)
+++ source 2010-03-30 21:52:40 UTC (rev 4905)
@@ -82691,9 +82691,7 @@
order:</p>
<ol class="brief">
- <li>A U+003C LESS-THAN SIGN character (<).</li>
- <li>A U+0021 EXCLAMATION MARK character (!).</li>
- <li>A string that is an <span>ASCII case-insensitive</span> match for the string "<code title="">DOCTYPE</code>".</li>
+ <li>A string that is an <span>ASCII case-insensitive</span> match for the string "<code title=""><!DOCTYPE</code>".</li>
<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="">HTML</code>".</li>
<li>Optionally, a <span>DOCTYPE legacy string</span> or an <span>obsolete permitted DOCTYPE string</span> (defined below).</li>
More information about the Commit-Watchers
mailing list