Bug 229090
Summary: | Unprefix -webkit-initial-letter | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | graouts, jensimmons, karlcow, oliverwilliams345, sebastianzartner, webkit-bug-importer |
Priority: | P2 | Keywords: | BrowserCompat, InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=246676 | ||
Bug Depends on: | |||
Bug Blocks: | 217522 |
Sam Sneddon [:gsnedders]
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).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/82178495>
Jen Simmons
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.
Antoine Quint
Ideally this would add animation support for this property in CSSPropertyAnimation. See the many uses of DiscretePropertyWrapper, this will likely be a one-liner.