Re: [csswg-drafts] [css-color] Clamping component values at computed-value time vs parsing time (#7677)

> There is something called [declared value](https://www.w3.org/TR/css-cascade-5/#declared). I don't even know if that is the correct term if we want it serialized clamped in the stylesheet serialization.

The differences between the declared value, the cascaded value, and the specified value seem to boil down to:

 - resolving aliases such as vendor-prefixed properties
 - defaulting properties with no declared value (inheritance, initial values)

So in the case that there _is_ a declared value on a given element, it seems that will be the specified value. Right?


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


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

Received on Saturday, 14 January 2023 11:46:30 UTC