summaryrefslogtreecommitdiff
path: root/src/parse/css21.c
Commit message (Expand)AuthorAgeFilesLines
* More work on selector list parsingJohn Mark Bell2008-10-181-18/+99
* Minor changes.John Mark Bell2008-09-051-2/+0
* Turn internal representation outline into a header file.John Mark Bell2008-08-081-0/+1
* s/handleSelector/handleSelectorList/John Mark Bell2008-08-051-3/+3
* Disable @media and @page -- I'd rather focus on non-nested blocks in the firs...John Mark Bell2008-08-051-0/+7
* Make selector token vector be associated with the ruleset, rather than having...John Mark Bell2008-08-051-49/+72
* Something approximating @importJohn Mark Bell2008-08-041-4/+29
* Beginnings of a mechanism to intern known strings and compare pointers effect...John Mark Bell2008-08-041-13/+33
* Handle @charsetJohn Mark Bell2008-08-041-1/+24
* Stub out at-rule handlingJohn Mark Bell2008-08-041-1/+46
* Change API of event callback to return css_error (this is more useful than bool)John Mark Bell2008-08-041-46/+155
* More stub.John Mark Bell2008-08-011-3/+140
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-011-0/+96