- From: poot <cvsmail@w3.org>
- Date: Mon, 7 Sep 2009 20:01:57 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make <xmp> close <p> to match IE. (whatwg r3768) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2937&r2=1.2938&f=h http://html5.org/tools/web-apps-tracker?from=3767&to=3768 =================================================================== 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:02:33 UTC