Skip to content

Commit c170d9b

Browse files
committed
[css-pseudo-4] Clarify antecedents. w3c#6022
1 parent 6f54f6a commit c170d9b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-pseudo-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -797,13 +797,13 @@ Text and Text Decorations</h4>
797797

798798
A <a>highlight pseudo-element</a>
799799
suppresses the normal drawing of any associated text
800-
(and any text decorations applied to that text).
800+
(and the text decorations that had been applied to that text).
801801
Instead the topmost active <a>highlight overlay</a>
802802
redraws that text
803-
(and its decorations)
803+
(and those decorations)
804804
over the <a>highlight overlay</a> backgrounds
805805
<!-- (and outlines, if any) -->
806-
using its own 'color'.
806+
using the highlight’s own 'color'.
807807

808808
For this purpose,
809809
''currentColor'' on a [=highlight pseudo-element=]’s 'color' property represents
@@ -815,7 +815,7 @@ Text and Text Decorations</h4>
815815
Any text decorations introduced by each <a>highlight pseudo-element</a>
816816
are stacked in the same order as their backgrounds
817817
over the text’s original decorations
818-
and are all drawn, in their own colors.
818+
and are all drawn, each decoration in its own color.
819819

820820
Note: The element’s own text decorations
821821
(both <a href="https://www.w3.org/TR/css-text-decor/#line-decoration">line decorations</a>

0 commit comments

Comments
 (0)