Bug 143842

Summary: Implement appearance property
Product: WebKit Reporter: Dean Jackson <dino>
Component: CSSAssignee: 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
Reported 2015-04-16 13:52:57 PDT
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
Radar WebKit Bug Importer
Comment 1 2015-04-16 13:53:24 PDT
Radar WebKit Bug Importer
Comment 2 2015-04-16 13:53:51 PDT
Kent Tamura
Comment 3 2020-03-05 15:31:44 PST
FYI: Chrome is going to ship 'appearance' property soon. https://t.co/osaFPo0Obe
Simon Pieters (:zcorpan)
Comment 4 2020-05-08 03:02:47 PDT
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)
Comment 5 2020-07-20 15:58:43 PDT
(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]
Comment 6 2021-08-13 10:29:21 PDT
> 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)
Comment 7 2021-09-10 05:42:12 PDT
Simon Pieters (:zcorpan)
Comment 8 2021-09-30 14:29:18 PDT
`<progress>` and `<meter>` might be changed in the spec, see https://github.com/w3c/csswg-drafts/pull/6537#issuecomment-931716364
Aditya Keerthi
Comment 9 2021-10-20 14:18:23 PDT
'-webkit-appearance` was unprefixed in https://bugs.webkit.org/show_bug.cgi?id=231534.
Note You need to log in before you can comment on or make changes to this bug.