Bug 143842
Summary: | Implement appearance property | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dean Jackson <dino> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | akeerthi, benjamin, dev, gsnedders, heycam, kai.hollberg, tkent, webkit-bug-importer, zcorpan |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 217522 |
Dean Jackson
http://dev.w3.org/csswg/css-ui-4/#appearance-switching
We should support at least appearance auto and none, which are aliases that override -webkit-appearance.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/20576252>
Radar WebKit Bug Importer
<rdar://problem/20576256>
Kent Tamura
FYI: Chrome is going to ship 'appearance' property soon.
https://t.co/osaFPo0Obe
Simon Pieters (:zcorpan)
FYI https://bugs.chromium.org/p/chromium/issues/detail?id=963551 is now fixed and looks like it's targeting M84 (reaching stable mid-July per https://www.chromestatus.com/features/schedule )
I think trying to coordinate on the timing on this can reduce compat problems, and allow for clearer messaging to web developers to start using unprefixed appearance.
Issue for Gecko: https://bugzilla.mozilla.org/show_bug.cgi?id=1620467
Cameron McCormack (:heycam)
(In reply to Simon Pieters from comment #4)
> Issue for Gecko: https://bugzilla.mozilla.org/show_bug.cgi?id=1620467
FYI this landed last week, and so will make it to release for Firefox 80.
Sam Sneddon [:gsnedders]
> We should support at least appearance auto and none, which are aliases that override -webkit-appearance.
We already support none; we should however probably add support (to -webkit-appearance) for auto as this is the one value we don't already support.
IIRC, this probably means moving the current -webkit-appearance into an internal property (which defines which appearance is _actually_ used, including which widget) and then we can start iterating from there.
Simon Pieters (:zcorpan)
The spec is getting close to done now, and wpt tests exist.
Spec change:
https://github.com/whatwg/html/pull/7004
https://github.com/w3c/csswg-drafts/pull/6537
Tests:
https://github.com/web-platform-tests/wpt/pull/18591
https://github.com/web-platform-tests/wpt/pull/30267
+ various tests in https://wpt.live/css/css-ui/
Simon Pieters (:zcorpan)
`<progress>` and `<meter>` might be changed in the spec, see https://github.com/w3c/csswg-drafts/pull/6537#issuecomment-931716364
Aditya Keerthi
'-webkit-appearance` was unprefixed in https://bugs.webkit.org/show_bug.cgi?id=231534.