Skip to content

Commit cbe7e22

Browse files
committed
[css-pseudo-4] Use minus as difference operator. #5830
Backslash might be nice alternative, but turns into a yen sign in some fonts. :/
1 parent c443d65 commit cbe7e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-pseudo-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ First-Letter Text: ''::first-letter'' pseudo-element and its ''::prefix'' and ''
339339
(ignoring the exclusion of word separators from <code>Zs</code>)
340340
represented as
341341
<code highlight="bnf" style="font-family: inherit">
342-
(P (Zs|P)*)? (L|N|S)+ ((Zs|P^(Ps|Pd))* (P^(Ps|Pd))?</code>
342+
(P (Zs|P)*)? (L|N|S)+ ((Zs|P(Ps|Pd))* (P(Ps|Pd))?</code>
343343
or, alternatively,
344344
<code highlight="bnf" style="font-family: inherit">
345345
([P] [Zs P]*)? [L N S]+ ([[Zs][P--[Ps Pd]]]* [P--[Ps Pd]])?</code>

0 commit comments

Comments
 (0)