From e08f9b206139301c9f4488ac3f3c8a2dacbf59ca Mon Sep 17 00:00:00 2001 From: Robert Flack Date: Wed, 29 Jan 2025 15:46:09 -0500 Subject: [PATCH] [css-overflow-5] Editorial fix of ::scroll-button order. (#11603) In #10912 we resolved on the block directions wrapping the inline direction. --- css-overflow-5/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-overflow-5/Overview.bs b/css-overflow-5/Overview.bs index 46564e5d8f9..0f2b1066312 100644 --- a/css-overflow-5/Overview.bs +++ b/css-overflow-5/Overview.bs @@ -428,7 +428,7 @@ They exist after their [=originating element's=] ''::scroll-marker-group'' pseud Four distinct ''::scroll-button()'' pseudo-elements can exist on a [=scroll container=], each associated with a [=flow-relative=] direction, based on their [=originating element's=] [=writing mode=]: -in order, [=block-start=], [=inline-start=], [=block-end=], and [=inline-end=]. +in order, [=block-start=], [=inline-start=], [=inline-end=], and [=block-end=]. The ''::scroll-button()'' pseudo-elements are both focusable and activatable by default, with their activation behavior being to scroll their [=originating element=] by one "page" in their associated direction,