- From: poot <cvsmail@w3.org>
- Date: Sun, 18 Oct 2009 18:27:40 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Mention display:none in more places where it has no effect. (whatwg r4164) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3310&r2=1.3311&f=h http://html5.org/tools/web-apps-tracker?from=4163&to=4164 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3310 retrieving revision 1.3311 diff -u -d -r1.3310 -r1.3311 --- Overview.html 18 Oct 2009 09:07:09 -0000 1.3310 +++ Overview.html 18 Oct 2009 09:27:27 -0000 1.3311 @@ -17886,6 +17886,10 @@ <a href="#plugin">plugin</a> that had been instantiated for that element must be unloaded.</p> + <p class="note">The <code><a href="#the-embed-element">embed</a></code> element is unaffected by the + CSS 'display' property. The selected plugin is instantiated even if + the element is hidden with a 'display:none' CSS style.</p> + <p>The <dfn id="concept-embed-type" title="concept-embed-type">type of the content</dfn> being embedded is defined as follows:</p> @@ -65836,6 +65840,10 @@ the load event, and to include ", from the element's <span>browsing context scope origin</span> if it has one" when fetching --> + <p class="note">The <code><a href="#the-applet-element">applet</a></code> element is unaffected by the + CSS 'display' property. The Java Language runtime is instantiated + even if the element is hidden with a 'display:none' CSS style.</p> + <p>The <code><a href="#the-applet-element">applet</a></code> element must implement the <code><a href="#htmlappletelement">HTMLAppletElement</a></code> interface.</p>
Received on Sunday, 18 October 2009 09:28:09 UTC