HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/1703

SVNBugCommentTime (UTC)
1703Make a decision regarding how block level elements interact with <p> elements.2008-05-25 09:17
Index: source
===================================================================
--- source	(revision 1702)
+++ source	(revision 1703)
@@ -43155,9 +43155,10 @@
    "h5", "h6", "menu", "ol", "p", "ul"</dt>
    <dd>
 
-    <p class="big-issue">This doesn't match browsers.</p>
-    <!-- XXX <p><i><p>: http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%3Cp%3E%3Ci%3E%3Cp%3E%3C%2Fp%3E%3C%2Fi%3E%3C%2Fp%3E -->
-    <!-- XXX <p><i><div><p>: http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%3Cp%3E%3Ci%3E%3Cdiv%3E%3Cp%3E%3C%2Fp%3E%3C%2Fdiv%3E%3C%2Fi%3E%3C%2Fp%3E -->
+    <!-- As of May 2008 this doesn't match any browser exactly, but is
+    as close to what IE does as I can get without doing the non-tree
+    DOM nonsense, and thus should actually afford better compatibility
+    when implemented by the other browsers. -->
 
     <p>If the <span>stack of open elements</span> <span title="has
     an element in scope">has a <code>p</code> element in

|