[html5] r5626 - [e] (0) compat rendering for <legend> with display:none Fixing http://www.w3.org [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 14 01:49:29 PDT 2010
Author: ianh
Date: 2010-10-14 01:49:23 -0700 (Thu, 14 Oct 2010)
New Revision: 5626
Modified:
complete.html
index
source
Log:
[e] (0) compat rendering for <legend> with display:none
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10771
Modified: complete.html
===================================================================
--- complete.html 2010-10-14 08:35:12 UTC (rev 5625)
+++ complete.html 2010-10-14 08:49:23 UTC (rev 5626)
@@ -85324,6 +85324,8 @@
<li>The child is not out-of-flow (e.g. not absolutely positioned or floated).</li>
+ <li>The child is generating a box (e.g. it is not 'display:none').</li>
+
</ul><p>A <code><a href=#the-fieldset-element>fieldset</a></code> element's <a href=#rendered-legend>rendered legend</a>,
if any, is expected to be rendered over the top border edge of the
<code><a href=#the-fieldset-element>fieldset</a></code> element as a 'block' box (overriding any
Modified: index
===================================================================
--- index 2010-10-14 08:35:12 UTC (rev 5625)
+++ index 2010-10-14 08:49:23 UTC (rev 5626)
@@ -81238,6 +81238,8 @@
<li>The child is not out-of-flow (e.g. not absolutely positioned or floated).</li>
+ <li>The child is generating a box (e.g. it is not 'display:none').</li>
+
</ul><p>A <code><a href=#the-fieldset-element>fieldset</a></code> element's <a href=#rendered-legend>rendered legend</a>,
if any, is expected to be rendered over the top border edge of the
<code><a href=#the-fieldset-element>fieldset</a></code> element as a 'block' box (overriding any
Modified: source
===================================================================
--- source 2010-10-14 08:35:12 UTC (rev 5625)
+++ source 2010-10-14 08:49:23 UTC (rev 5626)
@@ -97397,6 +97397,8 @@
<li>The child is not out-of-flow (e.g. not absolutely positioned or floated).</li>
+ <li>The child is generating a box (e.g. it is not 'display:none').</li>
+
</ul>
<p>A <code>fieldset</code> element's <span>rendered legend</span>,
More information about the Commit-Watchers
mailing list