Skip to content

Commit 21b1748

Browse files
author
Simon Pieters
committed
[cssom-view] Rename scroll-behavior:instant to auto. http://lists.w3.org/Archives/Public/www-style/2014Oct/0279.html
1 parent 32e4c89 commit 21b1748

2 files changed

Lines changed: 16 additions & 14 deletions

File tree

cssom-view/Overview.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<h1>CSSOM View Module</h1>
1818

19-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 25 September 2014</h2>
19+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 15 October 2014</h2>
2020

2121
<dl>
2222

@@ -83,7 +83,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
8383
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
8484
index at http://www.w3.org/TR/.</a></em>
8585

86-
<p>This is the 25 September 2014 Editor's Draft of CSSOM View. Please send
86+
<p>This is the 15 October 2014 Editor's Draft of CSSOM View. Please send
8787
comments to
8888
<a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a>
8989
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
@@ -1922,8 +1922,8 @@ <h2 id="css-properties"><span class="secno">14 </span>CSS properties</h2>
19221922
<h3 id="smooth-scrolling:-the-'scroll-behavior'-property"><span class="secno">14.1 </span>Smooth Scrolling: The 'scroll-behavior' Property</h3>
19231923

19241924
<pre class="propdef">Name: <dfn id="scroll-behavior">scroll-behavior</dfn>
1925-
Value: instant | smooth
1926-
Initial: instant
1925+
Value: auto | smooth
1926+
Initial: auto
19271927
Applies to: <a href="#scrolling-box" title="scrolling box">scrolling boxes</a>
19281928
Inherited: no
19291929
Computed value: specified value
@@ -1932,14 +1932,15 @@ <h3 id="smooth-scrolling:-the-'scroll-behavior'-property"><span class="secno">14
19321932
Canonical Order: per grammar
19331933
</pre>
19341934

1935-
<p>The '<a href="#scroll-behavior">scroll-behavior</a>' property specifies the scrolling behavior for a <a href="#scrolling-box">scrolling box</a>, when scrolling happens due to navigation or
1936-
CSSOM scrolling APIs. Scrolls that are performed by the user are not affected by this property. When this property is specified on the root element, it applies
1937-
to the <a href="#viewport">viewport</a> instead.
1935+
<p>The '<a href="#scroll-behavior">scroll-behavior</a>' property specifies the scrolling behavior for a <a href="#scrolling-box">scrolling box</a>,
1936+
when scrolling happens due to navigation or CSSOM scrolling APIs.
1937+
Any other scrolls, e.g. those that are performed by the user, are not affected by this property.
1938+
When this property is specified on the root element, it applies to the <a href="#viewport">viewport</a> instead.
19381939

19391940
<p class="note">The '<a href="#scroll-behavior">scroll-behavior</a>' property of the HTML <code title="">body</code> element is <em>not</em> propagated to the viewport.
19401941

19411942
<dl>
1942-
<dt>'<dfn id="scroll-behavior-instant" title="scroll-behavior-instant">instant</dfn>'
1943+
<dt>'<dfn id="scroll-behavior-auto" title="scroll-behavior-auto">auto</dfn>'
19431944
<dd><p>The <a href="#scrolling-box">scrolling box</a> is scrolled in an instant fashion.
19441945

19451946
<dt>'<dfn id="scroll-behavior-smooth" title="scroll-behavior-smooth">smooth</dfn>'

cssom-view/Overview.src.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,8 +1879,8 @@ <h3>Smooth Scrolling: The 'scroll-behavior' Property</h3>
18791879

18801880
<pre class=propdef>
18811881
Name: <dfn>scroll-behavior</dfn>
1882-
Value: instant | smooth
1883-
Initial: instant
1882+
Value: auto | smooth
1883+
Initial: auto
18841884
Applies to: <span title="scrolling box">scrolling boxes</span>
18851885
Inherited: no
18861886
Computed value: specified value
@@ -1889,14 +1889,15 @@ <h3>Smooth Scrolling: The 'scroll-behavior' Property</h3>
18891889
Canonical Order: per grammar
18901890
</pre>
18911891

1892-
<p>The '<span>scroll-behavior</span>' property specifies the scrolling behavior for a <span>scrolling box</span>, when scrolling happens due to navigation or
1893-
CSSOM scrolling APIs. Scrolls that are performed by the user are not affected by this property. When this property is specified on the root element, it applies
1894-
to the <span>viewport</span> instead.
1892+
<p>The '<span>scroll-behavior</span>' property specifies the scrolling behavior for a <span>scrolling box</span>,
1893+
when scrolling happens due to navigation or CSSOM scrolling APIs.
1894+
Any other scrolls, e.g. those that are performed by the user, are not affected by this property.
1895+
When this property is specified on the root element, it applies to the <span>viewport</span> instead.
18951896

18961897
<p class=note>The '<span>scroll-behavior</span>' property of the HTML <code title>body</code> element is <em>not</em> propagated to the viewport.
18971898

18981899
<dl>
1899-
<dt>'<dfn title=scroll-behavior-instant>instant</dfn>'
1900+
<dt>'<dfn title=scroll-behavior-auto>auto</dfn>'
19001901
<dd><p>The <span>scrolling box</span> is scrolled in an instant fashion.
19011902

19021903
<dt>'<dfn title=scroll-behavior-smooth>smooth</dfn>'

0 commit comments

Comments
 (0)