[Webkit-unassigned] [Bug 246676] Add support for the values raise | drop on initial-letter property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 22 00:50:29 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=246676

yosin at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yosin at chromium.org

--- Comment #2 from yosin at chromium.org ---
Blink attempts to ship CSS `initial-letter` applies only `::first-letter`.

The patch[1] implements:
  * `initial-letter: number integer`
  * `initial-letter: number drop`
  * `initial-letter: number raise`
  * `initial-letter: drop number`
  * `initial-letter: raise number`
  * `initial-letter: number`

[1] https://chromium-review.googlesource.com/c/chromium/src/+/3981353

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221122/37628cd2/attachment-0001.htm>


More information about the webkit-unassigned mailing list