Skip to content

Commit 2f77f5e

Browse files
committed
[css-scroll-snap-1] Add DoC
1 parent e148f87 commit 2f77f5e

File tree

3 files changed

+302
-0
lines changed

3 files changed

+302
-0
lines changed

css-scroll-snap-1/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,8 @@ Changes Since 19 March 2019 CR {#changes-20190319}
12921292
</blockquote>
12931293
</ul>
12941294

1295+
A <a href="https://drafts.csswg.org/css-scroll-snap-1/issues-cr-2019">Disposition of Comments</a> is available.
1296+
12951297
Changes Since 31 January 2019 CR {#changes-20190131}
12961298
----------------------------------------------------
12971299

css-scroll-snap-1/issues-cr-2019.bsi

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
Draft: https://www.w3.org/TR/2019/CR-css-scroll-snap-1-20190319/
2+
Title: CSS Scroll Snap Module Level 1
3+
4+
----
5+
Issue 1.
6+
Summary: Clarify propagation of scroll-padding and scroll-snap-type to viewport
7+
From: fantasai
8+
Comment: https://github.com/w3c/csswg-drafts/issues/3740
9+
Response: https://github.com/w3c/csswg-drafts/issues/3740#issuecomment-474907425
10+
Changes: https://github.com/w3c/csswg-drafts/commit/b5afa1086cf344046ea87013f0c48b3800eaacd7
11+
Comment: https://github.com/w3c/csswg-drafts/issues/3740#issuecomment-482784395
12+
Response: https://github.com/w3c/csswg-drafts/issues/3740#issuecomment-492715334
13+
Changes: https://github.com/w3c/csswg-drafts/commit/a28f6989dbe4d9c97269b1e2ed3efc85e818e47c
14+
Closed: Accepted
15+
Resolved: https://lists.w3.org/Archives/Public/www-style/2019Mar/0007.html
16+
Verified: reporter is editor
17+
----
18+
Issue 2.
19+
Summary: Include scrollbar arrows in Example 11
20+
From: egirard
21+
Comment: https://github.com/w3c/csswg-drafts/issues/3752
22+
Changes: https://github.com/w3c/csswg-drafts/commit/09e040f05e12bb4c303d5839e0ceee3f6bf58c67
23+
Closed: Accepted
24+
Resolved: Editorial
25+
Verified: https://github.com/w3c/csswg-drafts/commit/09e040f05e12bb4c303d5839e0ceee3f6bf58c67
26+
----
27+
Issue 3.
28+
Summary: Clarify writing mode used for scroll-snap-align
29+
From: hiikezoe
30+
Comment: https://github.com/w3c/csswg-drafts/issues/3815
31+
Response: https://github.com/w3c/csswg-drafts/issues/3815#issuecomment-577245697
32+
Closed: Accepted
33+
Resolved: https://lists.w3.org/Archives/Public/www-style/2020Feb/0008.html
34+
----
35+
Issue 4.
36+
Summary: Compat between Webkit and Blink/Gecko wrt implicit start/end snapping
37+
From: jonjohnjohnson
38+
Comment: https://github.com/w3c/csswg-drafts/issues/4037
39+
Response: https://github.com/w3c/csswg-drafts/issues/4037#issuecomment-538060075
40+
Response: https://github.com/w3c/csswg-drafts/issues/4037#issuecomment-540162045
41+
Closed: Invalid
42+
Note: WebKit accepted to fix its bug
43+
Resolved: https://lists.w3.org/Archives/Public/www-style/2020Sep/0031.html
44+
----
45+
Issue 5.
46+
Summary: Add example from sticky scrollbars spec
47+
From: Samuel Bronson
48+
Comment: https://github.com/w3c/csswg-drafts/issues/4371
49+
Response: https://github.com/w3c/csswg-drafts/issues/4371#issuecomment-542698895
50+
Closed: Accepted
51+
Resolved: Editorial
52+
----
53+
Issue 6.
54+
Summary: Clarify layout viewport vs visual viewport
55+
From: Emilio Álvarez
56+
Comment: https://github.com/w3c/csswg-drafts/issues/4393
57+
Response: https://github.com/w3c/csswg-drafts/issues/4393#issuecomment-542700206
58+
Changes: https://github.com/w3c/csswg-drafts/pull/4776/files
59+
Changes: https://github.com/w3c/csswg-drafts/commit/e148f873b35f3181ca687e588d4596b812d7b3bc
60+
Closed: Accepted
61+
Resolved: https://lists.w3.org/Archives/Public/www-style/2020Feb/0008.html
62+
----
63+
Issue 7.
64+
Summary: Snap area trapping of non-scrollable elements annoying to implement
65+
From: Majid Valipour
66+
Comment: https://github.com/w3c/csswg-drafts/issues/4496
67+
Response: https://github.com/w3c/csswg-drafts/issues/4496
68+
Open: Rejected
69+
----
70+
Issue 8.
71+
Summary: Animation of re-snapping after content changes
72+
From: Majid Valipour
73+
Comment: https://github.com/w3c/csswg-drafts/issues/4609
74+
Response: https://github.com/w3c/csswg-drafts/issues/4609#issuecomment-575325542
75+
Changes: https://github.com/w3c/csswg-drafts/commit/c6e94dfdfbce7b71731e19240734ee9a27d49ea2
76+
Changes: https://github.com/w3c/csswg-drafts/commit/c135b56ef93dad7c66854348d8b59cddd24df049
77+
Response: https://github.com/w3c/csswg-drafts/issues/4609#issuecomment-693732456
78+
Closed: Accepted
79+
Resolved: https://lists.w3.org/Archives/Public/www-style/2020Feb/0008.html
80+
Verified: https://github.com/w3c/csswg-drafts/issues/4609#issuecomment-706317118
81+
----
82+
Issue 9.
83+
Summary: Re-snapping with multiple possible targets
84+
From: yi-gu
85+
Comment: https://github.com/w3c/csswg-drafts/issues/4651
86+
Response: https://github.com/w3c/csswg-drafts/issues/4651#issuecomment-575312124
87+
Response: https://github.com/w3c/csswg-drafts/issues/4651#issuecomment-693743399
88+
Closed: Accepted
89+
Resolved: https://lists.w3.org/Archives/Public/www-style/2020Feb/0008.html
90+
----
91+
Issue 10.
92+
Summary: Clarify interaction between snapping and scroll anchoring
93+
From: Emilio Álvarez
94+
Comment: https://github.com/w3c/csswg-drafts/issues/4830
95+
Response: https://github.com/w3c/csswg-drafts/issues/4830#issuecomment-725713005
96+
Closed: Accepted
97+
Note: Fixed in css-scroll-anchoring-1
98+
Changes: https://github.com/w3c/csswg-drafts/commit/297c537c48ad723e1584049b63323852175fafd3
99+
Resolved: https://lists.w3.org/Archives/Public/www-style/2020Sep/0031.html
100+
----
101+
Issue 11.
102+
Summary: Focus movement should also consider scroll-padding
103+
From: Alastair Campbell
104+
Comment: https://github.com/w3c/csswg-drafts/issues/5066
105+
Response: https://github.com/w3c/csswg-drafts/issues/5066#issuecomment-693662485
106+
Changes: https://github.com/w3c/csswg-drafts/commit/de7e9739aee5272d81927c42dee2824fdc32f428
107+
Closed: Invalid
108+
Verified: https://github.com/w3c/csswg-drafts/issues/5066#issuecomment-693699497
109+
----
110+
Issue 12.
111+
Summary: Snapping to nearest edge based on scroll direction
112+
From: Guido Bouman
113+
Comment: https://github.com/w3c/csswg-drafts/issues/5123
114+
Open
115+
----

0 commit comments

Comments
 (0)