Re: [css-houdini-drafts] "computationally idempotent" is a bad term

I think we want that x = f(x). In other words you can use "16px" 
because compute("16px") == "16px" but you can't use "1em" because 
compute("1em") != "1em". Basically we want the fixed points of the 
compute function.

I'm not sure that independent captures that completely, but it's 
better than idempotent.

-- 
GitHub Notification of comment by shans
Please view or discuss this issue at 
https://github.com/w3c/css-houdini-drafts/issues/282#issuecomment-241642722
 using your GitHub account

Received on Tuesday, 23 August 2016 06:51:04 UTC