[html5] r5570 - [e] (0) vaguely push people towards a polyglot-compatible doctype Fixing http:// [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 30 01:47:03 PDT 2010


Author: ianh
Date: 2010-09-30 01:47:02 -0700 (Thu, 30 Sep 2010)
New Revision: 5570

Modified:
   complete.html
   index
   source
Log:
[e] (0) vaguely push people towards a polyglot-compatible doctype
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10793

Modified: complete.html
===================================================================
--- complete.html	2010-09-30 08:44:06 UTC (rev 5569)
+++ complete.html	2010-09-30 08:47:02 UTC (rev 5570)
@@ -75453,16 +75453,16 @@
 
   <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>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>
    <li>Zero or more <a href=#space-character title="space character">space characters</a>.</li>
    <li>A U+003E GREATER-THAN SIGN character (>).</li>
-  </ol><p class=note>In other words, <code><!DOCTYPE HTML></code>,
+  </ol><p class=note>In other words, <code><!DOCTYPE html></code>,
   case-insensitively.</p>
 
   <hr><p>For the purposes of HTML generators that cannot output HTML
   markup with the short DOCTYPE "<code title=""><!DOCTYPE
-  HTML></code>", a <dfn id=doctype-legacy-string>DOCTYPE legacy string</dfn> may be inserted
+  html></code>", a <dfn id=doctype-legacy-string>DOCTYPE legacy string</dfn> may be inserted
   into the DOCTYPE (in the position defined above). This string must
   consist of:</p>
 
@@ -75472,8 +75472,8 @@
    <li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>quote mark</i>).</li>
    <li>The literal string "<code><a href=#about:legacy-compat>about:legacy-compat</a></code>".</li>
    <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>quote mark</i>).</li>
-  </ol><p class=note>In other words, <code><!DOCTYPE HTML SYSTEM
-  "about:legacy-compat"></code> or <code><!DOCTYPE HTML SYSTEM
+  </ol><p class=note>In other words, <code><!DOCTYPE html SYSTEM
+  "about:legacy-compat"></code> or <code><!DOCTYPE html SYSTEM
   'about:legacy-compat'></code>, case-insensitively except for the
   part in single or double quotes.</p>
 

Modified: index
===================================================================
--- index	2010-09-30 08:44:06 UTC (rev 5569)
+++ index	2010-09-30 08:47:02 UTC (rev 5570)
@@ -71367,16 +71367,16 @@
 
   <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>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>
    <li>Zero or more <a href=#space-character title="space character">space characters</a>.</li>
    <li>A U+003E GREATER-THAN SIGN character (>).</li>
-  </ol><p class=note>In other words, <code><!DOCTYPE HTML></code>,
+  </ol><p class=note>In other words, <code><!DOCTYPE html></code>,
   case-insensitively.</p>
 
   <hr><p>For the purposes of HTML generators that cannot output HTML
   markup with the short DOCTYPE "<code title=""><!DOCTYPE
-  HTML></code>", a <dfn id=doctype-legacy-string>DOCTYPE legacy string</dfn> may be inserted
+  html></code>", a <dfn id=doctype-legacy-string>DOCTYPE legacy string</dfn> may be inserted
   into the DOCTYPE (in the position defined above). This string must
   consist of:</p>
 
@@ -71386,8 +71386,8 @@
    <li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>quote mark</i>).</li>
    <li>The literal string "<code><a href=#about:legacy-compat>about:legacy-compat</a></code>".</li>
    <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>quote mark</i>).</li>
-  </ol><p class=note>In other words, <code><!DOCTYPE HTML SYSTEM
-  "about:legacy-compat"></code> or <code><!DOCTYPE HTML SYSTEM
+  </ol><p class=note>In other words, <code><!DOCTYPE html SYSTEM
+  "about:legacy-compat"></code> or <code><!DOCTYPE html SYSTEM
   'about:legacy-compat'></code>, case-insensitively except for the
   part in single or double quotes.</p>
 

Modified: source
===================================================================
--- source	2010-09-30 08:44:06 UTC (rev 5569)
+++ source	2010-09-30 08:47:02 UTC (rev 5570)
@@ -86145,20 +86145,20 @@
   <ol class="brief">
    <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>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>
    <li>Zero or more <span title="space character">space characters</span>.</li>
    <li>A U+003E GREATER-THAN SIGN character (>).</li>
   </ol>
 
-  <p class="note">In other words, <code><!DOCTYPE HTML></code>,
+  <p class="note">In other words, <code><!DOCTYPE html></code>,
   case-insensitively.</p>
 
   <hr>
 
   <p>For the purposes of HTML generators that cannot output HTML
   markup with the short DOCTYPE "<code title=""><!DOCTYPE
-  HTML></code>", a <dfn>DOCTYPE legacy string</dfn> may be inserted
+  html></code>", a <dfn>DOCTYPE legacy string</dfn> may be inserted
   into the DOCTYPE (in the position defined above). This string must
   consist of:</p>
 
@@ -86171,8 +86171,8 @@
    <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>quote mark</i>).</li>
   </ol>
 
-  <p class="note">In other words, <code><!DOCTYPE HTML SYSTEM
-  "about:legacy-compat"></code> or <code><!DOCTYPE HTML SYSTEM
+  <p class="note">In other words, <code><!DOCTYPE html SYSTEM
+  "about:legacy-compat"></code> or <code><!DOCTYPE html SYSTEM
   'about:legacy-compat'></code>, case-insensitively except for the
   part in single or double quotes.</p>
 




More information about the Commit-Watchers mailing list