Skip to content

Commit 60032df

Browse files
[css-scroll-snap-1] Include panning with and without momentum in relative scrolls w3c/csswg-drafts@4f6d846
1 parent 7afe4b9 commit 60032df

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css-scroll-snap-ja.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@
156156
●●options
157157

158158
spec_title:CSS Scroll Snap Module Level 1
159-
spec_date:2025-08-25
160-
trans_update:2025-08-28
159+
spec_date:2025-10-28
160+
trans_update:2025-10-29
161161
source_checked:230420
162162
page_state_key:CSS
163163
original_url:https://drafts.csswg.org/css-scroll-snap-1/
@@ -703,7 +703,7 @@
703703
[CSS2]
704704
Bert Bos; et al. <Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification>. URL: https://drafts.csswg.org/css2/
705705
[CSSOM-VIEW-1]
706-
Simon Pieters. <CSSOM View Module>. URL: https://drafts.csswg.org/cssom-view/
706+
Simon Fraser; Emilio Cobos Álvarez. <CSSOM View Module>. URL: https://drafts.csswg.org/cssom-view/
707707
[DOM]
708708
Anne van Kesteren. <DOM Standard>. Living Standard. URL: https://dom.spec.whatwg.org/
709709
[HTML]
@@ -2300,11 +2300,6 @@ <h3 title="Types of Scrolling Methods">6.1. ~scrolling~methodの種別</h3>
23002300
</p>
23012301
<ul>
23022302
<li>
2303-
勢いを伴わずに放された,~panning~gesture
2304-
2305-
a panning gesture, released without momentum
2306-
</li>
2307-
<li>
23082303
~scrollbarの “つまみ” を明示的に操作するとき
23092304
23102305
manipulating the scrollbar “thumb” explicitly
@@ -2376,6 +2371,11 @@ <h3 title="Types of Scrolling Methods">6.1. ~scrolling~methodの種別</h3>
23762371
勢いを伴う “投げつけ( `fling^en )” ~gestureに解釈されるもの
23772372
23782373
a “fling” gesture, interpreted with momentum
2374+
</li>
2375+
<li>
2376+
勢いを伴わずに放された,~panning~gesture
2377+
2378+
a panning gesture, released without momentum
23792379
</li>
23802380
<li>
23812381
`scrollBy()$m などの API を介して~program的に~scrollするとき

0 commit comments

Comments
 (0)