@@ -430,17 +430,16 @@ First Letters and Associated Punctuation</h4>
430
430
that follows the [=first letter=] .
431
431
<li>
432
432
Any intervening typographic space--
433
- i.e. characters that belong to the <code> Zs</code> Unicode general category [[!UAX44]]
433
+ i.e. characters that belong to the <code> Zs</code> Unicode general category [[!UAX44]] --
434
434
<em> other than</em>
435
- U+3000 IDEOGRAPHIC SPACE or
436
- any <a spec=css-text-3>word-separator characters</a>
435
+ U+3000 IDEOGRAPHIC SPACE.
437
436
</ul>
438
437
439
438
<div class="note">
440
439
Informally, the [=first-letter text=] ’s pattern here
441
440
can be roughly
442
- (ignoring the exclusions from <code> Zs</code> )
443
- represented as the regular expression
441
+ (ignoring the exclusion from <code> Zs</code> )
442
+ represented as a “ regular expression”
444
443
<code highlight="bnf" style="font-family: inherit">
445
444
(P (Zs|P)*)? (L|N|S) ((Zs|P−(Ps|Pd))* (P−(Ps|Pd))?</code> --
446
445
or, alternatively,
@@ -1883,7 +1882,9 @@ Changes</h2>
1883
1882
and <a href="https://github.com/w3c/csswg-drafts/issues/10213">10213</a> )
1884
1883
<li> Added ''::details-content'' pseudo-element
1885
1884
(<a href="https://github.com/w3c/csswg-drafts/pull/10379">Issue 10379</a> )
1886
- <li> Renamed ''::postfix'' to ''::suffix'' >
1885
+ <li> Allow space and no-break space to be part of ''::first-letter'' .
1886
+ (<a href="https://github.com/w3c/csswg-drafts/issues/9413">Issue 9413</a> )
1887
+ <li> Renamed ''::postfix'' to ''::suffix'' .
1887
1888
(Issue <a href="https://github.com/w3c/csswg-drafts/issues/11949">Issue 11949</a> )
1888
1889
<li> Excluded inline layout properties from ''::placeholder'' .
1889
1890
(<a href="https://github.com/w3c/csswg-drafts/issues/5379">Issue 5379</a> )
0 commit comments