- From: François REMY via GitHub <sysbot+gh@w3.org>
- Date: Mon, 26 Jun 2017 23:18:33 +0000
- To: public-css-archive@w3.org
FremyCompany has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-cascade] What happens when you animate the all property? ==
Right now it doesn't work in any browser. Is that a bug? Should we spec it that way? (just curious)
https://wptest.center/#/hku8b7
```css
div {
color: red;
animation: x 3s infinite alternate;
}
@keyframes x {
to {
all: initial !important; /*color:black*/
font-weight: bold;
background: yellow;
}
}
```
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1566 using your GitHub account
Received on Monday, 26 June 2017 23:18:39 UTC