We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe7e22 commit 43c5baeCopy full SHA for 43c5bae
css-pseudo-4/Overview.bs
@@ -342,8 +342,10 @@ First-Letter Text: ''::first-letter'' pseudo-element and its ''::prefix'' and ''
342
(P (Zs|P)*)? (L|N|S)+ ((Zs|P−(Ps|Pd))* (P−(Ps|Pd))?</code>
343
or, alternatively,
344
<code highlight="bnf" style="font-family: inherit">
345
- ([P] [Zs P]*)? [L N S]+ ([[Zs] [P--[Ps Pd]]]* [P--[Ps Pd]])?</code>
+ ([P] [Zs P]*)? [L N S]+ ([Zs [P--[Ps Pd]]]* [P--[Ps Pd]])?</code>
346
<!-- 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.
349
</div>
350
351
<div class="figure">
0 commit comments