summaryrefslogtreecommitdiff
path: root/src/parse/properties/background.c
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespace.Michael Drake2017-09-041-22/+22
|
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-30/+30
| | | | svn path=/trunk/libcss/; revision=11492
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-17/+17
| | | | | | This helps prevent confusion if someone else wants a function called parse_background or similar svn path=/trunk/libcss/; revision=11416
* Merge parser autogeneration and string handling refactor branch ↵Vincent Sanders2011-01-191-156/+141
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* simple properties split in parse similar to select in preparation for future ↵Vincent Sanders2011-01-021-508/+0
| | | | | | generation svn path=/trunk/libcss/; revision=11188
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-281-37/+37
| | | | svn path=/trunk/libcss/; revision=10168
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-39/+20
| | | | | | | TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162
* Don't intern lower-case versions of strings. Use ↵John Mark Bell2009-07-271-21/+89
| | | | | | lwc_context_string_caseless_isequal, instead. svn path=/trunk/libcss/; revision=8815
* Make all URIs absoluteJohn Mark Bell2009-07-011-3/+11
| | | | svn path=/trunk/libcss/; revision=8228
* 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