File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ Selecting The Active Scroll Marker: the '':target-current'' pseudo-class</h4>
416
416
<h3 id="scroll-buttons">
417
417
Scroll Buttons</h3>
418
418
419
- The <dfn>::scroll-button( <<scroll-button-direction>> )</dfn> pseudo-elements
419
+ The <dfn>::scroll-button( '*' | <<scroll-button-direction>> )</dfn> pseudo-elements
420
420
are generated on [=scroll containers=]
421
421
when their computed 'content' value is not ''content/none'' .
422
422
They generate boxes as if they were immediately preceding <em> siblings</em>
@@ -451,7 +451,9 @@ or the verticals "around" the horizontals
451
451
452
452
The four ''::scroll-button()'' pseudo-elements are individually selected
453
453
by the selector's argument.
454
- The possible <dfn><<scroll-button-direction>></dfn> values are:
454
+ A '*' arguments selects all four ''::scroll-button()'' s;
455
+ otherwise the selected pseudo-element is determined
456
+ by the <dfn><<scroll-button-direction>></dfn> value:
455
457
456
458
<dl dfn-type=value dfn-for="<scroll-button-direction> , ::scroll-button()">
457
459
: <dfn>up</dfn>
You can’t perform that action at this time.
0 commit comments