- From: Greg Whitworth via GitHub <sysbot+gh@w3.org>
- Date: Thu, 18 Aug 2016 19:50:20 +0000
- To: public-css-archive@w3.org
@tabatkins @shans I've looked at the Houdini minutes and there was a breakout session regarding this but I can't seem to find minutes. At any rate, basically I'm trying to understand what the preferred expectation is regarding the following code: ``` div { --foo: green; background: var(--foo); animation: test infinite 1s; width: 100px; height: 100px; } @keyframes test { from { --foo: blue; } to { --foo: yellow; } } ``` Should the div be: * green (what FF/Chrome currently does) * blue -- GitHub Notification of comment by gregwhitworth Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/411#issuecomment-240836043 using your GitHub account
Received on Thursday, 18 August 2016 19:50:29 UTC