Skip to content

Commit e31d4f7

Browse files
committed
[css-pseudo-4] Bikeshed fixes
1 parent 492052b commit e31d4f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-pseudo-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,13 @@ First Letters and Associated Punctuation</h4>
367367
(ignoring the exclusion of word separators from <code>Zs</code>)
368368
represented as
369369
<code highlight="bnf" style="font-family: inherit">
370-
(P (Zs|P)*)? (L|N|S) ((Zs|P−(Ps|Pd))* (P−(Ps|Pd))?</code>
370+
(P (Zs|P)*)? (L\|N\|S) ((Zs|P−(Ps|Pd))* (P−(Ps|Pd))?</code>
371371
or, alternatively,
372372
<code highlight="bnf" style="font-family: inherit">
373373
(&#91;P] [Zs P]*)? [L N S] ([Zs [P--[Ps Pd]]]* [P--[Ps Pd]])?</code>
374374
<!-- this is not actually BNF, but it highlights better that way -->
375375

376-
ISSUE: Bikeshed is <a href="https://github.com/tabatkins/bikeshed/issues/2202">eating punctuation</a> in this note, which is not helpful.
376+
<!-- Bikeshed is <a href="https://github.com/tabatkins/bikeshed/issues/2202">eating punctuation</a> in this note (unless escaped with undocumented escape sequences), which is not helpful. -->
377377

378378
<pre class=railroad>
379379
Optional:

0 commit comments

Comments
 (0)