- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Mon, 12 Jun 2023 04:12:17 +0000
- To: public-css-archive@w3.org
@birtles getKeyframes() would have to return a post-cascade set of keyframes. Note that UAs do honor the cascade for this case, see [testcase](https://www.software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cstyle%3E%0A%40keyframes%20cascade-test%20%7B%0A%20%20%20%20from%20%7B%0A%20%20%20%20%20%20border%3A%20solid%3B%0A%20%20%20%20%20%20border-style%3A%20double%3B%0A%20%20%20%20%7D%0A%20%20%20%20to%20%7B%0A%20%20%20%20%20%20border-style%3A%20dashed%3B%0A%20%20%20%20%20%20border%3A%20solid%3B%0A%20%20%20%20%7D%0A%20%20%7D%0A%20%20p%20%7B%20animation%3A%2010s%20cascade-test%3B%20%7D%0A%3C%2Fstyle%3E%0A%3Cp%3EThis%20is%20a%20test). -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8944#issuecomment-1586549171 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 12 June 2023 04:12:18 UTC