File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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 ''
339339 (ignoring the exclusion of word separators from <code> Zs</code> )
340340 represented as
341341 <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>
343343 or, alternatively,
344344 <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>
346346 <!-- this is not actually BNF, but it highlights better that way -->
347347
348348 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