Bug 198219
Summary: | Remove -webkit-appearance keywords that are removed in Chromium 75 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Pieters (:zcorpan) <zcorpan> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, timothy, wenson_hsieh |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Simon Pieters (:zcorpan)
See
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/ldH_uIfk_QE/Ua0bGyLIAwAJ
https://github.com/w3c/csswg-drafts/pull/3942
https://github.com/web-platform-tests/wpt/pull/14980
Remove the following -webkit-appearance keywords:
button-bevel
caret
listitem
media-controls-background
media-controls-fullscreen-background
media-current-time-display
media-enter-fullscreen-button
media-exit-fullscreen-button
media-mute-button
media-overlay-play-button
media-play-button
media-time-remaining-display
media-toggle-closed-captions-button
media-volume-slider-container
menulist-textfield
menulist-text
progress-bar-value
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Pieters (:zcorpan)
The corresponding issue for Gecko has now been fixed:
https://bugzilla.mozilla.org/show_bug.cgi?id=1554150
Chrome 75 also reached stable today, so we should know soon if they get bug reports about the change.
Brent Fulgham
We don't appear to have any of the offending keywords, and have actually deprecated '-webkit-appearance' in favor of 'appearance'.