summaryrefslogtreecommitdiff
path: root/src/parse/css21.h
Commit message (Collapse)AuthorAgeFilesLines
* Tidy things up somewhat.John Mark Bell2008-11-281-25/+0
| | | | | | css21 is now language, as everything will share the same parsing rules (although there is facility to alter behaviour based upon the language level -- consult language->sheet->level and then decide what to do) svn path=/trunk/libcss/; revision=5815
* Port libcss to new lpu API.John Mark Bell2008-11-091-3/+3
| | | | | | Make lexer, core parser, and css21 parser constructors&destructors return errors svn path=/trunk/libcss/; revision=5674
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-011-0/+25
Parser core doesn't need to know about css_stylesheet, so change its API. svn path=/trunk/libcss/; revision=4854