summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.gen
Commit message (Collapse)AuthorAgeFilesLines
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-0/+24
| | | | | | | | | | | | | | | | | | + break-after + break-before + break-inside + column-count + column-fill + column-gap + column-rule-color + column-rule-style + column_rule-width + column_span + column_width TODO: Shorthand properties (columns, column-rule) TODO: Selection svn path=/trunk/libcss/; revision=13412
* Centralise handling of transparent colours.John Mark Bell2011-01-291-2/+2
| | | | | | Add support for currentColor svn path=/trunk/libcss/; revision=11525
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-29/+29
| | | | | | 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-0/+190
r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408