Skip to content

Commit

Permalink
[e] (0) tersify
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9145

git-svn-id: http://svn.whatwg.org/webapps@4905 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 30, 2010
1 parent a5f6704 commit 60c247e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions complete.html
Expand Up @@ -72580,9 +72580,7 @@ <h4 id=the-doctype><span class=secno>12.1.1 </span>The DOCTYPE</h4>
<p>A DOCTYPE must consist of the following characters, in this
order:</p>

<ol class=brief><li>A U+003C LESS-THAN SIGN character (&lt;).</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="">&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>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>
Expand Down
4 changes: 1 addition & 3 deletions index
Expand Up @@ -65852,9 +65852,7 @@ interface <dfn id=messageport>MessagePort</dfn> {
<p>A DOCTYPE must consist of the following characters, in this
order:</p>

<ol class=brief><li>A U+003C LESS-THAN SIGN character (&lt;).</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="">&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>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>
Expand Down
4 changes: 1 addition & 3 deletions source
Expand Up @@ -82691,9 +82691,7 @@ interface <dfn>SQLTransactionSync</dfn> {
order:</p>

<ol class="brief">
<li>A U+003C LESS-THAN SIGN character (&lt;).</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="">&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>Optionally, a <span>DOCTYPE legacy string</span> or an <span>obsolete permitted DOCTYPE string</span> (defined below).</li>
Expand Down

0 comments on commit 60c247e

Please sign in to comment.