hixie: Be less specific about how <details> hides its kids. (whatwg r4026)

hixie: Be less specific about how <details> hides its kids. (whatwg
r4026)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3187&r2=1.3188&f=h
http://html5.org/tools/web-apps-tracker?from=4025&to=4026

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3187
retrieving revision 1.3188
diff -u -d -r1.3187 -r1.3188
--- Overview.html 29 Sep 2009 01:58:05 -0000 1.3187
+++ Overview.html 29 Sep 2009 02:02:57 -0000 1.3188
@@ -66368,9 +66368,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

Received on Tuesday, 29 September 2009 02:03:52 UTC