Skip to content

Commit b34f6d4

Browse files
committed
[css-pseudo-4] Explain something about what kind of properties are allowed, for future reference.
1 parent 154d46c commit b34f6d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css-pseudo-4/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,10 @@ Selecting Highlighted Content: the ''::selection'', ''::inactive-selection'', '
473473
<h3 id="highlight-styling">
474474
Styling Highlights</h3>
475475

476+
The <a>highlight pseudo-elements</a> can only be styled
477+
by a limited set of properties that do not affect layout.
478+
<!-- ALSO: are not dependent on the exact bounds of the selection painting area,
479+
and can be applied performantly in a highly dynamic environment-->
476480
The following properties apply to the <a>highlight pseudo-elements</a>:
477481

478482
<ul>

0 commit comments

Comments
 (0)