File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -331,12 +331,15 @@ First-Letter Text: ''::first-letter'' pseudo-element and its ''::prefix'' and ''
331
331
</ul>
332
332
333
333
<div class="note">
334
- Informally represented, the first-letter text’s pattern here is
334
+ Informally represented, the [=first-letter text=] ’s pattern here
335
+ can be roughly
336
+ (ignoring the exclusion of word separators from <code> Zs</code> )
337
+ represented as
335
338
<code highlight="bnf" style="font-family: inherit">
336
- (S |P)* (L|N)+ (S |P^(Ps|Pd))*</code>
339
+ (Zs |P)* (L|N)+ (Zs |P^(Ps|Pd))*</code>
337
340
or, alternatively,
338
341
<code highlight="bnf" style="font-family: inherit">
339
- [S P] * [L N] + [[S ] [P--[Ps Pd] ]]*</code>
342
+ [Zs P] * [L N] + [[Zs ] [P--[Ps Pd] ]]*</code>
340
343
<!-- this is not actually BNF, but it highlights better that way -->
341
344
</div>
342
345
You can’t perform that action at this time.
0 commit comments