[ANN] csspool 0.1.1 Released

A

Aaron Patterson

csspool version 0.1.1 has been released!

* <http://csspool.rubyforge.org/>

CSSpool (pronounced "cesspool") is a validating SAC parser for CSS. The parser
calls methods on a document handler depending on what it has found. CSSPool
currently only supports CSS 2.1. CSSPool will not yield invalid properties or
selectors.

Changes:

## 0.1.1

* Added specificity to selectors.
* Added == to selector ASTs.
* Added =~ to selector ASTs. The object passed in to =~ must quack like an
hpricot node. It must implement the following methods: name, parent, child,
next_sibling, attributes.
* Added .to_xpath to the selector AST.
* Fixed a bug where functions as pseudo classes didn't parse.

* <http://csspool.rubyforge.org/>

This is another tenderlovemaking.com joint.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top