[html5] r7856 - [e] (0) Be clearer about where this is defined. Fixing https://www.w3.org/Bugs/P [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Apr 26 16:25:31 PDT 2013
Author: ianh
Date: 2013-04-26 16:25:30 -0700 (Fri, 26 Apr 2013)
New Revision: 7856
Modified:
complete.html
index
source
Log:
[e] (0) Be clearer about where this is defined.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21123
Affected topics: HTML, HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2013-04-26 22:18:20 UTC (rev 7855)
+++ complete.html 2013-04-26 23:25:30 UTC (rev 7856)
@@ -83330,7 +83330,7 @@
<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
@@ -83338,7 +83338,7 @@
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
@@ -101417,6 +101417,7 @@
Jim Jewett,
Jim Ley,
Jim Meehan,
+ Jim Michaels,
Jirka Kosek,
Jjgod Jiang,
João Eiras,
Modified: index
===================================================================
--- index 2013-04-26 22:18:20 UTC (rev 7855)
+++ index 2013-04-26 23:25:30 UTC (rev 7856)
@@ -83330,7 +83330,7 @@
<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
@@ -83338,7 +83338,7 @@
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
@@ -101417,6 +101417,7 @@
Jim Jewett,
Jim Ley,
Jim Meehan,
+ Jim Michaels,
Jirka Kosek,
Jjgod Jiang,
João Eiras,
Modified: source
===================================================================
--- source 2013-04-26 22:18:20 UTC (rev 7855)
+++ source 2013-04-26 23:25:30 UTC (rev 7856)
@@ -93156,6 +93156,7 @@
</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
@@ -93166,7 +93167,7 @@
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
@@ -113883,6 +113884,7 @@
Jim Jewett,
Jim Ley,
Jim Meehan,
+ Jim Michaels,
Jirka Kosek,
Jjgod Jiang,
João Eiras,
More information about the Commit-Watchers
mailing list