[csswg-drafts] [css-cascade-4] Revert at computed-value time (#4155)

andruud has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-cascade-4] Revert at computed-value time ==
CSS Color Adjustment Module Level 1 expects to be able to [revert color properties](https://drafts.csswg.org/css-color-adjust-1/#forced-colors-properties) based on the computed value  (I assume) of [forced-colors-adjust](https://drafts.csswg.org/css-color-adjust-1/#propdef-forced-color-adjust). I'd expect it to be too late to `revert` computed-value time, since `revert` is an instruction for the cascade, and being computed-value time means we've already started resolving the cascade.

In general I'd expect the cascade not to be modified while computing values. (I'm sure there's an example where we already do ...)

What do css-cascade experts think about this?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4155 using your GitHub account

Received on Monday, 29 July 2019 08:57:06 UTC