diff --git a/css-highlight-api-1/Overview.bs b/css-highlight-api-1/Overview.bs index 64ff912dd2b..de98b233110 100644 --- a/css-highlight-api-1/Overview.bs +++ b/css-highlight-api-1/Overview.bs @@ -319,9 +319,12 @@ Applicable Properties
+ <p>Highlight this <em>and this</em>.</p> ++ Any of the following rules + would suppress the default 'background-color' + for ''::selection'' + in the
<em>
element
+ if given by the author:
+ + em::selection { color: initial; } + em::selection { color: inherit; } + em::selection { color: unset; } + em::selection { color: green; } + p::selection { color: green; } ++