summaryrefslogtreecommitdiff
path: root/include/libcss/properties.h
Commit message (Collapse)AuthorAgeFilesLines
* Query client for initial values of color, font-family, quotes, and ↵John Mark Bell2009-07-041-4/+2
| | | | | | voice-family properties. svn path=/trunk/libcss/; revision=8306
* Introduce an initial value of border-*-color in the computed style.John Mark Bell2009-06-301-1/+2
| | | | | | When a style is composed, this will be resolved to whatever color: computed to. svn path=/trunk/libcss/; revision=8184
* Completely change the approach used for presentational hints.John Mark Bell2009-03-231-0/+105
| | | | | | | | This one stands a chance of working sanely. While this compiles, please don't expect it to link. svn path=/trunk/libcss/; revision=6820
* Finally, a representation of a computed content property.John Mark Bell2009-02-141-2/+4
| | | | svn path=/trunk/libcss/; revision=6515
* Modify encoding of quotes. Move clip to accommodate.John Mark Bell2009-02-111-1/+2
| | | | svn path=/trunk/libcss/; revision=6442
* Change encoding of font-familyJohn Mark Bell2009-02-111-1/+7
| | | | | | Move list-style-position to make room for it. svn path=/trunk/libcss/; revision=6440
* More property handlersJohn Mark Bell2009-02-111-1/+2
| | | | svn path=/trunk/libcss/; revision=6430
* Border colours. Factor out common code.John Mark Bell2009-02-111-3/+3
| | | | svn path=/trunk/libcss/; revision=6418
* Restore the magical properties of background-repeat values (the bottom two ↵John Mark Bell2009-02-111-4/+4
| | | | | | | | bits form a bitfield of dimensions to tile in). Implement a couple more property handlers svn path=/trunk/libcss/; revision=6416
* Map inherit to 0 for all properties, so we get a default style of everything ↵John Mark Bell2009-02-101-268/+268
| | | | | | inherited. svn path=/trunk/libcss/; revision=6408
* Enumerated values for properties.John Mark Bell2009-02-051-0/+484
Fixes to bit allocations. svn path=/trunk/libcss/; revision=6367