Skip to content

Commit 1f2bc4b

Browse files
Introduce a scrolling group (#1390)
* Introduce a scrolling group * Update scrolling.yml * Update loading-lazy.yml --------- Co-authored-by: Philip Jägenstedt <[email protected]>
1 parent 72638bd commit 1f2bc4b

11 files changed

+14
-1
lines changed

features/draft/scroll-marker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# https://github.com/flackr/carousel/tree/main/scroll-marker
22
draft_date: 2024-04-30
33
name: "::scroll-marker"
4+
group: scrolling

features/draft/spec/scroll-animations-1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ draft_date: 2024-07-11
22
name: Scroll-driven Animations
33
description: TODO
44
spec: https://drafts.csswg.org/scroll-animations-1/
5+
group: scrolling
56
compat_features:
67
- css.at-rules.keyframes.named_range_keyframes
78
- css.properties.animation-range-end.normal

features/scroll-driven-animations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Scroll-driven animations
22
description: CSS scroll-driven animations are a type of CSS animations that don't run over time, but are instead driven by the user's scroll position.
33
spec: https://drafts.csswg.org/scroll-animations-1/
4+
group: scrolling
45
compat_features:
56
- api.ScrollTimeline
67
- api.ScrollTimeline.axis

features/scroll-into-view.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ description: The `scrollIntoView()` method scrolls an element's ancestor contain
33
spec: https://drafts.csswg.org/cssom-view-1/#dom-element-scrollintoview
44
alias: scrollintoview
55
caniuse: scrollintoview
6+
group: scrolling

features/scroll-snap.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Scroll snap
22
description: CSS scroll snap controls the panning and scrolling behavior within a scroll container.
33
spec: https://drafts.csswg.org/css-scroll-snap-1/
44
caniuse: css-snappoints
5+
group: scrolling
56
# Override the status to match caniuse.com. Even using just scroll-snap-type
67
# doesn't match because of https://bugzil.la/1749352 increasing the Firefox
78
# version from 68 to 99.

features/scroll-to-text-fragment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Scroll to text fragment
22
description: Text fragments are URL fragments on the form `#:~:text=snippet` and link to a snippet of text within a page. The browser may scroll, highlight, or otherwise bring that text to the reader's attention.
33
spec: https://wicg.github.io/scroll-to-text-fragment/
4-
group: text-fragments
4+
group:
5+
- text-fragments
6+
- scrolling
57
caniuse: url-scroll-to-text-fragment
68
# This feature isn't in BCD, so the status manually matches caniuse instead:
79
status:

features/scrollbar-color.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: scrollbar-color
22
description: The `scrollbar-color` CSS property sets the color of the scrollbar track and thumb.
33
spec: https://drafts.csswg.org/css-scrollbars-1/#scrollbar-color
4+
group: scrolling

features/scrollbar-gutter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: scrollbar-gutter
22
description: The `scrollbar-gutter` CSS property reserves space for the scrollbar, preventing unwanted layout changes as the scrollbar appears and disappears.
33
spec: https://drafts.csswg.org/css-overflow-3/#scrollbar-gutter-property
4+
group: scrolling

features/scrollbar-width.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: scrollbar-width
22
description: The `scrollbar-width` CSS property sets the width of the scrollbar.
33
spec: https://drafts.csswg.org/css-scrollbars-1/#scrollbar-width
4+
group: scrolling

features/scrollend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: scrollend
22
description: The `scrollend` event fires when an element or document has finished scrolling.
33
spec: https://drafts.csswg.org/cssom-view-1/#eventdef-document-scrollend
4+
group: scrolling
45
compat_features:
56
- api.Document.scrollend_event
67
- api.Element.scrollend_event

0 commit comments

Comments
 (0)