Skip to content

Commit

Permalink
[e] (0) Be clearer about where this is defined.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21123
Affected topics: HTML, HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7856 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 26, 2013
1 parent b1f0747 commit 5ba9bbd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -83330,15 +83330,15 @@ <h4 id=elements-0><span class=secno>12.1.2 </span>Elements</h4>
<dd>All other allowed <a href=#html-elements>HTML elements</a> are normal
elements.</dd>

</dl><p><dfn id=syntax-tags title=syntax-tags>Tags</dfn> are used to delimit the start
</dl><!--CLEANUP--><p><dfn id=syntax-tags title=syntax-tags>Tags</dfn> are used to delimit the start
and end of elements in the markup. <a href=#raw-text-elements title="raw text
elements">Raw text</a>, <a href=#rcdata-elements title="RCDATA
elements">RCDATA</a>, and <a href=#normal-elements title="normal
elements">normal</a> elements have a <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> to indicate where they
begin, and an <a href=#syntax-end-tag title=syntax-end-tag>end tag</a> to
indicate where they end. The start and end tags of certain
<a href=#normal-elements>normal elements</a> can be <a href=#syntax-tag-omission title=syntax-tag-omission>omitted</a>, as described
later. Those that cannot be omitted must not be omitted. <a href=#void-elements>Void
below in the section on <a href=#syntax-tag-omission title=syntax-tag-omission>optional tags</a>. Those that cannot be omitted must not be omitted. <a href=#void-elements>Void
elements</a> only have a start tag; end tags must not be
specified for <a href=#void-elements>void elements</a>. <a href=#foreign-elements>Foreign
elements</a> must either have a start tag and an end tag, or a
Expand Down Expand Up @@ -101417,6 +101417,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Jim Jewett,
Jim Ley,
Jim Meehan,
Jim Michaels,
Jirka Kosek,
Jjgod Jiang,
Jo&atilde;o Eiras,
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -83330,15 +83330,15 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
<dd>All other allowed <a href=#html-elements>HTML elements</a> are normal
elements.</dd>

</dl><p><dfn id=syntax-tags title=syntax-tags>Tags</dfn> are used to delimit the start
</dl><!--CLEANUP--><p><dfn id=syntax-tags title=syntax-tags>Tags</dfn> are used to delimit the start
and end of elements in the markup. <a href=#raw-text-elements title="raw text
elements">Raw text</a>, <a href=#rcdata-elements title="RCDATA
elements">RCDATA</a>, and <a href=#normal-elements title="normal
elements">normal</a> elements have a <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> to indicate where they
begin, and an <a href=#syntax-end-tag title=syntax-end-tag>end tag</a> to
indicate where they end. The start and end tags of certain
<a href=#normal-elements>normal elements</a> can be <a href=#syntax-tag-omission title=syntax-tag-omission>omitted</a>, as described
later. Those that cannot be omitted must not be omitted. <a href=#void-elements>Void
below in the section on <a href=#syntax-tag-omission title=syntax-tag-omission>optional tags</a>. Those that cannot be omitted must not be omitted. <a href=#void-elements>Void
elements</a> only have a start tag; end tags must not be
specified for <a href=#void-elements>void elements</a>. <a href=#foreign-elements>Foreign
elements</a> must either have a start tag and an end tag, or a
Expand Down Expand Up @@ -101417,6 +101417,7 @@ if (s = prompt('What is your name?')) {
Jim Jewett,
Jim Ley,
Jim Meehan,
Jim Michaels,
Jirka Kosek,
Jjgod Jiang,
Jo&atilde;o Eiras,
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -93156,6 +93156,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {

</dl>

<!--CLEANUP-->
<p><dfn title="syntax-tags">Tags</dfn> are used to delimit the start
and end of elements in the markup. <span title="raw text
elements">Raw text</span>, <span title="RCDATA
Expand All @@ -93166,7 +93167,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
indicate where they end. The start and end tags of certain
<span>normal elements</span> can be <span
title="syntax-tag-omission">omitted</span>, as described
later. Those that cannot be omitted must not be omitted. <span>Void
below in the section on <span title="syntax-tag-omission">optional tags</span>. Those that cannot be omitted must not be omitted. <span>Void
elements</span> only have a start tag; end tags must not be
specified for <span>void elements</span>. <span>Foreign
elements</span> must either have a start tag and an end tag, or a
Expand Down Expand Up @@ -113883,6 +113884,7 @@ if (s = prompt('What is your name?')) {
Jim Jewett,
Jim Ley,
Jim Meehan,
Jim Michaels,
Jirka Kosek,
Jjgod Jiang,
Jo&atilde;o Eiras,
Expand Down

0 comments on commit 5ba9bbd

Please sign in to comment.