Skip to content

Commit

Permalink
[css-overflow-5] Editorial fix of ::scroll-button order. (#11603)
Browse files Browse the repository at this point in the history
In #10912 we resolved on the block directions wrapping the inline direction.
  • Loading branch information
flackr authored Jan 29, 2025
1 parent e358706 commit e08f9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-overflow-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e08f9b2

Please sign in to comment.