We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32f4f1 commit 8946651Copy full SHA for 8946651
css-pseudo-4/Overview.bs
@@ -952,8 +952,8 @@ Default UA Styles</h3>
952
The following additions are recommended for the default UA stylesheet:
953
<pre class="lang-css">
954
/* Represent default spelling/grammar error styling in an adjustable way */
955
- :root::spelling-error { text-decoration-line: spelling-error; }
956
- :root::grammar-error { text-decoration-line: grammar-error; }
+ :root::spelling-error { text-decoration: spelling-error; }
+ :root::grammar-error { text-decoration: grammar-error; }
957
</pre>
958
959
Some [=highlight pseudo-elements=]
0 commit comments