File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 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>
416416<h3 id="scroll-buttons">
417417Scroll Buttons</h3>
418418
419- The <dfn>::scroll-button( <<scroll-button-direction>> )</dfn> pseudo-elements
419+ The <dfn>::scroll-button( '*' | <<scroll-button-direction>> )</dfn> pseudo-elements
420420are generated on [=scroll containers=]
421421when their computed 'content' value is not ''content/none'' .
422422They generate boxes as if they were immediately preceding <em> siblings</em>
@@ -451,7 +451,9 @@ or the verticals "around" the horizontals
451451
452452The four ''::scroll-button()'' pseudo-elements are individually selected
453453by 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:
455457
456458<dl dfn-type=value dfn-for="<scroll-button-direction> , ::scroll-button()">
457459 : <dfn>up</dfn>
You can’t perform that action at this time.
0 commit comments