Skip to content

Commit 81becd5

Browse files
committed
[css-pseudo-4] Drop UA stylesheet rule that was there from previous text-shadow model and is no longer needed. w3c#3932
1 parent 36d3b24 commit 81becd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css-pseudo-4/Overview.bs

+1-2
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)