Skip to content

Commit f62e4e3

Browse files
committed
[css-overflow-5][editorial] Fixed some linking errors
1 parent 0b10f1b commit f62e4e3

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

css-overflow-5/Overview.bs

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,16 @@ Abstract: This module contains the features of CSS relating to scrollable overfl
1919
of <a href="#fragmentation">redirecting overflow by fragmentation</a>.
2020
</pre>
2121
<pre class="link-defaults">
22-
type: dfn; spec:css-multicol-1; text:overflow column
23-
spec:css-pseudo-4; type:selector; text:::first-letter
24-
spec:css-pseudo-4; type:selector; text:::first-line
25-
spec:css-writing-modes-4; type:dfn; text:start
26-
spec:css-writing-modes-4; type:dfn; text:end
22+
spec:css-multicol-1; type:dfn; text:overflow column
23+
spec:css-pseudo-4; type:selector;
24+
text:::first-letter
25+
text:::first-line
26+
spec:css-writing-modes-4; type:dfn;
27+
text:start
28+
text:end
29+
spec:selectors-4; type:selector;
30+
text::focus
31+
text::active
2732
</pre>
2833
<pre class=ignored-specs>
2934
spec: css21
@@ -487,7 +492,7 @@ Calculating the Active Scroll Marker</h4>
487492
1. Return |selected marker|
488493
</div>
489494

490-
<div algorithm="update active marker">
495+
<div algorithm="update active marker">
491496
Whenever the UA determines that a new marker is the <var>active marker</var> for a [=scroll marker group=] <var>group</var> it must run the following steps:
492497

493498
1. Set the active state of |active marker| to true.
@@ -496,7 +501,7 @@ Calculating the Active Scroll Marker</h4>
496501
Focus |active marker|
497502
1. Set the <a href="https://open-ui.org/components/focusgroup.explainer/#last-focused-memory">last-focused element</a> of the |group| to |active marker|.
498503
1. Set the active state of all other [=scroll marker=] elements in |group| to false.
499-
</div>
504+
</div>
500505

501506
<h4 id="scroll-marker-activation">Activation behavior</h4>
502507

0 commit comments

Comments
 (0)