Skip to content

Commit 8946651

Browse files
committed
[css-pseudo-4] Use shorthand to make it slightly more obvious that it needs to be reset to be styled #9233
1 parent a32f4f1 commit 8946651

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
@@ -952,8 +952,8 @@ Default UA Styles</h3>
952952
The following additions are recommended for the default UA stylesheet:
953953
<pre class="lang-css">
954954
/* 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; }
955+
:root::spelling-error { text-decoration: spelling-error; }
956+
:root::grammar-error { text-decoration: grammar-error; }
957957
</pre>
958958

959959
Some [=highlight pseudo-elements=]

0 commit comments

Comments
 (0)