Bug 252766
Summary: | [macOS] -webkit-focus-ring-color should be hardcoded unless `_useSystemAppearance` is enabled | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aditya Keerthi <akeerthi> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | lwarlow, ntim, simon.fraser, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Aditya Keerthi
Getting the computed style's color from <input style="color: -webkit-focus-ring-color"> currently returns the system focus ring color.
We should match the behavior of <input style="color: AccentColor">, which returns a hardcoded value.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/106102606>
Tim Nguyen (:ntim)
*** This bug has been marked as a duplicate of bug 260102 ***