summaryrefslogtreecommitdiff
path: root/src/parse/css21.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy things up somewhat.John Mark Bell2008-11-281-1291/+0
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-271-28/+34
* white-spaceJohn Mark Bell2008-11-261-0/+5
* volumeJohn Mark Bell2008-11-261-1/+6
* vertical-alignJohn Mark Bell2008-11-261-1/+8
* unicode-bidiJohn Mark Bell2008-11-251-1/+3
* text-transformJohn Mark Bell2008-11-251-1/+5
* text-alignJohn Mark Bell2008-11-251-1/+3
* speech-rateJohn Mark Bell2008-11-251-1/+8
* speakJohn Mark Bell2008-11-251-1/+2
* speak-punctuationJohn Mark Bell2008-11-251-1/+2
* speak-numeralJohn Mark Bell2008-11-251-1/+3
* speak-headerJohn Mark Bell2008-11-251-1/+2
* positionJohn Mark Bell2008-11-251-1/+5
* pitchJohn Mark Bell2008-11-251-1/+5
* page-break-afterJohn Mark Bell2008-11-251-1/+3
* overflowJohn Mark Bell2008-11-251-1/+2
* max-heightJohn Mark Bell2008-11-251-0/+2
* list-style-type.John Mark Bell2008-11-251-1/+17
* list-style-positionJohn Mark Bell2008-11-251-1/+3
* Port css21 frontend to new object APIJohn Mark Bell2008-11-091-38/+24
* Port libcss to new lpu API.John Mark Bell2008-11-091-31/+41
* font-variant, font-weightJohn Mark Bell2008-10-261-1/+6
* font-styleJohn Mark Bell2008-10-261-1/+4
* font-sizeJohn Mark Bell2008-10-261-1/+10
* empty-cellsJohn Mark Bell2008-10-261-0/+3
* elevationJohn Mark Bell2008-10-261-1/+6
* directionJohn Mark Bell2008-10-261-1/+21
* 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