|
8 | 8 | <div class="head"> |
9 | 9 |
|
10 | 10 | <!--begin-logo--> |
11 | | -<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> |
| 11 | +<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="https://www.w3.org/Icons/w3c_home" width="72"></a></p> |
12 | 12 | <!--end-logo--> |
13 | 13 |
|
14 | 14 | <h1 id="cssom-view-module">CSSOM View Module</h1> |
15 | 15 |
|
16 | | - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 26 April 2013</h2> |
| 16 | + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 8 May 2013</h2> |
17 | 17 |
|
18 | 18 | <dl> |
19 | 19 |
|
20 | 20 | <dt>This Version:</dt> |
21 | | - <dd class="dontpublish"><a href="https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html">https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html</a></dd> |
| 21 | + <dd class="dontpublish"><a href="http://dev.w3.org/hg/csswg/cssom-view/">http://dev.w3.org/hg/csswg/cssom-view/</a></dd> |
22 | 22 | <dt class="dontpublish">Participate:</dt> |
23 | 23 | <dd class="dontpublish"><a href="mailto:www-style@w3.org?subject==%5Bcssom%5D%20">www-style@w3.org</a> (<a href="http://lists.w3.org/Archives/Public/www-style/">archives</a>) |
24 | 24 | <dd class="dontpublish"><a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSS&component=CSSOM%20View">File a bug</a> (<a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=CSSOM%20View&product=CSS&resolution=---">open bugs</a>) <script async="" src="https://w3c-test.org/resources.whatwg.org/file-bug.js"></script> |
@@ -69,7 +69,7 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2> |
69 | 69 | can be found in the <a href="http://www.w3.org/TR/">W3C technical reports |
70 | 70 | index at http://www.w3.org/TR/.</a></em> |
71 | 71 |
|
72 | | -<p>This is the 26 April 2013 Editor's Draft of CSSOM View. Please send |
| 72 | +<p>This is the 8 May 2013 Editor's Draft of CSSOM View. Please send |
73 | 73 | comments to |
74 | 74 | <a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a> |
75 | 75 | (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) |
@@ -312,7 +312,7 @@ <h2 id="extensions-to-the-window-interface"><span class="secno">4 </span>Extensi |
312 | 312 | <dt class="method" id="widl-Window-matchMedia-MediaQueryList-DOMString-query"> |
313 | 313 | <dfn id="widl-Window-matchMedia"><code>matchMedia</code></dfn> (<span class="idlParam"><span class="idlParamType"><a>DOMString</a></span> <span class="idlParamName">query</span></span>), returns <span class="idlMethType"><a>MediaQueryList</a></span></dt> |
314 | 314 | <dd> |
315 | | -<p>When the <code><a href="#widl-Window-matchMedia">matchMedia</a></code> operation is invoked these steps must be run:</p> <ol> <li><p>Let <var title="">parsed_media_query_list</var> be the result of <a class="external" href="http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html#parse-a-media-query-list" title="parse a media query list">parsing</a> <var title="">media_query_list</var>.</li> <li><p>Return a <em>new</em> <code>MediaQueryList</code> object, associated with the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object, with <var title="">parsed_media_query_list</var> as its associated media query list.</li> </ol></dd> |
| 315 | +<p>When the <code><a href="#widl-Window-matchMedia">matchMedia</a></code> operation is invoked these steps must be run:</p> <ol> <li><p>Let <var title="">parsed_media_query_list</var> be the result of <a class="external" href="http://dev.w3.org/hg/csswg/cssom/#parse-a-media-query-list" title="parse a media query list">parsing</a> <var title="">media_query_list</var>.</li> <li><p>Return a <em>new</em> <code>MediaQueryList</code> object, associated with the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object, with <var title="">parsed_media_query_list</var> as its associated media query list.</li> </ol></dd> |
316 | 316 | <dt class="method" id="widl-Window-scroll-void-long-x-long-y"> |
317 | 317 | <dfn id="widl-Window-scroll"><code>scroll</code></dfn> (<span class="idlParam"><span class="idlParamType"><a>long</a></span> <a class="idlParamName" href="#widl-MouseEvent-x">x</a></span>, <span class="idlParam"><span class="idlParamType"><a>long</a></span> <a class="idlParamName" href="#widl-MouseEvent-y">y</a></span>), returns <span class="idlMethType"><a>void</a></span></dt> |
318 | 318 | <dd> |
@@ -341,7 +341,7 @@ <h3 id="the-mediaquerylist-interface"><span class="secno">4.1 </span>The <code t |
341 | 341 | <dt class="attribute" id="widl-MediaQueryList-media"> |
342 | 342 | <dfn id="widl-MediaQueryList-media"><code>media</code></dfn> of type <span class="idlAttrType"><a>DOMString</a></span>, readonly</dt> |
343 | 343 | <dd> |
344 | | -<p>The <code><a href="#widl-MediaQueryList-media">media</a></code> attribute must return the <a class="external" href="http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html#serialize-a-media-query-list" title="serialize a media query list">serialized</a> form of the associated media query list.</dd> |
| 344 | +<p>The <code><a href="#widl-MediaQueryList-media">media</a></code> attribute must return the <a class="external" href="http://dev.w3.org/hg/csswg/cssom/#serialize-a-media-query-list" title="serialize a media query list">serialized</a> form of the associated media query list.</dd> |
345 | 345 | <dt class="attribute" id="widl-MediaQueryList-matches"> |
346 | 346 | <dfn id="widl-MediaQueryList-matches"><code>matches</code></dfn> of type <span class="idlAttrType"><a>boolean</a></span>, readonly</dt> |
347 | 347 | <dd> |
|
0 commit comments