summaryrefslogtreecommitdiff
path: root/src/parse/properties/font.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix font shorthand parser to reject spurious instances of inheritJohn Mark Bell2009-06-271-0/+32
| | | | svn path=/trunk/libcss/; revision=8069
* Pedantic whitespace removalJohn Mark Bell2009-06-251-1/+0
| | | | svn path=/trunk/libcss/; revision=7995
* Font shorthand propertyJohn Mark Bell2009-06-251-0/+254
| | | | svn path=/trunk/libcss/; revision=7989
* Documentation and context restoration on error.John Mark Bell2009-06-251-300/+196
| | | | | | Make font-family parser use generic comma-separated list parser svn path=/trunk/libcss/; revision=7985
* Centralise !important handling.John Mark Bell2009-06-181-27/+0
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* Split out font property parsersJohn Mark Bell2009-05-261-0/+629
svn path=/trunk/libcss/; revision=7561