Skip to content

Commit f24104e

Browse files
committed
[css-pseudo-4] Also remove mention of outline from painting section. #3604
1 parent d8e362a commit f24104e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-pseudo-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ Painting the Highlight</h3>
625625
painting it
626626
immediately below any positioned descendants
627627
(i.e. just before step 8 in <a href="https://www.w3.org/TR/CSS21/zindex.html">CSS2.1&sect;E.2</a>).
628-
Its outline, if any, is painted immediately over its background.
628+
<!-- Its outline, if any, is painted immediately over its background. -->
629629
The ''::selection'' overlay is drawn
630630
over the ''::spelling-error'' overlay
631631
which is drawn over the ''::grammar-error'' overlay.
@@ -637,7 +637,7 @@ Painting the Highlight</h3>
637637
redraws that text
638638
(and its decorations)
639639
over the <a>highlight overlay</a> backgrounds
640-
(and outlines, if any)
640+
<!-- (and outlines, if any) -->
641641
using its own 'color',
642642
with ''currentColor'' on its 'color' property representing the 'color'
643643
of the next <a>highlight pseudo-element</a> layer below,

0 commit comments

Comments
 (0)