hixie: Define 'being rendered' to exclude table rows/columns that are visiblity:collapse (whatwg r4661)

hixie: Define 'being rendered' to exclude table rows/columns that are
visiblity:collapse (whatwg r4661)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3714&r2=1.3715&f=h
http://html5.org/tools/web-apps-tracker?from=4660&to=4661

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3714
retrieving revision 1.3715
diff -u -d -r1.3714 -r1.3715
--- Overview.html 5 Feb 2010 20:49:17 -0000 1.3714
+++ Overview.html 5 Feb 2010 20:59:42 -0000 1.3715
@@ -60433,11 +60433,11 @@
   <hr><p>An element is <dfn id="being-rendered">being rendered</dfn> if it is <a href="#in-a-document">in a
   <code>Document</code></a>, either its parent node is itself
   <a href="#being-rendered">being rendered</a> or it is the <code>Document</code> node,
-  and it is not explicitly excluded from the rendering using the CSS
-  'display' property's 'none' value or equivalent in other styling
-  languages.</p>
-
-  <p class="note">Just being off-screen does not mean the element is
+  and it is not explicitly excluded from the rendering using either:</p>
+  <ul class="brief"><li>the CSS 'display' property's 'none' value, or</li>
+   <li>the 'visibility' property's 'collapse' value unless it is being treated as equivalent to the 'hidden' value, or</li>
+   <li>some equivalent in other styling languages.</li>
+  </ul><p class="note">Just being off-screen does not mean the element is
   not <a href="#being-rendered">being rendered</a>. The presence of the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute normally means the
   element is not <a href="#being-rendered">being rendered</a>, though this might be
   overriden by the style sheets.</p>

Received on Friday, 5 February 2010 21:00:21 UTC