Open GoogleCodeExporter opened 8 years ago
Thanks for reporting.
Original comment by joe.scylla
on 16 Nov 2011 at 11:15
Patch.
Original comment by audvare
on 19 Jan 2012 at 3:20
Attachments:
The W3C CSS validator also reports quoted names as an error. It might be a good
idea to not quote the name at all.
http://jigsaw.w3.org/css-validator/validator?text=@keyframes%20%22rotateThis%22%
20{%20from%20{%20transform:%20rotate%280deg%29;%20}%20to%20{%20transform:%20rota
te%28360deg%29;%20}%20}&profile_input=css3
Original comment by florian....@googlemail.com
on 27 Aug 2013 at 1:49
Sorry, malformed URL in my above comment.
http://jigsaw.w3.org/css-validator/validator?text=%40keyframes%20%22rotateThis%2
2%20%7B%20from%20%7B%20transform%3A%20rotate(0deg)%3B%20%7D%20to%20%7B%20transfo
rm%3A%20rotate(360deg)%3B%20%7D%20%7D&profile_input=css3
Original comment by florian....@googlemail.com
on 27 Aug 2013 at 2:10
I've noticed the same problem, with the slight variation:
@keyframes theanimation { ... }
@-webkit-keyframes theanimation { ... }
/* but no "@-moz-keyframes theanimation { ... }" rules are present */
So, in some firefox versions this is processed fine without minification, but
it's not processed after cssmin.
I hope the attached patch helps.
Original comment by gonzalo....@gmail.com
on 5 Feb 2014 at 12:12
Attachments:
Original issue reported on code.google.com by
supp...@labs.ft.com
on 16 Nov 2011 at 11:11