You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-overflow-4/Overview.bs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -342,7 +342,7 @@ Overflow Controls: the 'scroll-markers' property and pseudo-elements</h3>
342
342
as if it was a child of the ''::scroll-marker-group'' box on its nearest ancestor [=scroll container=].
343
343
These boxes are added in the [=tree order=] of their <a>originating element</a>.
344
344
345
-
These pseudo-elements behave as a ''<button>''
345
+
These pseudo-elements behave as a <{button}>
346
346
with {{HTMLButtonElement/scrollTargetElement}} set to its <a>originating element</a>.
347
347
They can be focused and invoked.
348
348
@@ -2194,9 +2194,9 @@ showing in which case space is reserved for the <a>scrollbar gutter</a>.
2194
2194
in which exactly one control in the group can have its 'checked' state set to true.
2195
2195
A [=scroll marker control=] with a true 'checked' state can be styled by the '':checked'' pseudo-class.
2196
2196
2197
-
The [=scroll marker group=] that contains a ''<button>'' element a also contains all the other ''<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:
2198
2198
2199
-
* The ''<button>'' element b has a non-null {{HTMLButtonElement/scrollTargetElement}} value.
2199
+
* The <{button}> element b has a non-null {{HTMLButtonElement/scrollTargetElement}} value.
2200
2200
* a and b's {{HTMLButtonElement/scrollTargetElement}} have the same nearest [=scroll container=].
0 commit comments