File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -541,8 +541,6 @@ Styling Highlights</h3>
541541 /* Represent default spelling/grammar error styling in an adjustable way */
542542 :root::spelling-error { text-decoration-line: spelling-error; }
543543 :root::grammar-error { text-decoration-line: grammar-error; }
544- /* Ensure contrast on text with shadows */
545- :root::selection { text-shadow: none; }
546544 </code></pre>
547545
548546<h3 id=highlight-bounds>
@@ -1006,6 +1004,7 @@ Changes</h2>
10061004 uses the color that would be used if the text were not “highlighted”,
10071005 even if that color was provided by a pseudo-element like ''::first-line'' .
10081006 (<a href="https://github.com/w3c/csswg-drafts/issues/4625">Issue 4625</a> )
1007+ <li> Define how 'text-shadow' interacts with [=highlight pseudo-elements=] .
10091008 </ul>
10101009
10111010 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