Bug 233430 - Implement new apperance property behavior
Summary: Implement new apperance property behavior
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-11-22 11:26 PST by Joey Arhar
Modified: 2021-11-29 11:27 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Simon Pieters (:zcorpan) 2021-11-23 06:54:09 PST
The biggest change as compared to how WebKit currently behaves (and as Chromium and Gecko behaved a few years ago) is that not every element can have any appearance. A <div> can only have the "none" appearance. A checkbox can either be "none" or "checkbox" kind of widget (the latter is equivalent to the 'auto' keyword).

And the spec now defines how various author properties like 'background-color' cause the kind of widget to switch to "none", which wasn't interoperable.
Comment 2 Radar WebKit Bug Importer 2021-11-29 11:27:54 PST
<rdar://problem/85826878>