Skip to content

Commit

Permalink
parser section says 'HTML' must be uppercase. We can discuss if that …
Browse files Browse the repository at this point in the history
…should change (mail the list), but the syntax section needs to be consistent, at least.

git-svn-id: http://svn.whatwg.org/webapps@410 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 5, 2006
1 parent 1c4e5b9 commit 1ed561d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
18 changes: 7 additions & 11 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<h1 id=web-applications>Web Applications 1.0</h1>

<h2 class="no-num no-toc" id=working>Working Draft &mdash; 4 December 2006</h2>
<h2 class="no-num no-toc" id=working>Working Draft &mdash; 5 December 2006</h2>

<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
Expand Down Expand Up @@ -24571,26 +24571,22 @@ function receiver(e) {
<li>One or more <a href="#space" title="space character">space
characters</a>.

<li>A U+0048 LATIN CAPITAL LETTER H or U+0068 LATIN SMALL LETTER H
character.
<li>A U+0048 LATIN CAPITAL LETTER H character.

<li>A U+0054 LATIN CAPITAL LETTER T or U+0074 LATIN SMALL LETTER T
character.
<li>A U+0054 LATIN CAPITAL LETTER T character.

<li>A U+004D LATIN CAPITAL LETTER M or U+006D LATIN SMALL LETTER M
character.
<li>A U+004D LATIN CAPITAL LETTER M character.

<li>A U+004C LATIN CAPITAL LETTER L or U+006C LATIN SMALL LETTER L
character.
<li>A U+004C LATIN CAPITAL LETTER L character.

<li>Zero or more <a href="#space" title="space character">space
characters</a>.

<li>A U+003E GREATER-THAN SIGN (<code>&gt;</code>) character.
</ol>

<p class=note>In other words, <code>&lt;!DOCTYPE HTML></code>,
case-insensitively.
<p class=note>In other words, <code>&lt;!DOCTYPE HTML></code>, with the
"DOCTYPE" part being case-insensitive.

<h4 id=elements><span class=secno>9.1.2. </span>Elements</h4>

Expand Down
10 changes: 5 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -22791,16 +22791,16 @@ function receiver(e) {
<li>A U+0050 LATIN CAPITAL LETTER P or U+0070 LATIN SMALL LETTER P character.</li>
<li>A U+0045 LATIN CAPITAL LETTER E or U+0065 LATIN SMALL LETTER E character.</li>
<li>One or more <span title="space character">space characters</span>.</li>
<li>A U+0048 LATIN CAPITAL LETTER H or U+0068 LATIN SMALL LETTER H character.</li>
<li>A U+0054 LATIN CAPITAL LETTER T or U+0074 LATIN SMALL LETTER T character.</li>
<li>A U+004D LATIN CAPITAL LETTER M or U+006D LATIN SMALL LETTER M character.</li>
<li>A U+004C LATIN CAPITAL LETTER L or U+006C LATIN SMALL LETTER L character.</li>
<li>A U+0048 LATIN CAPITAL LETTER H character.</li>
<li>A U+0054 LATIN CAPITAL LETTER T character.</li>
<li>A U+004D LATIN CAPITAL LETTER M character.</li>
<li>A U+004C LATIN CAPITAL LETTER L character.</li>
<li>Zero or more <span title="space character">space characters</span>.</li>
<li>A U+003E GREATER-THAN SIGN (<code>&gt;</code>) character.</li>
</ol>

<p class="note">In other words, <code>&lt;!DOCTYPE HTML></code>,
case-insensitively.</p>
with the "DOCTYPE" part being case-insensitive.</p>


<h4>Elements</h4>
Expand Down

0 comments on commit 1ed561d

Please sign in to comment.