Skip to content

Commit a71579f

Browse files
flackrcaptainbrossetRobert Flack
authored
Add ::scroll-button feature (#2653)
* Add ::scroll-button feature. * Generate scroll-buttons.yml.dist. --------- Co-authored-by: Patrick Brosset <[email protected]> Co-authored-by: Robert Flack <[email protected]>
1 parent 6465cd7 commit a71579f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

features/scroll-buttons.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: ::scroll-button
2+
description: The `::scroll-button(<dir>)` CSS pseudo-element is a focusable button which scrolls its originating scroll container element in the specified direction.
3+
spec: https://drafts.csswg.org/css-overflow-5/#scroll-buttons
4+
group: scrolling

features/scroll-buttons.yml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated from: scroll-buttons.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}

0 commit comments

Comments
 (0)