Bug 241102

Summary: Fix outline: auto outline-offset being inflated on macOS
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: CSSAssignee: Tim Nguyen (:ntim) <ntim>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Tim Nguyen (:ntim) 2022-05-30 07:49:02 PDT
Split this change out of https://github.com/WebKit/WebKit/pull/895/

Basically the focus outline should be tied to appearance: textfield/searchfield instead of being hardcoded in the html.css UA sheet.
Comment 1 Radar WebKit Bug Importer 2022-05-30 07:49:12 PDT
<rdar://problem/94116168>
Comment 2 Tim Nguyen (:ntim) 2022-05-30 07:59:10 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1162
Comment 3 Tim Nguyen (:ntim) 2022-06-23 14:10:49 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1740