summaryrefslogtreecommitdiff
path: root/src/select/properties/column_gap.c
Commit message (Collapse)AuthorAgeFilesLines
* Computed styles: Drop uncommon extension blocks.Michael Drake2019-05-121-11/+3
| | | | | | | | | | | | | | They were a space saving feature, but they became largely redundant with computed style sharing. They also made the code complex and buggy in many places. E.g. the cascade, inheritance / composition, and intial values all needed to behave corretly when they, or their parent, had or didn't have an uncommon block. Also, only the uncommon block was really used. Fixes: https://bugs.netsurf-browser.org/mantis/view.php?id=2641
* Strip trailing whitespace.Michael Drake2017-09-041-1/+1
|
* Move trivially compared parts of computed styles to sub-structures.Michael Drake2016-11-191-3/+3
|
* Implement selection for column-gap property.Michael Drake2014-11-071-33/+19
|
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-0/+71
+ 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