summaryrefslogtreecommitdiff
path: root/src/select/properties/column_count.c
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespace.Michael Drake2017-09-041-2/+2
|
* Move trivially compared parts of computed styles to sub-structures.Michael Drake2016-11-191-3/+3
|
* Fix use of wrong enum value.Michael Drake2014-12-081-1/+1
| | | | Coverity: 1257106 Inferred misuse of enum.
* Cascade and compose column-count property into computed style.Michael Drake2014-10-041-12/+19
|
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-0/+68
+ 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