Bug 264064 - [CSS Fonts] Implement ic-height for font-size-adjust
Summary: [CSS Fonts] Implement ic-height for font-size-adjust
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: ChangSeok Oh
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-01 16:22 PDT by ChangSeok Oh
Modified: 2023-11-18 22:47 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ChangSeok Oh 2023-11-01 16:22:05 PDT
The ic-height support is missing for font-size-adjust with two-value syntax.
Although there is some ambiguity in the spec [1], Gecko's behavior sounds reasonable so WebKit implements it.

[1] https://github.com/w3c/csswg-drafts/issues/8792
Comment 1 Radar WebKit Bug Importer 2023-11-08 15:23:13 PST
<rdar://problem/118142648>
Comment 2 ChangSeok Oh 2023-11-18 22:47:14 PST
Pull request: https://github.com/WebKit/WebKit/pull/20717