summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
Commit message (Collapse)AuthorAgeFilesLines
* Modify CSS2.1 frontend test driver to use the public stylesheet API.John Mark Bell2008-09-251-0/+8
| | | | | | Media type handling may need to change -- 32bits may not be large enough in the long term, and there's no sensible way of extending this without causing ABI breakage in the future. svn path=/trunk/libcss/; revision=5439
* Mechanism for the client to select the language level.John Mark Bell2008-09-251-7/+18
| | | | svn path=/trunk/libcss/; revision=5436
* Public stylesheet API & stubbed out implementations.John Mark Bell2008-09-251-2/+11
| | | | | | Make public headers use libcss_ as their guard macro prefix. svn path=/trunk/libcss/; revision=5433
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+2
| | | | | | | | | | | Things missing: 1) Recovery after parse errors 2) Event emission (the locations of DEBUG_EVENTS are about right for this) 3) A second-stage parser 4) Any kind of testsuite svn path=/trunk/libcss/; revision=4825
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+33
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112