Skip to content

Commit 29968e0

Browse files
committed
top is optional
1 parent aa02cb4 commit 29968e0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cssom-view/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727

2828
<h1 id=cssom-view-module>CSSOM View Module</h1>
2929

30-
<h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 30 August 2010</h2>
30+
<h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 31 August 2010</h2>
3131

3232
<dl>
3333
<dt>This Version:
3434

3535
<dd><a
36-
href="http://www.w3.org/TR/2010/ED-cssom-view-20100830/">http://www.w3.org/TR/2010/ED-cssom-view-20100830/</a>
36+
href="http://www.w3.org/TR/2010/ED-cssom-view-20100831/">http://www.w3.org/TR/2010/ED-cssom-view-20100831/</a>
3737

3838
<dt>Latest Version:
3939

@@ -938,7 +938,7 @@ <h3 id=element-scrolling-members><span class=secno>5.2. </span><code
938938
<li>
939939
<p><a href="#scroll-an-element-into-view" title="scroll an element into
940940
view">Scroll the element into view</a> with the <i title="">align to top
941-
flag</i> set if <var title="">top</var> is true.
941+
flag</i> set if <var title="">top</var> is true or omitted.
942942
</ol>
943943

944944
<p>The <dfn id=dom-element-scrolltop><code>scrollTop</code></dfn> attribute

cssom-view/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ <h3><code title="">Element</code> Scrolling Members</h3>
741741

742742
<li><p><span title="scroll an element into view">Scroll the element into view</span>
743743
with the <i title="">align to top flag</i> set if <var title="">top</var>
744-
is true.</p></li>
744+
is true or omitted.</p></li>
745745
</ol>
746746

747747

0 commit comments

Comments
 (0)