|
27 | 27 |
|
28 | 28 | <h1 id=cssom-view-module>CSSOM View Module</h1> |
29 | 29 |
|
30 | | - <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 12 August 2010</h2> |
| 30 | + <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 13 August 2010</h2> |
31 | 31 |
|
32 | 32 | <dl> |
33 | 33 | <dt>This Version: |
34 | 34 |
|
35 | 35 | <dd><a |
36 | | - href="http://www.w3.org/TR/2010/ED-cssom-view-20100812/">http://www.w3.org/TR/2010/ED-cssom-view-20100812/</a> |
| 36 | + href="http://www.w3.org/TR/2010/ED-cssom-view-20100813/">http://www.w3.org/TR/2010/ED-cssom-view-20100813/</a> |
37 | 37 |
|
38 | 38 | <dt>Latest Version: |
39 | 39 |
|
@@ -935,17 +935,17 @@ <h3 id=scroll-attributes><span class=secno>5.2. </span>The <code |
935 | 935 |
|
936 | 936 | <li> |
937 | 937 | <p>If the element is the root element invoke <a |
938 | | - href="#dom-window-screen"><code |
939 | | - title=dom-Window-screen>screen()</code></a> with zero as first argument |
| 938 | + href="#dom-window-scroll"><code |
| 939 | + title=dom-Window-scroll>scroll()</code></a> with zero as first argument |
940 | 940 | and <var title="">y</var> as second. |
941 | 941 |
|
942 | 942 | <li> |
943 | 943 | <p>If the element is <a href="#the-html-body-element">the HTML |
944 | 944 | <code>body</code> element</a>, the <a |
945 | 945 | href="#document"><code>Document</code></a> is in <a |
946 | 946 | href="#quirks-mode">quirks mode</a>, and the element does not have any |
947 | | - vertical overflow, invoke <a href="#dom-window-screen"><code |
948 | | - title=dom-Window-screen>screen()</code></a> with zero as first argument |
| 947 | + vertical overflow, invoke <a href="#dom-window-scroll"><code |
| 948 | + title=dom-Window-scroll>scroll()</code></a> with zero as first argument |
949 | 949 | and <var title="">y</var> as second. |
950 | 950 |
|
951 | 951 | <li> |
@@ -1011,17 +1011,17 @@ <h3 id=scroll-attributes><span class=secno>5.2. </span>The <code |
1011 | 1011 |
|
1012 | 1012 | <li> |
1013 | 1013 | <p>If the element is the root element invoke <a |
1014 | | - href="#dom-window-screen"><code |
1015 | | - title=dom-Window-screen>screen()</code></a> with <var title="">x</var> |
| 1014 | + href="#dom-window-scroll"><code |
| 1015 | + title=dom-Window-scroll>scroll()</code></a> with <var title="">x</var> |
1016 | 1016 | as first argument and zero as second. |
1017 | 1017 |
|
1018 | 1018 | <li> |
1019 | 1019 | <p>If the element is <a href="#the-html-body-element">the HTML |
1020 | 1020 | <code>body</code> element</a>, the <a |
1021 | 1021 | href="#document"><code>Document</code></a> is in <a |
1022 | 1022 | href="#quirks-mode">quirks mode</a>, and the element does not have any |
1023 | | - vertical overflow, invoke <a href="#dom-window-screen"><code |
1024 | | - title=dom-Window-screen>screen()</code></a> with <var title="">x</var> |
| 1023 | + vertical overflow, invoke <a href="#dom-window-scroll"><code |
| 1024 | + title=dom-Window-scroll>scroll()</code></a> with <var title="">x</var> |
1025 | 1025 | as first argument and zero as second. |
1026 | 1026 |
|
1027 | 1027 | <li> |
|
0 commit comments