Skip to content

Commit 43c5bae

Browse files
committed
[css-pseudo-4] Latest Bikeshed is choking on punctuation in code blocks.
* Escapes brackets to avoid fatal error * Adds issue about Bikeshed eating pipes See speced/bikeshed#2202
1 parent cbe7e22 commit 43c5bae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-pseudo-4/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,10 @@ First-Letter Text: ''::first-letter'' pseudo-element and its ''::prefix'' and ''
342342
(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+
(&#91;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 -->
347+
348+
ISSUE: Bikeshed is <a href="https://github.com/tabatkins/bikeshed/issues/2202">eating punctuation</a> in this note, which is not helpful.
347349
</div>
348350

349351
<div class="figure">

0 commit comments

Comments
 (0)