Bug 240764

Summary: Remove unnecessary appearance: auto; declarations in html.css
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: CSSAssignee: zsun
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer, zsun
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 236012    
Bug Blocks:    

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>