|
16 | 16 |
|
17 | 17 | <h1>CSSOM View Module</h1> |
18 | 18 |
|
19 | | - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 2 October 2013</h2> |
| 19 | + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 7 October 2013</h2> |
20 | 20 |
|
21 | 21 | <dl> |
22 | 22 |
|
@@ -83,7 +83,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2> |
83 | 83 | can be found in the <a href="http://www.w3.org/TR/">W3C technical reports |
84 | 84 | index at http://www.w3.org/TR/.</a></em> |
85 | 85 |
|
86 | | -<p>This is the 2 October 2013 Editor's Draft of CSSOM View. Please send |
| 86 | +<p>This is the 7 October 2013 Editor's Draft of CSSOM View. Please send |
87 | 87 | comments to |
88 | 88 | <a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a> |
89 | 89 | (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) |
@@ -1086,7 +1086,7 @@ <h2 id="extensions-to-the-element-interface"><span class="secno">7 </span>Extens |
1086 | 1086 | <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-document-quirks" title="concept-document-quirks">quirks mode</a>, or the element has no associated <a href="#scrolling-box">scrolling box</a>, or the element has no |
1087 | 1087 | overflow, terminate these steps.</li> |
1088 | 1088 | <li><p>If the element is the root element invoke |
1089 | | - <code title="dom-Window-scroll"><a href="#dom-window-scroll">scroll()</a></code> with zero as first |
| 1089 | + <code title="dom-Window-scroll"><a href="#dom-window-scroll">scroll()</a></code> with <code title="dom-Window-scrollX"><a href="#dom-window-scrollx">scrollX</a></code> as first |
1090 | 1090 | argument and <var>y</var> as second, and, if the given value is a <code><a href="#scrolloptionsvertical">ScrollOptionsVertical</a></code> object, the given value as the third argument.</li> |
1091 | 1091 | <li><p>If the element is <a href="#the-html-body-element">the HTML <code title="">body</code> element</a>, |
1092 | 1092 | the <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#document">Document</a></code> is in <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-document-quirks" title="concept-document-quirks">quirks mode</a>, and the element |
@@ -1125,8 +1125,8 @@ <h2 id="extensions-to-the-element-interface"><span class="secno">7 </span>Extens |
1125 | 1125 | overflow, terminate these steps.</li> |
1126 | 1126 | <li><p>If the element is the root element invoke |
1127 | 1127 | <code title="dom-Window-scroll"><a href="#dom-window-scroll">scroll()</a></code> with |
1128 | | - <var>x</var> as first argument and zero as second, and, if the given value is a <code><a href="#scrolloptionshorizontal">ScrollOptionsHorizontal</a></code> object, the given value as the third |
1129 | | - argument.</li> |
| 1128 | + <var>x</var> as first argument and <code title="dom-Window-scrollY"><a href="#dom-window-scrolly">scrollY</a></code> as second, and, if the given value is a <code><a href="#scrolloptionshorizontal">ScrollOptionsHorizontal</a></code> |
| 1129 | + object, the given value as the third argument.</li> |
1130 | 1130 | <li><p>If the element is <a href="#the-html-body-element">the HTML <code title="">body</code> element</a>, |
1131 | 1131 | the <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#document">Document</a></code> is in <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-document-quirks" title="concept-document-quirks">quirks mode</a>, and the element |
1132 | 1132 | does not have any vertical overflow, invoke |
@@ -1972,6 +1972,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2> |
1972 | 1972 |
|
1973 | 1973 | Alan Stearns, |
1974 | 1974 | Alexey Feldgendler, |
| 1975 | +Antonio Gomes, |
1975 | 1976 | Björn Höhrmann, |
1976 | 1977 | Dan Bates, |
1977 | 1978 | David Vest, |
|
0 commit comments