Skip to content

Commit 1bd0337

Browse files
committed
[css-pseudo-4] Pull highlight pseudo property logic from source comment into prose. #4401
1 parent 81e1d0a commit 1bd0337

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css-pseudo-4/Overview.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,12 @@ Selecting Highlighted Content: the ''::selection'', ''::inactive-selection'', '
507507
Styling Highlights</h3>
508508

509509
The <a>highlight pseudo-elements</a> can only be styled
510-
by a limited set of properties that do not affect layout.
511-
<!-- ALSO: are not dependent on the exact bounds of the selection painting area,
512-
and can be applied performantly in a highly dynamic environment-->
510+
by a limited set of properties that do not affect layout
511+
and can be applied performantly in a highly dynamic environment--
512+
and additionally (to ensure interoperability)
513+
whose rendering within the [[#highlight-bounds|required area]]
514+
is not dependent on the exact (UA-determined) bounds
515+
of the [=highlight overlay=].
513516
The following properties apply to the <a>highlight pseudo-elements</a>:
514517

515518
<ul>

0 commit comments

Comments
 (0)