hixie: Make the note about 'display' not affecting <object> broader. (whatwg r4429)

hixie: Make the note about 'display' not affecting <object> broader.
(whatwg r4429)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3534&r2=1.3535&f=h
http://html5.org/tools/web-apps-tracker?from=4428&to=4429

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3534
retrieving revision 1.3535
diff -u -d -r1.3534 -r1.3535
--- Overview.html 10 Dec 2009 12:18:40 -0000 1.3534
+++ Overview.html 10 Dec 2009 14:50:52 -0000 1.3535
@@ -18680,9 +18680,11 @@
   failed to find a <a href="#plugin">plugin</a>, even if one would otherwise have been
   used.</p>
 
-  <p class="note">The above algorithm is independent of the CSS
-  'display' property. It runs even if the element is hidden with a
-  'display:none' CSS style.</p>
+  <p class="note">The above algorithm is independent of CSS properties
+  (including 'display', 'overflow', and 'visibility'). For example, it
+  runs even if the element is hidden with a 'display:none' CSS style,
+  and does not run <em>again</em> if the element's visibility
+  changes.</p>
 
   <p>Due to the algorithm above, the contents of <code><a href="#the-object-element">object</a></code>
   elements act as <a href="#fallback-content">fallback content</a>, used only when

Received on Thursday, 10 December 2009 14:51:36 UTC