[html5] r963 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 27 14:21:22 PDT 2007


Author: ianh
Date: 2007-06-27 14:21:20 -0700 (Wed, 27 Jun 2007)
New Revision: 963

Modified:
   index
   source
Log:
[t] (2) Let </p> and </br> tags through the first few insertion modes; make </p> be one parse error not two.

Modified: index
===================================================================
--- index	2007-06-27 00:35:22 UTC (rev 962)
+++ index	2007-06-27 21:21:20 UTC (rev 963)
@@ -36323,7 +36323,8 @@
          title="insertion mode: in head">in head</a>" <a
          href="#insertion0">insertion mode</a>.</p>
 
-       <dt>An end tag whose tag name is one of: "head", "body", "html"
+       <dt>An end tag whose tag name is one of: "head", "body", "html", "p",
+        "br"
 
        <dd>
         <p>Act as if a start tag token with the tag name "head" and no
@@ -36569,7 +36570,7 @@
         <p>Change the <a href="#insertion0">insertion mode</a> to "<a
          href="#after3" title="insertion mode: after head">after head</a>".</p>
 
-       <dt>An end tag whose tag name is one of: "body", "html"
+       <dt>An end tag whose tag name is one of: "body", "html", "p", "br"
 
        <dd>
         <p>Act as described in the "anything else" entry below.</p>
@@ -36624,6 +36625,11 @@
          mode</a> had been "<a href="#in-head" title="insertion mode: in
          head">in head</a>".</p>
 
+       <dt>An end tag whose tag name is one of: "p", "br"
+
+       <dd>
+        <p>Act as described in the "anything else" entry below.</p>
+
        <dt>A start tag whose tag name is one of: "head", "noscript"
 
        <dt>Any other end tag
@@ -37024,7 +37030,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. This is a <a href="#parse">parse error</a>.</p>
+         token.</p>
 
        <dt>An end tag whose tag name is one of: "dd", "dt", "li"
 

Modified: source
===================================================================
--- source	2007-06-27 00:35:22 UTC (rev 962)
+++ source	2007-06-27 21:21:20 UTC (rev 963)
@@ -33451,7 +33451,7 @@
 
        </dd>
 
-       <dt>An end tag whose tag name is one of: "head", "body", "html"</dt>
+       <dt>An end tag whose tag name is one of: "head", "body", "html", "p", "br"</dt>
        <dd>
 
         <p>Act as if a start tag token with the tag name "head" and no
@@ -33709,7 +33709,7 @@
 
        </dd>
 
-       <dt>An end tag whose tag name is one of: "body", "html"</dt>
+       <dt>An end tag whose tag name is one of: "body", "html", "p", "br"</dt>
        <dd>
         <p>Act as described in the "anything else" entry below.</p>
        </dd>
@@ -33769,6 +33769,11 @@
         head</span>".</p>
        </dd>
 
+       <dt>An end tag whose tag name is one of: "p", "br"</dt>
+       <dd>
+        <p>Act as described in the "anything else" entry below.</p>
+       </dd>
+
        <dt>A start tag whose tag name is one of: "head", "noscript"</dt>
        <dt>Any other end tag</dt>
        <dd>
@@ -34187,7 +34192,7 @@
 
         <p>Otherwise, act as if a start tag with the tag name
         <code>p</code> had been seen, then reprocess the current
-        token. This is a <span>parse error</span>.</p>
+        token.</p>
 
        </dd>
 




More information about the Commit-Watchers mailing list