CSS Lint v0.9.2 now available
A new version of CSS Lint is now available both on csslint.net and through npm for NodeJS. Version 0.9.2 focused on improving validation support (full support is planned for v1.0.0) and stability. As part of that, 0.9.1 and 0.9.2 were quickly rolled out after 0.9.0 to address some flaws in the validation logic.
Other changes for this release:
- Dino Chiesa submitted a Windows Script Host (WSH) CLI.
- There were a couple of parser compatibility bugs that were fixed.
- Various rules regarding vendor prefixed properties were updated to reflect Internet Explorer 10.
- New Rule: The
fallback-colors
rule was suggested by Dustin Cass and warns when a CSS3 color is used without a CSS2 fallback (rule documentation) - New Rule: The
duplicate-background-images
was created by Hans-Peter Buniat and warns when a background image is used more than once ((rule documentation)
Thanks once again to the CSS Lint community for continuing to file bugs and make feature requests. We’re rapidly approaching and very stable v1.0.0 release due to your participation and feedback. Keep it coming!
Disclaimer: Any viewpoints and opinions expressed in this article are those of Nicholas C. Zakas and do not, in any way, reflect those of my employer, my colleagues, Wrox Publishing, O'Reilly Publishing, or anyone else. I speak only for myself, not for them.