summaryrefslogtreecommitdiff
path: root/test/data/css/simple.css
Commit message (Collapse)AuthorAgeFilesLines
* Make selector token vector be associated with the ruleset, rather than ↵John Mark Bell2008-08-051-1/+1
| | | | | | | | | having its own event type. Store details about the current construct on the context stack. Document block-content, selector, and declaration stuff. svn path=/trunk/libcss/; revision=4921
* Fix handling of empty strings.John Mark Bell2008-08-011-0/+4
| | | | | | | | Parse errors in blocks are ignored -- it'll be up to the client to deal with this. Fix processing of malformed decl-list entries (e.g. foo: bar; !important;) Fix test driver to calculate remaining length correctly. svn path=/trunk/libcss/; revision=4849
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+47
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112