summaryrefslogtreecommitdiff
path: root/src/parse/properties/background.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix c&p-induced liesJohn Mark Bell2009-06-241-6/+6
| | | | svn path=/trunk/libcss/; revision=7954
* Parse background shorthand propertyJohn Mark Bell2009-06-191-0/+229
| | | | svn path=/trunk/libcss/; revision=7874
* Some tweaks to the background-position parser, which will theoretically make ↵John Mark Bell2009-06-181-11/+23
| | | | | | | | it do the right thing when invoked by shorthand property parser, say. Some more tests for illegal background-position values, to make sure I haven't screwed up. svn path=/trunk/libcss/; revision=7859
* Document all background-* property parsers and make them behave correctly.John Mark Bell2009-06-181-16/+108
| | | | svn path=/trunk/libcss/; revision=7857
* Centralise !important handling.John Mark Bell2009-06-181-23/+24
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* Add whitespaceJohn Mark Bell2009-06-181-1/+1
| | | | svn path=/trunk/libcss/; revision=7853
* Split out background property parsersJohn Mark Bell2009-05-261-0/+369
svn path=/trunk/libcss/; revision=7558