Bug 249558 - Split descriptors out of properties dictionary in CSSProperties.json
Summary: Split descriptors out of properties dictionary in CSSProperties.json
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-12-18 12:44 PST by Sam Weinig
Modified: 2022-12-19 11:31 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2022-12-18 12:44:03 PST
Add definitions for CSS descriptors (e.g. for 'font-family' within an @font-face block) in CSSProperties.json, rather than lumping them in with the normal style properties. These descriptors sometimes share names with style properties, but have different grammars, so they need to be distinctly specified."
Comment 1 Radar WebKit Bug Importer 2022-12-18 12:44:16 PST
<rdar://problem/103497902>
Comment 2 Sam Weinig 2022-12-18 14:01:08 PST
Pull request: https://github.com/WebKit/WebKit/pull/7832
Comment 3 EWS 2022-12-19 11:31:42 PST
Committed 258084@main (229a3a2d8a27): <https://commits.webkit.org/258084@main>

Reviewed commits have been landed. Closing PR #7832 and removing active labels.