RESOLVED FIXED 272366
exclude -apple-pay-button from applying to any element that supports appearance: auto and is not a button
https://bugs.webkit.org/show_bug.cgi?id=272366
Summary exclude -apple-pay-button from applying to any element that supports appearan...
Karl Dubost
Reported 2024-04-08 18:31:05 PDT
Trying all combinations of inputs and appearance in https://bug-271923-attachments.webkit.org/attachment.cgi?id=470826 appearance: -apple-pay-button is particularly messy for certain inputs. This could be improved by exclude from applying to 1. any element that supports appearance: auto 2. and is not a button 3. But that div { -webkit-appearance: -apple-pay-button; } would still be working.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-04-08 18:31:15 PDT
Aditya Keerthi
Comment 2 2024-04-08 23:11:04 PDT
EWS
Comment 3 2024-04-09 14:02:53 PDT
Committed 277268@main (75f3ded86715): <https://commits.webkit.org/277268@main> Reviewed commits have been landed. Closing PR #27017 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.