html5/spec Overview.html,1.2937,1.2938

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25515

Modified Files:
	Overview.html 
Log Message:
Make <xmp> close <p> to match IE. (whatwg r3768)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2937
retrieving revision 1.2938
diff -u -d -r1.2937 -r1.2938
--- Overview.html	7 Sep 2009 11:00:09 -0000	1.2937
+++ Overview.html	7 Sep 2009 11:01:40 -0000	1.2938
@@ -58504,6 +58504,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>
 

Received on Monday, 7 September 2009 11:01:52 UTC