Skip to content

Commit

Permalink
[a] (0) Spaces are stripped, so it doesn't matter if that's the first…
Browse files Browse the repository at this point in the history
… thing in an <html> element.

git-svn-id: http://svn.whatwg.org/webapps@1682 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 23, 2008
1 parent eeb399b commit f40f5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -41165,8 +41165,7 @@ function receiver(e) {
<p>An <code><a href="#html">html</a></code> element's <span
title=syntax-start-tag>start tag</span> may be omitted if the first thing
inside the <code><a href="#html">html</a></code> element is not a <a
href="#space">space character</a> or a <a href="#comments0"
title=syntax-comments>comment</a>.</p>
href="#comments0" title=syntax-comments>comment</a>.</p>
<!-- </html> -->

<p>An <code><a href="#html">html</a></code> element's <span
Expand Down
3 changes: 1 addition & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -38788,8 +38788,7 @@ function receiver(e) {
<!-- <html> -->
<p>An <code>html</code> element's <span
title="syntax-start-tag">start tag</span> may be omitted if the
first thing inside the <code>html</code> element is not a
<span>space character</span> or a <span
first thing inside the <code>html</code> element is not a <span
title="syntax-comments">comment</span>.</p>

<!-- </html> -->
Expand Down

0 comments on commit f40f5f7

Please sign in to comment.