hixie: clarification (whatwg r6335)

hixie: clarification (whatwg r6335)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5062&r2=1.5063&f=h
http://html5.org/tools/web-apps-tracker?from=6334&to=6335

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5062
retrieving revision 1.5063
diff -u -d -r1.5062 -r1.5063
--- Overview.html 28 Jul 2011 00:48:54 -0000 1.5062
+++ Overview.html 28 Jul 2011 01:23:32 -0000 1.5063
@@ -54919,11 +54919,10 @@
     <tr><td> <code title="">xmlns</code> <td> <a href="#xmlns-namespace">XMLNS namespace</a> <td> <code title="">xmlns</code>
     <tr><td> <code title="">xlink</code> <td> <a href="#xmlns-namespace">XMLNS namespace</a> <td> <code title="">xmlns:xlink</code>
   </table><p>No other namespaced attribute can be expressed in <a href="#syntax">the
-  HTML syntax</a>.<h5 id="optional-tags"><span class="secno">8.1.2.4 </span>Optional tags</h5><p>Certain tags can be <dfn id="syntax-tag-omission" title="syntax-tag-omission">omitted</dfn>.<p class="note">Omitting an element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> does not mean the element
-  is not present; it is implied, but it is still there. An HTML
-  document always has a root <code><a href="#the-html-element">html</a></code> element, even if the
-  string <code title="">&lt;html&gt;</code> doesn't appear anywhere in
-  the markup.</p><p>An <code><a href="#the-html-element">html</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
+  HTML syntax</a>.<h5 id="optional-tags"><span class="secno">8.1.2.4 </span>Optional tags</h5><p>Certain tags can be <dfn id="syntax-tag-omission" title="syntax-tag-omission">omitted</dfn>.<p class="note">Omitting an element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> in the situations
+  described below does not mean the element is not present; it is
+  implied, but it is still there. For example, an HTML document always
+  has a root <code><a href="#the-html-element">html</a></code> element, even if the string <code title="">&lt;html&gt;</code> doesn't appear anywhere in the markup.</p><p>An <code><a href="#the-html-element">html</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
   first thing inside the <code><a href="#the-html-element">html</a></code> element is not a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>An <code><a href="#the-html-element">html</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
   tag</a> may be omitted if the <code><a href="#the-html-element">html</a></code> element is not
   immediately followed by a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><p>A <code><a href="#the-head-element">head</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the

Received on Thursday, 28 July 2011 01:24:00 UTC