Bug 229090 - Unprefix -webkit-initial-letter
Summary: Unprefix -webkit-initial-letter
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar
Depends on:
Blocks: 217522
  Show dependency treegraph
 
Reported: 2021-08-13 11:29 PDT by Sam Sneddon [:gsnedders]
Modified: 2023-05-02 13:39 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Sneddon [:gsnedders] 2021-08-13 11:29:16 PDT
We are, currently, the only browser shipping support for initial-letter (Firefox has support for it behind a flag, and there's a number of tests in WPT for it without the prefix as a result). Not totally sure what we should do here (we could, in extreme, even put the current prefixed implementation behind a flag depending on how many issues it has and how much use it gets).
Comment 1 Radar WebKit Bug Importer 2021-08-20 11:30:21 PDT
<rdar://problem/82178495>
Comment 2 Jen Simmons 2021-11-30 15:01:37 PST
In all the many demos I made over the years using `-webkit-initial-letter` (in English), it worked well — except it did not work with web fonts (custom to the website web fonts). It only worked with system fonts.
Comment 3 Antoine Quint 2022-03-08 08:45:39 PST
Ideally this would add animation support for this property in CSSPropertyAnimation. See the many uses of DiscretePropertyWrapper, this will likely be a one-liner.