[html5] r3768 - [cgt] (2) Make <xmp> close <p> to match IE.

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 7 04:05:34 PDT 2009


Author: ianh
Date: 2009-09-07 04:05:33 -0700 (Mon, 07 Sep 2009)
New Revision: 3768

Modified:
   index
   source
Log:
[cgt] (2) Make <xmp> close <p> to match IE.

Modified: index
===================================================================
--- index	2009-09-07 11:04:02 UTC (rev 3767)
+++ index	2009-09-07 11:05:33 UTC (rev 3768)
@@ -64639,6 +64639,11 @@
    <dt>A start tag whose tag name is "xmp"</dt>
    <dd>
 
+    <p>If the <a href=#stack-of-open-elements>stack of open elements</a> <a href=#has-an-element-in-scope title="has
+    an element in scope">has a <code>p</code> element in
+    scope</a>, then act as if an end tag with the tag name
+    "p" had been seen.</p>
+
     <p><a href=#reconstruct-the-active-formatting-elements>Reconstruct the active formatting elements</a>, if
     any.</p>
 

Modified: source
===================================================================
--- source	2009-09-07 11:04:02 UTC (rev 3767)
+++ source	2009-09-07 11:05:33 UTC (rev 3768)
@@ -79649,6 +79649,11 @@
    <dt>A start tag whose tag name is "xmp"</dt>
    <dd>
 
+    <p>If the <span>stack of open elements</span> <span title="has
+    an element in scope">has a <code>p</code> element in
+    scope</span>, then act as if an end tag with the tag name
+    "p" had been seen.</p>
+
     <p><span>Reconstruct the active formatting elements</span>, if
     any.</p>
 




More information about the Commit-Watchers mailing list