|
29 | 29 |
|
30 | 30 | <h1>CSSOM View Module</h1> |
31 | 31 |
|
32 | | - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 27 May 2013</h2> |
| 32 | + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 28 May 2013</h2> |
33 | 33 |
|
34 | 34 | <dl> |
35 | 35 |
|
@@ -88,7 +88,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2> |
88 | 88 | can be found in the <a href="http://www.w3.org/TR/">W3C technical reports |
89 | 89 | index at http://www.w3.org/TR/.</a></em> |
90 | 90 |
|
91 | | -<p>This is the 27 May 2013 Editor's Draft of CSSOM View. Please send |
| 91 | +<p>This is the 28 May 2013 Editor's Draft of CSSOM View. Please send |
92 | 92 | comments to |
93 | 93 | <a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a> |
94 | 94 | (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) |
@@ -642,7 +642,7 @@ <h2 id="extensions-to-the-element-interface"><span class="secno">7 </span>Extens |
642 | 642 | <pre class="idl">partial interface <a class="external" href="http://dom.spec.whatwg.org/#element">Element</a> { |
643 | 643 | <a href="#clientrectlist">ClientRectList</a> <a href="#dom-element-getclientrects" title="dom-Element-getClientRects">getClientRects</a>(); |
644 | 644 | <a href="#clientrect">ClientRect</a> <a href="#dom-element-getboundingclientrect" title="dom-Element-getBoundingClientRect">getBoundingClientRect</a>(); |
645 | | - void <a href="#dom-element-scrollintoview" title="dom-Element-scrollIntoView">scrollIntoView</a>(optional boolean top, optional <a href="#scrolloptions">ScrollOptions</a> options); |
| 645 | + void <a href="#dom-element-scrollintoview" title="dom-Element-scrollIntoView">scrollIntoView</a>(optional boolean top = true, optional <a href="#scrolloptions">ScrollOptions</a> options); |
646 | 646 | attribute (double or <a href="#scrolloptions">ScrollOptions</a>) <a href="#dom-element-scrolltop" title="dom-Element-scrollTop">scrollTop</a>; |
647 | 647 | attribute (double or <a href="#scrolloptions">ScrollOptions</a>) <a href="#dom-element-scrollleft" title="dom-Element-scrollLeft">scrollLeft</a>; |
648 | 648 | readonly attribute double <a href="#dom-element-scrollwidth" title="dom-Element-scrollWidth">scrollWidth</a>; |
@@ -713,7 +713,7 @@ <h2 id="extensions-to-the-element-interface"><span class="secno">7 </span>Extens |
713 | 713 | <ol> |
714 | 714 | <li><p>If the element does not have any associated <a href="#css-layout-box">CSS layout box</a> terminate these steps.</li> |
715 | 715 | <li><p><a href="#scroll-an-element-into-view" title="scroll an element into view">Scroll the element into view</a> with the |
716 | | - <i title="">align to top flag</i> set if <var title="">top</var> is true or omitted, and the scroll behavior being the value of the <code title="">behavior</code> |
| 716 | + <i title="">align to top flag</i> set if <var title="">top</var> is true, and the scroll behavior being the value of the <code title="">behavior</code> |
717 | 717 | dictionary member of <var title="">options</var>.</li> |
718 | 718 | </ol> |
719 | 719 |
|
|
0 commit comments