summaryrefslogtreecommitdiff
path: root/src/parse/properties/generated_list.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-99/+52
| | | | | | | TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162
* Lose redundant assignments.John Mark Bell2009-11-221-2/+2
| | | | | | | | Drop some dead code. Avoid a potential NULL dereference. Add missing "break" in initial substate of block context parser svn path=/trunk/libcss/; revision=9678
* Don't intern lower-case versions of strings. Use ↵John Mark Bell2009-07-271-47/+183
| | | | | | lwc_context_string_caseless_isequal, instead. svn path=/trunk/libcss/; revision=8815
* Make list-style shorthand parser attempt to parse a list-style-type value ↵John Mark Bell2009-07-071-5/+5
| | | | | | before anything else. This way, list-style: none will do the right thing as list-style-image defaults to none, anyway. svn path=/trunk/libcss/; revision=8385
* Make all URIs absoluteJohn Mark Bell2009-07-011-8/+25
| | | | svn path=/trunk/libcss/; revision=8228
* Fix list-style shorthand parserJohn Mark Bell2009-06-271-0/+8
| | | | svn path=/trunk/libcss/; revision=8073
* List-style shorthand parserJohn Mark Bell2009-06-251-0/+173
| | | | svn path=/trunk/libcss/; revision=7994
* Documentation and context restoration on error.John Mark Bell2009-06-251-365/+447
| | | | | | Factor out common counter-increment and counter-reset parser svn path=/trunk/libcss/; revision=7992
* Centralise !important handling.John Mark Bell2009-06-181-45/+0
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* Less comedic inlining of huge functionsJohn Mark Bell2009-05-271-2/+2
| | | | svn path=/trunk/libcss/; revision=7577
* Quotes property is also generated content, so move to appropriate fileJohn Mark Bell2009-05-271-6/+170
| | | | svn path=/trunk/libcss/; revision=7565
* Split out generated content and list property parsersJohn Mark Bell2009-05-261-0/+976
svn path=/trunk/libcss/; revision=7560