summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.c
Commit message (Collapse)AuthorAgeFilesLines
* Strings: Add 'infinite'.Michael Drake2019-03-101-0/+1
|
* Propstrings: add AND, ONLY, ORJohn-Mark Bell2019-03-101-0/+3
|
* Parsing: Add support for parsing the flexbox properties.Lucas Neves2017-10-211-2/+24
|
* Parsing: Add support for parsing the CSS3 box-sizing property.Michael Drake2017-04-271-0/+3
|
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-0/+2
| | | | | | | | 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/+4
|
* Add common CSS tokens to stylesheet string table.Michael Drake2012-03-291-0/+7
| | | | svn path=/trunk/libcss/; revision=13771
* Add parsing of CSS3 Multi-column layout module shorthand properties. ↵Michael Drake2012-02-031-0/+2
| | | | | | (columns & column-rule) svn path=/trunk/libcss/; revision=13416
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-0/+15
| | | | | | | | | | | | | | | | | | + 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
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-041-0/+10
| | | | | | Things missing: parser tests; the following descriptors: font-feature-settings, font-stretch, font-variant, unicode-range. svn path=/trunk/libcss/; revision=13244
* Tidy upJohn Mark Bell2011-10-061-4/+7
| | | | svn path=/trunk/libcss/; revision=12973
* Avoid interning propstrings table for every stylesheet, style tag and style ↵Michael Drake2011-10-061-0/+66
| | | | | | attribute. svn path=/trunk/libcss/; revision=12972
* CSS3 NamespacesJohn Mark Bell2011-03-121-0/+1
| | | | svn path=/trunk/libcss/; revision=11972
* CSS3 SelectorsJohn Mark Bell2011-01-311-0/+18
| | | | svn path=/trunk/libcss/; revision=11557
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+1
| | | | svn path=/trunk/libcss/; revision=11527
* Centralise handling of transparent colours.John Mark Bell2011-01-291-0/+1
| | | | | | Add support for currentColor svn path=/trunk/libcss/; revision=11525
* add hsl colour supportVincent Sanders2011-01-211-0/+2
| | | | svn path=/trunk/libcss/; revision=11429
* Add support for rgba() colours. Thanks jmb.Michael Drake2010-12-051-0/+1
| | | | svn path=/trunk/libcss/; revision=10993
* It turns out that using magic values for text-align is simpler than having ↵John Mark Bell2009-08-221-1/+3
| | | | | | an entirely new property for html alignment. svn path=/trunk/libcss/; revision=9387
* -libcss-alignJohn Mark Bell2009-08-211-0/+1
| | | | svn path=/trunk/libcss/; revision=9378
* Padding shorthand property parserJohn Mark Bell2009-06-251-0/+1
| | | | svn path=/trunk/libcss/; revision=7999
* Margin shorthand parserJohn Mark Bell2009-06-251-0/+1
| | | | svn path=/trunk/libcss/; revision=7997
* List-style shorthand parserJohn Mark Bell2009-06-251-0/+1
| | | | svn path=/trunk/libcss/; revision=7994
* Font shorthand propertyJohn Mark Bell2009-06-251-0/+1
| | | | svn path=/trunk/libcss/; revision=7989
* Factor out common parts of pause-after and pause-before parsers.John Mark Bell2009-06-251-0/+2
| | | | | | cue and pause shorthands svn path=/trunk/libcss/; revision=7983
* Border and outline shorthand property parsersJohn Mark Bell2009-06-251-0/+9
| | | | svn path=/trunk/libcss/; revision=7956
* Parse background shorthand propertyJohn Mark Bell2009-06-191-0/+1
| | | | svn path=/trunk/libcss/; revision=7874
* More refactoring groundwork. This actually compiles and passes the testsuite.John Mark Bell2009-05-261-0/+470
svn path=/trunk/libcss/; revision=7556