Skip to content

Commit cba50c5

Browse files
committed
[css-pseudo-4] Allow U+0020 and U+00A0 in ::first-letter #9413
1 parent 3f31156 commit cba50c5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

css-pseudo-4/Overview.bs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -430,17 +430,16 @@ First Letters and Associated Punctuation
430430
that follows the [=first letter=].
431431
  • 432432
    Any intervening typographic space--
    433-
    i.e. characters that belong to the Zs Unicode general category [[!UAX44]]
    433+
    i.e. characters that belong to the Zs Unicode general category [[!UAX44]]--
    434434
    other than
    435-
    U+3000 IDEOGRAPHIC SPACE or
    436-
    435+
    U+3000 IDEOGRAPHIC SPACE.
    437436
    438437

    439438
    440439
    Informally, the [=first-letter text=]’s pattern here
    441440
    can be roughly
    442-
    (ignoring the exclusions from Zs)
    443-
    represented as the regular expression
    441+
    (ignoring the exclusion from Zs)
    442+
    represented as a “regular expression
    444443
    445444
    (P (Zs|P)*)? (L|N|S) ((Zs|P−(Ps|Pd))* (P−(Ps|Pd))?--
    446445
    or, alternatively,
    @@ -1883,7 +1882,9 @@ Changes
    18831882
    and 10213)
    18841883
  • Added ''::details-content'' pseudo-element
  • 18851884
    1886-
  • Renamed ''::postfix'' to ''::suffix''>
  • 1885+
  • Allow space and no-break space to be part of ''::first-letter''.
  • 1886+
    1887+
  • Renamed ''::postfix'' to ''::suffix''.
  • 18871888
    (Issue Issue 11949)
    18881889
  • Excluded inline layout properties from ''::placeholder''.
  • 18891890

    0 commit comments

    Comments
     (0)