We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c443d65 commit cbe7e22Copy full SHA for cbe7e22
css-pseudo-4/Overview.bs
@@ -339,7 +339,7 @@ First-Letter Text: ''::first-letter'' pseudo-element and its ''::prefix'' and ''
339
(ignoring the exclusion of word separators from <code>Zs</code>)
340
represented as
341
<code highlight="bnf" style="font-family: inherit">
342
- (P (Zs|P)*)? (L|N|S)+ ((Zs|P^(Ps|Pd))* (P^(Ps|Pd))?</code>
+ (P (Zs|P)*)? (L|N|S)+ ((Zs|P−(Ps|Pd))* (P−(Ps|Pd))?</code>
343
or, alternatively,
344
345
([P] [Zs P]*)? [L N S]+ ([[Zs] [P--[Ps Pd]]]* [P--[Ps Pd]])?</code>
0 commit comments