Skip to content

Commit e08f9b2

Browse files
authored
[css-overflow-5] Editorial fix of ::scroll-button order. (#11603)
In #10912 we resolved on the block directions wrapping the inline direction.
1 parent e358706 commit e08f9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-overflow-5/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ They exist after their [=originating element's=] ''::scroll-marker-group'' pseud
428428
Four distinct ''::scroll-button()'' pseudo-elements can exist on a [=scroll container=],
429429
each associated with a [=flow-relative=] direction,
430430
based on their [=originating element's=] [=writing mode=]:
431-
in order, [=block-start=], [=inline-start=], [=block-end=], and [=inline-end=].
431+
in order, [=block-start=], [=inline-start=], [=inline-end=], and [=block-end=].
432432
The ''::scroll-button()'' pseudo-elements are both focusable and activatable by default,
433433
with their activation behavior being to scroll their [=originating element=]
434434
by one "page" in their associated direction,

0 commit comments

Comments
 (0)