Re: [csswg-drafts] [css-color-adjust] [css-color-adjust] Initial value of the color property. (#9274)

> Wait, can you explain this more? I'm not quite sure I follow your reasoning.

This is probably an implementation detail (though I recall WebKit working the same way in the past at least?). The way `initial` / `reset` are implemented are by pulling from a shared `ComputedStyle` object, since it's a computed style, has system colors already resolved.

I think this is the only case where `initial` needs a specified value. That said this is not unimplementable / hard to do, it's just "weird" compared to all other structs.

> I think you're just getting confused by some dated text, meant to be an override at the time, which should now be removed since the initial value achieves what was intended more directly.

Well the dated text is doing something different from `CanvasText`, that is my point.

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


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

Received on Thursday, 31 August 2023 07:38:10 UTC