Skip to content

Commit

Permalink
[e] (0) clarification
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12578

git-svn-id: http://svn.whatwg.org/webapps@6335 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 28, 2011
1 parent 14f6e5b commit 36812c2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
9 changes: 4 additions & 5 deletions complete.html
Expand Up @@ -82658,11 +82658,10 @@ <h5 id=optional-tags><span class=secno>13.1.2.4 </span>Optional tags</h5>

<p>Certain tags can be <dfn id=syntax-tag-omission title=syntax-tag-omission>omitted</dfn>.</p>

<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 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>

<!-- <html> -->
<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
Expand Down
9 changes: 4 additions & 5 deletions index
Expand Up @@ -78231,11 +78231,10 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<p>Certain tags can be <dfn id=syntax-tag-omission title=syntax-tag-omission>omitted</dfn>.</p>

<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 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>

<!-- <html> -->
<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
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -93671,11 +93671,11 @@ interface <dfn>WindowLocalStorage</dfn> {
title="syntax-tag-omission">omitted</dfn>.</p>

<p class="note">Omitting an element's <span
title="syntax-start-tag">start tag</span> does not mean the element
is not present; it is implied, but it is still there. An HTML
document always has a root <code>html</code> element, even if the
string <code title="">&lt;html></code> doesn't appear anywhere in
the markup.</p>
title="syntax-start-tag">start tag</span> 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>html</code> element, even if the string <code
title="">&lt;html></code> doesn't appear anywhere in the markup.</p>

<!-- <html> -->
<p>An <code>html</code> element's <span
Expand Down

0 comments on commit 36812c2

Please sign in to comment.