Re: [csswg-drafts] [css-ui] Tweaking outline-style: auto colors. (#7761)

> > So first, I meant (initially) and I think you meant here, outline-style: auto, not outline:auto, right? Since outline is a shorthand, I'm not sure we should add an auto value to that, but maybe.
> 
> No, I meant `outline: auto`. `outline: auto` expands to `outline-style: auto; outline-color: currentColor; outline-width: medium;`. Since `currentColor` can't be magic, we'd need a different initial `outline-color` of sorts.

Sorry - can you help me with a spec link to the definition for `outline: auto`? I don't see it [here](https://w3c.github.io/csswg-drafts/css-ui/#outline), it just appears to be a normal shorthand for `[ <'outline-color'> \|\| <'outline-style'> \|\| <'outline-width'> ]`, and then those have their own initial values, which are `outline-style: none; outline-color: invert; outline-width: medium;`.

If that's the wrong spec link, help me find the right one, please?

+@lilles for more informed comments here.


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


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

Received on Friday, 18 November 2022 23:49:02 UTC