summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
Commit message (Expand)AuthorAgeFilesLines
* Enumerate all media types defined in CSS 2.1 (includes aural, which is deprec...John Mark Bell2009-02-121-2/+15
* Some property accessors.John Mark Bell2009-02-061-3/+27
* Fill in members of css_computed_{style,uncommon}John Mark Bell2009-02-051-2/+7
* Introduce ability to create/destroy selection contexts.John Mark Bell2009-01-261-0/+4
* Divorce css_string from whatever gets stored in lpu hashes.John Mark Bell2008-12-011-4/+4
* Use parserutils_hash instead of parserutils_dict.John Mark Bell2008-11-301-3/+3
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-271-4/+6
* Fix number parsing and make test code automatically determine correctness.John Mark Bell2008-11-241-1/+2
* Modify CSS2.1 frontend test driver to use the public stylesheet API.John Mark Bell2008-09-251-0/+8
* Mechanism for the client to select the language level.John Mark Bell2008-09-251-7/+18
* Public stylesheet API & stubbed out implementations.John Mark Bell2008-09-251-2/+11
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+2
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+33