You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fizzler throws an exception of it encounters :link, :hover, :active, :visited or :focus pseudo-classes. I think it's better to ignore them rather than throw as they do not depend on DOM structure.
What new or enhanced feature are you proposing?
Fizzler throws an exception of it encounters
:link
,:hover
,:active
,:visited
or:focus
pseudo-classes. I think it's better to ignore them rather than throw as they do not depend on DOM structure.http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes
What goal would this enhancement help you achieve?
Parse existing CSS files.
Originally reported on Google Code with ID 49
Reported by
darkdaskin
on 2011-09-18 20:51:24The text was updated successfully, but these errors were encountered: