Skip to content

Commit 9f20b25

Browse files
committed
[css-pseudo-4] Fix markup
1 parent 4cba778 commit 9f20b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-pseudo-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,13 +561,13 @@ Styling Highlights</h3>
561561
Default UA Styles</h3>
562562

563563
The following additions are recommended for the default UA stylesheet:
564-
<pre><code class="lang-css">
564+
<pre class="lang-css">
565565
/* Represent default spelling/grammar error styling in an adjustable way */
566566
:root::spelling-error { text-decoration-line: spelling-error; }
567567
:root::grammar-error { text-decoration-line: grammar-error; }
568568
/* Highlight targetted text */
569569
:root::target-text { color: MarkText; background: Mark; }
570-
</code></pre>
570+
</pre>
571571

572572
UAs may apply additional effects to enhance the presentation
573573
of highlighted content,

0 commit comments

Comments
 (0)