- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Oct 2010 08:49:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23021
Modified Files:
Overview.html
Log Message:
compat rendering for <legend> with display:none (whatwg r5626)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4501
retrieving revision 1.4502
diff -u -d -r1.4501 -r1.4502
--- Overview.html 14 Oct 2010 08:35:18 -0000 1.4501
+++ Overview.html 14 Oct 2010 08:49:34 -0000 1.4502
@@ -62390,6 +62390,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
Received on Thursday, 14 October 2010 08:49:39 UTC