- From: Robert Flack via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Dec 2022 00:00:28 +0000
- To: public-css-archive@w3.org
@anduud It's a really compelling idea to do this just in time for starting transitions, if it helps. Whether to start a transition also seems to depend on the before-change transition duration ([demo](https://jsbin.com/pubineq/5/edit?html,css,js,output)) though it's unclear from [the spec](https://www.w3.org/TR/css-transitions-1/#matching-transition-duration) whether this is right. Anyways, in this case we would always have to calculate the initial style, so does it still make sense to do this if it will happen for every element? Also, will this support combinator selectors from :initial? -- GitHub Notification of comment by flackr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8174#issuecomment-1341773652 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 8 December 2022 00:00:30 UTC