- From: poot <cvsmail@w3.org>
- Date: Mon, 10 Aug 2009 08:17:53 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Remove mediaMode in favour of CSSOM View's AbstractView.media. (bug 7138) (whatwg r3578) http://www.w3.org/Bugs/Public/show_bug.cgi?id=7138 http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2770&r2=1.2771&f=h http://html5.org/tools/web-apps-tracker?from=3577&to=3578 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2770 retrieving revision 1.2771 diff -u -d -r1.2770 -r1.2771 --- Overview.html 9 Aug 2009 23:14:53 -0000 1.2770 +++ Overview.html 9 Aug 2009 23:17:34 -0000 1.2771 @@ -1248,8 +1248,7 @@ described herein</a> <ol> <li><a href="#localization"><span class="secno">13.1 </span>Localization</a></li> - <li><a href="#declarative-3d-scenes"><span class="secno">13.2 </span>Declarative 3D scenes</a></li> - <li><a href="#rendering-and-the-dom"><span class="secno">13.3 </span>Rendering and the DOM</a></ol></li> + <li><a href="#declarative-3d-scenes"><span class="secno">13.2 </span>Declarative 3D scenes</a></ol></li> <li><a class="no-num" href="#iana-considerations">IANA considerations</a> <ol> <li><a href="#text-html"><span class="secno">13.1 </span><code>text/html</code></a></li> @@ -77517,41 +77516,6 @@ - - <h3 id="rendering-and-the-dom"><span class="secno">13.3 </span>Rendering and the DOM</h3> - - <p class="XXX">This section is expected to be moved to its own - specification in due course. It needs a lot of work to actually make - it into a semi-decent spec.</p> - - <p>Any object implement the <code>AbstractView</code> interface must - also implement the <code><a href="#mediamodeabstractview">MediaModeAbstractView</a></code> interface.</p> - - <pre class="idl">[Supplemental, NoInterfaceObject] -interface <dfn id="mediamodeabstractview">MediaModeAbstractView</dfn> { - readonly attribute DOMString <a href="#mediamode">mediaMode</a>; -}; -<span>AbstractView</span> implements <a href="#mediamodeabstractview">MediaModeAbstractView</a>;</pre> - - <p>The <dfn id="mediamode"><code>mediaMode</code></dfn> attribute on objects - implementing the <code><a href="#mediamodeabstractview">MediaModeAbstractView</a></code> interface must - return the string that represents the canvas' current rendering mode - (<code>screen</code>, <code>print</code>, etc). This is a lowercase - string, as <a href="http://www.w3.org/TR/CSS21/media.html#media-types">defined by - the CSS specification</a>. <a href="#references">[CSS]</a></p> - - <p>Some user agents may support multiple media, in which case there - will exist multiple objects implementing the - <code>AbstractView</code> interface. Only the default view - implements the <code><a href="#window">Window</a></code> interface. The other views can be - reached using the <code><a href="#view">view</a></code> attribute of the - <code>UIEvent</code> interface, during event propagation. There is no - way currently to enumerate all the views.</p> - - <!-- XXX examples! --> - - - <h2 class="no-num" id="iana-considerations">IANA considerations</h2> <!-- http://www.w3.org/2002/06/registering-mediatype.html -->
Received on Sunday, 9 August 2009 23:18:30 UTC