Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions features/scroll-target-group.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: scroll-target-group
description: >
The `scroll-target-group` CSS property picks an element to be a scroll marker group container, which uses the anchor links within that element as scroll markers.
It's an alternative to the `::scroll-marker-group` pseudo-element, which uses generated elements as scroll markers.
spec: https://drafts.csswg.org/css-overflow-5/#scroll-target-group
group: scrolling
compat_features:
- css.properties.scroll-target-group
- css.properties.scroll-target-group.auto
- css.properties.scroll-target-group.none
13 changes: 13 additions & 0 deletions features/scroll-target-group.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated from: scroll-target-group.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "140"
chrome_android: "140"
edge: "140"
compat_features:
- css.properties.scroll-target-group
- css.properties.scroll-target-group.auto
- css.properties.scroll-target-group.none