[html5] r962 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jun 26 17:35:23 PDT 2007
Author: ianh
Date: 2007-06-26 17:35:22 -0700 (Tue, 26 Jun 2007)
New Revision: 962
Modified:
index
source
Log:
[c] (2) </p> and </br> implying <p> and <br> are parse errors.
Modified: index
===================================================================
--- index 2007-06-26 23:19:19 UTC (rev 961)
+++ index 2007-06-27 00:35:22 UTC (rev 962)
@@ -22,7 +22,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 26 June 2007</h2>
+ <h2 class="no-num no-toc" id=working>Working Draft — 27 June 2007</h2>
<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -37024,7 +37024,7 @@
<p>Otherwise, act as if a start tag with the tag name <code><a
href="#p">p</a></code> had been seen, then reprocess the current
- token.</p>
+ token. This is a <a href="#parse">parse error</a>.</p>
<dt>An end tag whose tag name is one of: "dd", "dt", "li"
@@ -37573,8 +37573,8 @@
<dt>An end tag whose tag name is "br"
<dd>
- <p>Act as if a start tag token with the tag name "br" had been seen.
- Ignore the end tag token.</p>
+ <p><a href="#parse">Parse error</a>. Act as if a start tag token with
+ the tag name "br" had been seen. Ignore the end tag token.</p>
<dt>A start or end tag whose tag name is one of: "caption", "col",
"colgroup", "frame", "frameset", "head", "option", "optgroup",
Modified: source
===================================================================
--- source 2007-06-26 23:19:19 UTC (rev 961)
+++ source 2007-06-27 00:35:22 UTC (rev 962)
@@ -34187,7 +34187,7 @@
<p>Otherwise, act as if a start tag with the tag name
<code>p</code> had been seen, then reprocess the current
- token.</p>
+ token. This is a <span>parse error</span>.</p>
</dd>
@@ -34777,8 +34777,8 @@
<dt>An end tag whose tag name is "br"</dt>
<dd>
- <p>Act as if a start tag token with the tag name "br" had been
- seen. Ignore the end tag token.</p>
+ <p><span>Parse error</span>. Act as if a start tag token with
+ 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",
More information about the Commit-Watchers
mailing list