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 294cf29 commit f89a04aCopy full SHA for f89a04a
css-pseudo-4/Overview.bs
@@ -333,7 +333,7 @@ First-Letter Text: ''::first-letter'' pseudo-element and its ''::prefix'' and ''
333
<div class="note">
334
Informally represented, the first-letter text’s pattern here is
335
<code highlight="bnf" style="font-family: inherit">
336
- {S,P}* {L,N}+ {S,P−(Ps+Pd)}*</code>
+ (S|P)* (L|N)+ (S|P^(Ps|Pd))*</code>
337
or, alternatively,
338
339
[S P]* [L N]+ [[S] [P--[Ps Pd]]]*</code>
0 commit comments