File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -339,10 +339,10 @@ First-Letter Text: ''::first-letter'' pseudo-element and its ''::prefix'' and ''
339
339
(ignoring the exclusion of word separators from <code> Zs</code> )
340
340
represented as
341
341
<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>
343
343
or, alternatively,
344
344
<code highlight="bnf" style="font-family: inherit">
345
- ([P] [Zs P] *)? [L N S] + ([Zs [P--[Ps Pd] ]]* [P--[Ps Pd] ])?</code>
345
+ ([P] [Zs P] *)? [L N S] ([Zs [P--[Ps Pd] ]]* [P--[Ps Pd] ])?</code>
346
346
<!-- this is not actually BNF, but it highlights better that way -->
347
347
348
348
ISSUE: Bikeshed is <a href="https://github.com/tabatkins/bikeshed/issues/2202">eating punctuation</a> in this note, which is not helpful.
You can’t perform that action at this time.
0 commit comments