Open GoogleCodeExporter opened 9 years ago
Original comment by arshan.d...@gmail.com
on 15 Dec 2010 at 10:32
I'm not sure what the request is here. The output of the parser is well formed
CSS for a selector based on the W3C CSS Spec:
"A simple selector is either a type selector or universal selector followed
immediately by zero or more attribute selectors, ID selectors, or
pseudo-classes, in any order. The simple selector matches if all of its
components match."
From a behavior perspective, whether the universal selector (*)is there or not,
the stylesheet should perform the same.
Aside from simply getting back unmodified CSS if there is nothing malicious, is
there another use case that this behavior breaks?
We can consider changing the serialization of the cleaned CSS, but unless the
use case is compelling, this will likely be a very low priority.
Original comment by li.jaso...@gmail.com
on 16 Dec 2010 at 12:54
Thats right, that's theoretical the same. But I as know the IE6 and IE7 have
their own interpration of the star selector. Therefor it would be better in my
opinion if the input of the author wouldn't be changed if it is not neccessary.
As I know the star selector isn't mandatory.
Original comment by nmaas...@googlemail.com
on 16 Dec 2010 at 7:56
I understand. We will try to address this at some point in a future release.
Original comment by li.jaso...@gmail.com
on 16 Dec 2010 at 8:03
Original issue reported on code.google.com by
nmaas...@googlemail.com
on 14 Dec 2010 at 10:16