summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.gen
Commit message (Collapse)AuthorAgeFilesLines
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-1/+3
| | | | | | | | Now, overflow is a shorthand property setting both overflow-x and overflow-y. The getter for the computed overflow has been removed, and replaced with two for overflow-x and overflow-y.
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-101-0/+1
|
* 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