- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Jul 2011 01:23:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32708
Modified Files:
Overview.html
Log Message:
clarification (whatwg r6335)
Index: Overview.html
===================================================================
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=""><html></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=""><html></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:23:37 UTC