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 4cba778 commit 9f20b25Copy full SHA for 9f20b25
css-pseudo-4/Overview.bs
@@ -561,13 +561,13 @@ Styling Highlights</h3>
561
Default UA Styles</h3>
562
563
The following additions are recommended for the default UA stylesheet:
564
- <pre><code class="lang-css">
+ <pre class="lang-css">
565
/* Represent default spelling/grammar error styling in an adjustable way */
566
:root::spelling-error { text-decoration-line: spelling-error; }
567
:root::grammar-error { text-decoration-line: grammar-error; }
568
/* Highlight targetted text */
569
:root::target-text { color: MarkText; background: Mark; }
570
- </code></pre>
+ </pre>
571
572
UAs may apply additional effects to enhance the presentation
573
of highlighted content,
0 commit comments