Skip to content

Commit fc11053

Browse files
committed
Fix button references.
1 parent c4d9624 commit fc11053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-overflow-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Overflow Controls: the 'scroll-markers' property and pseudo-elements</h3>
342342
as if it was a child of the ''::scroll-marker-group'' box on its nearest ancestor [=scroll container=].
343343
These boxes are added in the [=tree order=] of their <a>originating element</a>.
344344

345-
These pseudo-elements behave as a ''&lt;button>''
345+
These pseudo-elements behave as a <{button}>
346346
with {{HTMLButtonElement/scrollTargetElement}} set to its <a>originating element</a>.
347347
They can be focused and invoked.
348348

@@ -2194,9 +2194,9 @@ showing in which case space is reserved for the <a>scrollbar gutter</a>.
21942194
in which exactly one control in the group can have its 'checked' state set to true.
21952195
A [=scroll marker control=] with a true 'checked' state can be styled by the '':checked'' pseudo-class.
21962196
2197-
The [=scroll marker group=] that contains a ''&lt;button>'' element a also contains all the other ''&lt;button>'' elements b that fulfill the following conditions:
2197+
The [=scroll marker group=] that contains a <{button}> element a also contains all the other <{button}> elements b that fulfill the following conditions:
21982198
2199-
* The ''&lt;button>'' element b has a non-null {{HTMLButtonElement/scrollTargetElement}} value.
2199+
* The <{button}> element b has a non-null {{HTMLButtonElement/scrollTargetElement}} value.
22002200
* a and b's {{HTMLButtonElement/scrollTargetElement}} have the same nearest [=scroll container=].
22012201
22022202
<div algorithm="scrollTargetElement activation">

0 commit comments

Comments
 (0)