From aa247d3e77f73ca1c7bee77049f9b11334f40cc5 Mon Sep 17 00:00:00 2001 From: Robert Flack Date: Fri, 14 Feb 2025 11:47:50 -0500 Subject: [PATCH] Add scroll-markers feature. --- features/scroll-markers.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 features/scroll-markers.yml diff --git a/features/scroll-markers.yml b/features/scroll-markers.yml new file mode 100644 index 00000000000..f9d165db92c --- /dev/null +++ b/features/scroll-markers.yml @@ -0,0 +1,4 @@ +name: Scroll markers +description: The `::scroll-marker` CSS pseudo-element is a focusable control within its ancestor scroll container's `::scroll-marker-group` that scrolls to its originating element. +spec: https://drafts.csswg.org/css-overflow-5/#scroll-markers +group: scrolling