html5/spec Overview.html,1.2770,1.2771

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30065

Modified Files:
	Overview.html 
Log Message:
Remove mediaMode in favour of CSSOM View's AbstractView.media. (bug 7138) (whatwg r3578)

Index: Overview.html
===================================================================
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:17:46 UTC