Re: [csswg-drafts] [css-ui] Proposal: Allow `outline-offset` to reflect the effective offset for `outline-style: auto` (#13587)

Update regarding WebKit (as of today, build 310633@main):
for `outline-style: auto`:
- `outline-width` is no longer taken into consideration.
- `outline-offset: 0px` has an effective offset of 0px, and any other value also reflects the effective offset.
- The rendered width should scale with zoom (I don't see this fixed in my build, but I guess it's fixed in Safari).

[Fix outline: auto in user agent style sheets WebKit#1740](https://github.com/WebKit/WebKit/pull/1740)
[Enable zooming outline: auto WebKit#61077](https://github.com/WebKit/WebKit/pull/61077)
[Ignore outline-width when outline-style is auto WebKit#61497](https://github.com/WebKit/WebKit/pull/61497)

Super happy with these changes.

-- 
GitHub Notification of comment by sb3nder
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13587#issuecomment-4193433254 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 6 April 2026 16:19:49 UTC