File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -541,8 +541,6 @@ Styling Highlights</h3>
541
541
/* Represent default spelling/grammar error styling in an adjustable way */
542
542
:root::spelling-error { text-decoration-line: spelling-error; }
543
543
:root::grammar-error { text-decoration-line: grammar-error; }
544
- /* Ensure contrast on text with shadows */
545
- :root::selection { text-shadow: none; }
546
544
</code></pre>
547
545
548
546
<h3 id=highlight-bounds>
@@ -1006,6 +1004,7 @@ Changes</h2>
1006
1004
uses the color that would be used if the text were not “highlighted”,
1007
1005
even if that color was provided by a pseudo-element like ''::first-line'' .
1008
1006
(<a href="https://github.com/w3c/csswg-drafts/issues/4625">Issue 4625</a> )
1007
+ <li> Define how 'text-shadow' interacts with [=highlight pseudo-elements=] .
1009
1008
</ul>
1010
1009
1011
1010
Changes since the <a href="https://www.w3.org/TR/2016/WD-css-pseudo-4-20160607/">7 June 2016 Working Draft</a> include:
You can’t perform that action at this time.
0 commit comments