Skip to content

Commit

Permalink
[e] (0) vaguely push people towards a polyglot-compatible doctype
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10793

git-svn-id: http://svn.whatwg.org/webapps@5570 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 30, 2010
1 parent 392ca31 commit 4c061be
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -75453,16 +75453,16 @@ <h4 id=the-doctype><span class=secno>12.1.1 </span>The DOCTYPE</h4>

<ol class=brief><li>A string that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">&lt;!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 (&gt;).</li>
</ol><p class=note>In other words, <code>&lt;!DOCTYPE HTML&gt;</code>,
</ol><p class=note>In other words, <code>&lt;!DOCTYPE html&gt;</code>,
case-insensitively.</p>

<hr><p>For the purposes of HTML generators that cannot output HTML
markup with the short DOCTYPE "<code title="">&lt;!DOCTYPE
HTML&gt;</code>", a <dfn id=doctype-legacy-string>DOCTYPE legacy string</dfn> may be inserted
html&gt;</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>

Expand All @@ -75472,8 +75472,8 @@ <h4 id=the-doctype><span class=secno>12.1.1 </span>The DOCTYPE</h4>
<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>&lt;!DOCTYPE HTML SYSTEM
"about:legacy-compat"&gt;</code> or <code>&lt;!DOCTYPE HTML SYSTEM
</ol><p class=note>In other words, <code>&lt;!DOCTYPE html SYSTEM
"about:legacy-compat"&gt;</code> or <code>&lt;!DOCTYPE html SYSTEM
'about:legacy-compat'&gt;</code>, case-insensitively except for the
part in single or double quotes.</p>

Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -71367,16 +71367,16 @@ interface <dfn id=messageport>MessagePort</dfn> {

<ol class=brief><li>A string that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">&lt;!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 (&gt;).</li>
</ol><p class=note>In other words, <code>&lt;!DOCTYPE HTML&gt;</code>,
</ol><p class=note>In other words, <code>&lt;!DOCTYPE html&gt;</code>,
case-insensitively.</p>

<hr><p>For the purposes of HTML generators that cannot output HTML
markup with the short DOCTYPE "<code title="">&lt;!DOCTYPE
HTML&gt;</code>", a <dfn id=doctype-legacy-string>DOCTYPE legacy string</dfn> may be inserted
html&gt;</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>

Expand All @@ -71386,8 +71386,8 @@ interface <dfn id=messageport>MessagePort</dfn> {
<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>&lt;!DOCTYPE HTML SYSTEM
"about:legacy-compat"&gt;</code> or <code>&lt;!DOCTYPE HTML SYSTEM
</ol><p class=note>In other words, <code>&lt;!DOCTYPE html SYSTEM
"about:legacy-compat"&gt;</code> or <code>&lt;!DOCTYPE html SYSTEM
'about:legacy-compat'&gt;</code>, case-insensitively except for the
part in single or double quotes.</p>

Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -86145,20 +86145,20 @@ interface <dfn>SQLTransactionSync</dfn> {
<ol class="brief">
<li>A string that is an <span>ASCII case-insensitive</span> match for the string "<code title="">&lt;!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 (&gt;).</li>
</ol>

<p class="note">In other words, <code>&lt;!DOCTYPE HTML></code>,
<p class="note">In other words, <code>&lt;!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="">&lt;!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>

Expand All @@ -86171,8 +86171,8 @@ interface <dfn>SQLTransactionSync</dfn> {
<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>&lt;!DOCTYPE HTML SYSTEM
"about:legacy-compat"></code> or <code>&lt;!DOCTYPE HTML SYSTEM
<p class="note">In other words, <code>&lt;!DOCTYPE html SYSTEM
"about:legacy-compat"></code> or <code>&lt;!DOCTYPE html SYSTEM
'about:legacy-compat'></code>, case-insensitively except for the
part in single or double quotes.</p>

Expand Down

0 comments on commit 4c061be

Please sign in to comment.