[html5] r4026 - [] (0) Be less specific about how <details> hides its kids. Fixing http://www.w3 [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 28 19:11:14 PDT 2009


Author: ianh
Date: 2009-09-28 19:11:13 -0700 (Mon, 28 Sep 2009)
New Revision: 4026

Modified:
   index
   source
Log:
[] (0) Be less specific about how <details> hides its kids.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7643

Modified: index
===================================================================
--- index	2009-09-29 02:06:21 UTC (rev 4025)
+++ index	2009-09-29 02:11:13 UTC (rev 4026)
@@ -72794,9 +72794,9 @@
   hidden.</p>
 
   <p>The second container is expected to have its 'overflow' property
-  set to 'hidden'. When the <code><a href=#the-details-element>details</a></code> element has an <code title=attr-details-open><a href=#attr-details-open>open</a></code> attribute, the later container
-  is expected to have its 'height' set to 'auto'; when it does not,
-  the later container is expected to have its 'height' set to 0.
+  set to 'hidden'. When the <code><a href=#the-details-element>details</a></code> element does not have
+  an <code title=attr-details-open><a href=#attr-details-open>open</a></code> attribute, this
+  second container is expected to be removed from the rendering.</p>
 
 <!--
 XXX examples with screenshots

Modified: source
===================================================================
--- source	2009-09-29 02:06:21 UTC (rev 4025)
+++ source	2009-09-29 02:11:13 UTC (rev 4026)
@@ -86395,10 +86395,9 @@
   hidden.</p>
 
   <p>The second container is expected to have its 'overflow' property
-  set to 'hidden'. When the <code>details</code> element has an <code
-  title="attr-details-open">open</code> attribute, the later container
-  is expected to have its 'height' set to 'auto'; when it does not,
-  the later container is expected to have its 'height' set to 0.
+  set to 'hidden'. When the <code>details</code> element does not have
+  an <code title="attr-details-open">open</code> attribute, this
+  second container is expected to be removed from the rendering.</p>
 
 <!--
 XXX examples with screenshots




More information about the Commit-Watchers mailing list