WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
233430
Implement new apperance property behavior
https://bugs.webkit.org/show_bug.cgi?id=233430
Summary
Implement new apperance property behavior
Joey Arhar
Reported
2021-11-22 11:26:48 PST
The behavior of the appearance property is being changed, as shown by the following spec/WPT links:
https://github.com/whatwg/html/pull/7004
https://github.com/w3c/csswg-drafts/pull/6537
https://github.com/web-platform-tests/wpt/pull/30267
https://wpt.fyi/results/css/css-ui?label=pr_head&max-count=1&pr=30267
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Pieters (:zcorpan)
Comment 1
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.
Radar WebKit Bug Importer
Comment 2
2021-11-29 11:27:54 PST
<
rdar://problem/85826878
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug