[html5] r1329 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Mar 3 18:26:34 PST 2008
Author: ianh
Date: 2008-03-03 18:26:33 -0800 (Mon, 03 Mar 2008)
New Revision: 1329
Modified:
index
source
Log:
[e] (0) remove 'br' end tag processing rules here since it's already taken care of by the previous entry; make the 'anything else' invocation more consistent.
Modified: index
===================================================================
--- index 2008-03-04 02:15:56 UTC (rev 1328)
+++ index 2008-03-04 02:26:33 UTC (rev 1329)
@@ -42803,10 +42803,10 @@
"td", "tfoot", "th", "thead", "tr"
<dt>An end tag whose tag name is one of: "area", "basefont", "bgsound",
- <!--XXX quirks: remove br-->"br", "embed", "hr", "iframe", "image",
- "img", "input", "isindex", "noembed", "noframes", "param", "select",
- "spacer", "table", "textarea", "wbr"</dt>
- <!-- add keygen if we add the start tag -->
+ "embed", "hr", "iframe", "image", "img", "input", "isindex", "noembed",
+ "noframes", "param", "select", "spacer", "table", "textarea", "wbr"</dt>
+ <!-- add keygen if we add the start
+ tag -->
<dt>An end tag whose tag name is "noscript", if <a
href="#scripting2">scripting is enabled</a>:
@@ -42900,7 +42900,7 @@
<dd>
<p>If the <a href="#current5">current table</a> is <a
- href="#tainted">tainted</a>, then treat the token as per the "anything
+ href="#tainted">tainted</a>, then act as described in the "anything
else" entry below.</p>
<p>Otherwise, <a href="#append" title="append a character">append the
Modified: source
===================================================================
--- source 2008-03-04 02:15:56 UTC (rev 1328)
+++ source 2008-03-04 02:26:33 UTC (rev 1329)
@@ -40000,14 +40000,14 @@
the tag name "br" had been seen. Ignore the end tag token.</p>
</dd>
- <dt>A start or end tag whose tag name is one of: "caption",
- "col", "colgroup", "frame", "frameset", "head", "option",
- "optgroup", "tbody", "td", "tfoot", "th", "thead", "tr"</dt>
+ <dt>A start or end tag whose tag name is one of: "caption", "col",
+ "colgroup", "frame", "frameset", "head", "option", "optgroup",
+ "tbody", "td", "tfoot", "th", "thead", "tr"</dt>
<dt>An end tag whose tag name is one of: "area", "basefont",
- "bgsound", <!--XXX quirks: remove br-->"br", "embed", "hr",
- "iframe", "image", "img", "input", "isindex", "noembed",
- "noframes", "param", "select", "spacer", "table", "textarea",
- "wbr"</dt> <!-- add keygen if we add the start tag -->
+ "bgsound", "embed", "hr", "iframe", "image", "img", "input",
+ "isindex", "noembed", "noframes", "param", "select", "spacer",
+ "table", "textarea", "wbr"</dt> <!-- add keygen if we add the start
+ tag -->
<dt>An end tag whose tag name is "noscript", if <span>scripting
is enabled</span>:</dt>
<dd>
@@ -40110,7 +40110,7 @@
<dd>
<p>If the <span>current table</span> is <span>tainted</span>, then
- treat the token as per the "anything else" entry below.</p>
+ act as described in the "anything else" entry below.</p>
<p>Otherwise, <span title="append a character">append the
character</span> to the <span>current node</span>.</p>
More information about the Commit-Watchers
mailing list