summaryrefslogtreecommitdiff
path: root/src/select/properties/list_style_type.c
Commit message (Collapse)AuthorAgeFilesLines
* Select: Properties: Add copy handler for simple propertiesMichael Drake2022-08-291-5/+14
|
* Select: Make inherit flag handling aware of other default valuesMichael Drake2022-08-291-2/+2
|
* add css 3.1 complex predefined counter styles for addative systemsVincent Sanders2021-02-151-0/+15
|
* implement the remaining css 3.1 simple predefined counter stylesVincent Sanders2021-02-121-0/+54
|
* implement the firt half of the css 3.1 simple predefined counter stylesVincent Sanders2021-02-091-1/+42
|
* Strip trailing whitespace.Michael Drake2017-09-041-1/+1
|
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-5/+5
| | | | | | 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-6/+0
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-051-2/+2
| | | | svn path=/trunk/libcss/; revision=11211
* Split up properties selectorsVincent Sanders2010-12-051-0/+111
svn path=/trunk/libcss/; revision=11011