summaryrefslogtreecommitdiff
path: root/src/select/properties/counter_reset.c
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespace.Michael Drake2017-09-041-4/+4
|
* Move trivially compared parts of computed styles to sub-structures.Michael Drake2016-11-191-3/+3
|
* Various changes which modify API and ABI:Michael Drake2013-12-131-5/+4
| | | | | | | | | - Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match.
* 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-22/+0
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-051-1/+1
| | | | svn path=/trunk/libcss/; revision=11211
* Split up properties selectorsVincent Sanders2010-12-051-0/+115
svn path=/trunk/libcss/; revision=11011