[html5] r1703 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sun May 25 02:17:09 PDT 2008
Author: ianh
Date: 2008-05-25 02:17:08 -0700 (Sun, 25 May 2008)
New Revision: 1703
Modified:
index
source
Log:
[e] (0) Make a decision regarding how block level elements interact with <p> elements.
Modified: index
===================================================================
--- index 2008-05-24 10:30:31 UTC (rev 1702)
+++ index 2008-05-25 09:17:08 UTC (rev 1703)
@@ -25,7 +25,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft>Draft Recommendation — 24 May
+ <h2 class="no-num no-toc" id=draft>Draft Recommendation — 25 May
2008</h2>
<p>You can take part in this work. <a
@@ -46017,10 +46017,10 @@
"center", "dir", "div", "dl", "fieldset", "h1", "h2", "h3", "h4", "h5",
"h6", "menu", "ol", "p", "ul"
- <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 -->
+ <dd> <!-- 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 <a href="#stack">stack of open elements</a> <a href="#have-an"
title="has an element in scope">has a <code>p</code> element in
Modified: source
===================================================================
--- source 2008-05-24 10:30:31 UTC (rev 1702)
+++ source 2008-05-25 09:17:08 UTC (rev 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
More information about the Commit-Watchers
mailing list