Bug 241102 - Fix outline: auto outline-offset being inflated on macOS
Summary: Fix outline: auto outline-offset being inflated on macOS
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-30 07:49 PDT by Tim Nguyen (:ntim)
Modified: 2022-06-23 14:12 PDT (History)
1 user (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-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