Bug 272366
Summary: | exclude -apple-pay-button from applying to any element that supports appearance: auto and is not a button | ||
---|---|---|---|
Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
Component: | CSS | Assignee: | Aditya Keerthi <akeerthi> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | akeerthi, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://bug-271923-attachments.webkit.org/attachment.cgi?id=470826 |
Karl Dubost
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/126107516>
Aditya Keerthi
Pull request: https://github.com/WebKit/WebKit/pull/27017
EWS
Committed 277268@main (75f3ded86715): <https://commits.webkit.org/277268@main>
Reviewed commits have been landed. Closing PR #27017 and removing active labels.