- From: Robert Flack via GitHub <sysbot+gh@w3.org>
- Date: Thu, 30 Mar 2023 14:22:37 +0000
- To: public-css-archive@w3.org
The three main points are: 1. Make content-visibility animateable 2. Adjust interpolation behavior (similar to display) to avoid the possibly hidden values `auto` and `hidden`. Meaning that when interpolating to/from `visible` the interpolated result for any intermediate progress is `visible`. 3. Follow the same pattern as display for ensuring that css animations cannot deactivate themselves. Currently following that pattern would mean treating `auto` and `hidden` as `revert`. -- GitHub Notification of comment by flackr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8627#issuecomment-1490397360 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 30 March 2023 14:22:38 UTC