[html5] r3578 - [] (0) Remove mediaMode in favour of CSSOM View's AbstractView.media. (bug 7138)
whatwg at whatwg.org
whatwg at whatwg.org
Sun Aug 9 16:17:30 PDT 2009
Author: ianh
Date: 2009-08-09 16:17:28 -0700 (Sun, 09 Aug 2009)
New Revision: 3578
Modified:
index
source
Log:
[] (0) Remove mediaMode in favour of CSSOM View's AbstractView.media. (bug 7138)
Modified: index
===================================================================
--- index 2009-08-09 23:14:47 UTC (rev 3577)
+++ index 2009-08-09 23:17:28 UTC (rev 3578)
@@ -1036,8 +1036,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>
@@ -77305,41 +77304,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=#refsCSS>[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 -->
Modified: source
===================================================================
--- source 2009-08-09 23:14:47 UTC (rev 3577)
+++ source 2009-08-09 23:17:28 UTC (rev 3578)
@@ -85860,42 +85860,6 @@
-
- <h3>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>MediaModeAbstractView</code> interface.</p>
-
- <pre class="idl">[Supplemental, NoInterfaceObject]
-interface <dfn>MediaModeAbstractView</dfn> {
- readonly attribute DOMString <span>mediaMode</span>;
-};
-<span>AbstractView</span> implements <span>MediaModeAbstractView</span>;</pre>
-
- <p>The <dfn><code>mediaMode</code></dfn> attribute on objects
- implementing the <code>MediaModeAbstractView</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="#refsCSS">[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>Window</code> interface. The other views can be
- reached using the <code>view</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">IANA considerations</h2>
<!-- http://www.w3.org/2002/06/registering-mediatype.html -->
More information about the Commit-Watchers
mailing list