Skip to content

Commit 098d203

Browse files
committed
[css-scroll-snap] Add paging and homing actions to scroll types examples. #1605
1 parent 256fa4d commit 098d203

3 files changed

Lines changed: 37 additions & 1 deletion

File tree

css-scroll-snap/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,8 @@ Types of Scrolling Methods {#scroll-types}
822822
* a “fling” gesture,
823823
interpreted with momentum
824824
* programmatically scrolling via APIs such as {{Window/scrollBy()}}
825+
* paging operations such as the <kbd>PgUp</kbd>/<kbd>PgDn</kbd> keys (or equivalent operations on the scrollbar)
826+
* homing operations such as the <kbd>Home</kbd>/<kbd>End</kbd> keys
825827
</div>
826828

827829
The intended end point of the scroll prior to intervention from features such
@@ -1065,12 +1067,14 @@ Changes {#changes}
10651067
Changes since the <a href="https://www.w3.org/TR/2016/CR-css-scroll-snap-1-20161020/">20 October 2016 Candidate Recommendation</a> include:
10661068

10671069
<ul>
1068-
<li>Restrictd 'scroll-padding' to non-negative values.
1070+
<li>Restricted 'scroll-padding' to non-negative values.
10691071
(<a href="https://github.com/w3c/csswg-drafts/issues/1084">Issue 1084</a>)
10701072
<blockquote>
10711073
<p>Values <ins>must be non-negative and</ins>
10721074
are interpreted as for 'padding' &hellip;</p>
10731075
</blockquote>
1076+
<li>Added paging and homing operations to examples in <a href="#scroll-types"></a>.
1077+
(<a href="https://github.com/w3c/csswg-drafts/issues/1605">Issue 1605</a>)
10741078
<li>Clarified that snapping in one axis may affect whether snapping to a particular snap area is possible in the other axis.
10751079
(<a href="https://github.com/w3c/csswg-drafts/issues/950">Issue 950</a>)
10761080
<blockquote>

css-scroll-snap/issues-cr-2016.bsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,19 @@ From: Majid Valipour
5858
Comment: https://github.com/w3c/csswg-drafts/issues/1552
5959
Open
6060
----
61+
Issue 7.
62+
Summary: scroll-snap-stop definition implies applying to scroll container instead of snap position
63+
From: fantasai
64+
Changes:
65+
Closed: Accepted
66+
Resolved: Editorial
67+
Verified: reporter is editor
68+
----
69+
Issue 8.
70+
Summary: Add pageup/pagedown to
71+
From: Tab Atkins
72+
Comment: https://github.com/w3c/csswg-drafts/issues/1605
73+
Changes:
74+
Open: Accepted
75+
Resolved: =WG= Review.
76+
----

css-scroll-snap/issues-cr-2016.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,22 @@ <h1>CSS Scroll Snapping Level 1 Disposition of Comments for 2016-10-20 CR</h1>
9292
<span>From: Majid Valipour</span>
9393
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1552'>https://github.com/w3c/csswg-drafts/issues/1552</a></span>
9494
<span>Open</span></pre>
95+
<pre class=' a' id='issue-7'>
96+
<span>Issue 7. <a href='#issue-7'>#</a></span>
97+
<span>Summary: scroll-snap-stop definition implies applying to scroll container instead of snap position</span>
98+
<span>From: fantasai</span>
99+
<span>Changes:</span>
100+
<span class="a">Closed: Accepted</span>
101+
<span>Resolved: Editorial</span>
102+
<span class="a">Verified: reporter is editor</span></pre>
103+
<pre class='open a' id='issue-8'>
104+
<span>Issue 8. <a href='#issue-8'>#</a></span>
105+
<span>Summary: Add pageup/pagedown to</span>
106+
<span>From: Tab Atkins</span>
107+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1605'>https://github.com/w3c/csswg-drafts/issues/1605</a></span>
108+
<span>Changes:</span>
109+
<span class="a">Open: Accepted</span>
110+
<span>Resolved: =WG= Review.</span></pre>
95111
<script>
96112
(function () {
97113
var sheet = document.styleSheets[0];

0 commit comments

Comments
 (0)