summaryrefslogtreecommitdiff
path: root/src/parse/css21.c
Commit message (Expand)AuthorAgeFilesLines
* border-collapseJohn Mark Bell2008-10-261-0/+4
* border-{top,right,bottom,left}-{style,width}John Mark Bell2008-10-261-1/+14
* A bunch of property parsers.John Mark Bell2008-10-251-4/+25
* Something approximating a parser for clear.John Mark Bell2008-10-231-3/+13
* Parse common part of declarations.John Mark Bell2008-10-221-3/+199
* Update commentJohn Mark Bell2008-10-191-1/+8
* Fix parsing of combinators: the CSS 2.1 spec grammar contains inaccuracies --...John Mark Bell2008-10-191-11/+35
* Finish selector list parsingJohn Mark Bell2008-10-191-75/+411
* 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