Bug 240764 - Remove unnecessary appearance: auto; declarations in html.css
Summary: Remove unnecessary appearance: auto; declarations in html.css
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zsun
URL:
Keywords: InRadar
Depends on: 236012
Blocks:
  Show dependency treegraph
 
Reported: 2022-05-21 14:29 PDT by Tim Nguyen (:ntim)
Modified: 2022-05-23 04:35 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 2022-05-21 14:29:04 PDT
All the `appearance: auto` declarations on `input[type=X]`, `::file-selector-button` or `select[...]` are redundant since `input` and `select` already have an `appearance: auto` rule.

I missed that during review :(
Comment 1 Tim Nguyen (:ntim) 2022-05-23 03:27:29 PDT
Pull Request: https://github.com/WebKit/WebKit/pull/907
Comment 2 EWS 2022-05-23 04:34:42 PDT
Committed r294633 (250859@main): <https://commits.webkit.org/250859@main>

Reviewed commits have been landed. Closing PR #907 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-05-23 04:35:15 PDT
<rdar://problem/93751842>