[html5] r1682 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri May 23 01:21:23 PDT 2008
Author: ianh
Date: 2008-05-23 01:21:22 -0700 (Fri, 23 May 2008)
New Revision: 1682
Modified:
index
source
Log:
[a] (0) Spaces are stripped, so it doesn't matter if that's the first thing in an <html> element.
Modified: index
===================================================================
--- index 2008-05-23 07:56:45 UTC (rev 1681)
+++ index 2008-05-23 08:21:22 UTC (rev 1682)
@@ -41165,8 +41165,7 @@
<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
Modified: source
===================================================================
--- source 2008-05-23 07:56:45 UTC (rev 1681)
+++ source 2008-05-23 08:21:22 UTC (rev 1682)
@@ -38788,8 +38788,7 @@
<!-- <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> -->
More information about the Commit-Watchers
mailing list