summaryrefslogtreecommitdiff
path: root/src/parse/css21props.c
Commit message (Expand)AuthorAgeFilesLines
* Port css21 frontend to new object APIJohn Mark Bell2008-11-091-78/+78
* Function to extract an integer from a css_string.John Mark Bell2008-10-261-1/+1
* font-variant, font-weightJohn Mark Bell2008-10-261-8/+86
* font-styleJohn Mark Bell2008-10-261-4/+35
* font-sizeJohn Mark Bell2008-10-261-4/+91
* floatJohn Mark Bell2008-10-261-4/+35
* empty-cellsJohn Mark Bell2008-10-261-4/+33
* elevationJohn Mark Bell2008-10-261-4/+72
* directionJohn Mark Bell2008-10-261-8/+98
* cue-{after,before}John Mark Bell2008-10-261-8/+99
* colorJohn Mark Bell2008-10-261-4/+47
* caption-sideJohn Mark Bell2008-10-261-4/+33
* border-collapseJohn Mark Bell2008-10-261-26/+268
* border-{top,right,bottom,left}-{style,width}John Mark Bell2008-10-261-48/+171
* Some kind of border-{top,right,bottom,left}-color parsing.John Mark Bell2008-10-251-24/+67
* A bunch of property parsers.John Mark Bell2008-10-251-48/+232
* Something approximating a parser for clear.John Mark Bell2008-10-231-4/+58
* Actually include the opcodes header.John Mark Bell2008-10-221-0/+1
* Bytecode stuffJohn Mark Bell2008-10-221-0/+2
* Parse common part of declarations.John Mark Bell2008-10-221-0/+1610