Skip to content

Commit f89a04a

Browse files
committed
[css-pseudo-4] Use slightly more self-consistent informal syntax in the note. w3c#5830
1 parent 294cf29 commit f89a04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-pseudo-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ First-Letter Text: ''::first-letter'' pseudo-element and its ''::prefix'' and ''
333333
<div class="note">
334334
Informally represented, the first-letter text’s pattern here is
335335
<code highlight="bnf" style="font-family: inherit">
336-
{S,P}* {L,N}+ {S,P&minus;(Ps+Pd)}*</code>
336+
(S|P)* (L|N)+ (S|P^(Ps|Pd))*</code>
337337
or, alternatively,
338338
<code highlight="bnf" style="font-family: inherit">
339339
[S P]* [L N]+ [[S][P--[Ps Pd]]]*</code>

0 commit comments

Comments
 (0)