summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* More propertiesJohn Mark Bell2009-06-291-0/+204
| | | | svn path=/trunk/libcss/; revision=8164
* Dump more computed propertiesJohn Mark Bell2009-06-291-2/+175
| | | | svn path=/trunk/libcss/; revision=8163
* Dump clip, content, counter-{increment,reset}John Mark Bell2009-06-291-16/+210
| | | | svn path=/trunk/libcss/; revision=8161
* Fix setting of computed display: noneJohn Mark Bell2009-06-291-1/+1
| | | | svn path=/trunk/libcss/; revision=8159
* Ensure that the root element has its styling set to the initial values.John Mark Bell2009-06-291-3/+10
| | | | svn path=/trunk/libcss/; revision=8158
* Fix castJohn Mark Bell2009-06-281-1/+1
| | | | svn path=/trunk/libcss/; revision=8091
* Fix list-style shorthand parserJohn Mark Bell2009-06-271-0/+8
| | | | svn path=/trunk/libcss/; revision=8073
* A few inherit tests.Michael Drake2009-06-271-0/+71
| | | | svn path=/trunk/libcss/; revision=8072
* List property tests.Michael Drake2009-06-272-0/+489
| | | | svn path=/trunk/libcss/; revision=8071
* Fix test dataJohn Mark Bell2009-06-271-36/+0
| | | | svn path=/trunk/libcss/; revision=8070
* Fix font shorthand parser to reject spurious instances of inheritJohn Mark Bell2009-06-271-0/+32
| | | | svn path=/trunk/libcss/; revision=8069
* Font property tests.Michael Drake2009-06-272-0/+729
| | | | svn path=/trunk/libcss/; revision=8068
* Fix comma separated list parsingJohn Mark Bell2009-06-271-1/+2
| | | | svn path=/trunk/libcss/; revision=8067
* Fix border + outline shorthand property parsersJohn Mark Bell2009-06-271-0/+40
| | | | svn path=/trunk/libcss/; revision=8066
* Outline and border tests.Michael Drake2009-06-273-0/+2327
| | | | svn path=/trunk/libcss/; revision=8063
* Test one more line.Michael Drake2009-06-271-0/+32
| | | | svn path=/trunk/libcss/; revision=8056
* Fix azimuth parserJohn Mark Bell2009-06-271-2/+2
| | | | svn path=/trunk/libcss/; revision=8055
* More aural tests.Michael Drake2009-06-271-0/+346
| | | | svn path=/trunk/libcss/; revision=8054
* Fix cue and pause shorthand parsersJohn Mark Bell2009-06-271-0/+16
| | | | svn path=/trunk/libcss/; revision=8051
* Comment out non-automated tests for now. Add some aural property tests.Michael Drake2009-06-274-3/+364
| | | | svn path=/trunk/libcss/; revision=8050
* Fix padding shorthand parser in the face of inherit.John Mark Bell2009-06-272-0/+9
| | | | | | Document same fix to margin shorthand parser. svn path=/trunk/libcss/; revision=8049
* Move old shorthands test into margin test. Add a few general tests.Michael Drake2009-06-273-61/+84
| | | | svn path=/trunk/libcss/; revision=8047
* A few more margin tests.Michael Drake2009-06-271-0/+41
| | | | svn path=/trunk/libcss/; revision=8045
* Tests for padding property.Michael Drake2009-06-272-1/+205
| | | | svn path=/trunk/libcss/; revision=8044
* Purge "colour" from the public API -- it's just confusingJohn Mark Bell2009-06-276-36/+36
| | | | svn path=/trunk/libcss/; revision=8035
* Reduce inlining in lexerJohn Mark Bell2009-06-271-26/+26
| | | | svn path=/trunk/libcss/; revision=8034
* Less pointless inliningJohn Mark Bell2009-06-272-58/+58
| | | | svn path=/trunk/libcss/; revision=8033
* Fix margin shorthand parserJohn Mark Bell2009-06-261-0/+7
| | | | svn path=/trunk/libcss/; revision=8029
* Tests for background property.Michael Drake2009-06-262-1/+211
| | | | svn path=/trunk/libcss/; revision=8028
* It helps if you remember to disable debug againJohn Mark Bell2009-06-261-1/+1
| | | | svn path=/trunk/libcss/; revision=8025
* Support for parsing inline stylesJohn Mark Bell2009-06-2612-107/+397
| | | | svn path=/trunk/libcss/; revision=8024
* Inherit tests. At least one currently fails.Michael Drake2009-06-261-0/+50
| | | | svn path=/trunk/libcss/; revision=8022
* Fix test data.Michael Drake2009-06-261-7/+7
| | | | svn path=/trunk/libcss/; revision=8020
* Tests for Margin shorthand prop. Comment out test that is currently expected ↵Michael Drake2009-06-263-1/+114
| | | | | | to fail. svn path=/trunk/libcss/; revision=8019
* Tidying codeJohn Mark Bell2009-06-261-42/+79
| | | | svn path=/trunk/libcss/; revision=8018
* Make selection ignore selectors generated by rules in inactive @media blocks.John Mark Bell2009-06-261-6/+44
| | | | svn path=/trunk/libcss/; revision=8015
* Nested block support.John Mark Bell2009-06-266-163/+449
| | | | svn path=/trunk/libcss/; revision=8014
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-19/+38
| | | | svn path=/trunk/libcss/; revision=8004
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-37/+261
| | | | svn path=/trunk/libcss/; revision=8003
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-9/+72
| | | | svn path=/trunk/libcss/; revision=8002
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-17/+183
| | | | svn path=/trunk/libcss/; revision=8001
* Documentation and context recovery on errorJohn Mark Bell2009-06-251-19/+132
| | | | svn path=/trunk/libcss/; revision=8000
* Padding shorthand property parserJohn Mark Bell2009-06-255-1/+242
| | | | svn path=/trunk/libcss/; revision=7999
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-5/+86
| | | | svn path=/trunk/libcss/; revision=7998
* Margin shorthand parserJohn Mark Bell2009-06-255-6/+248
| | | | svn path=/trunk/libcss/; revision=7997
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-4/+83
| | | | svn path=/trunk/libcss/; revision=7996
* Pedantic whitespace removalJohn Mark Bell2009-06-251-1/+0
| | | | svn path=/trunk/libcss/; revision=7995
* List-style shorthand parserJohn Mark Bell2009-06-255-8/+186
| | | | svn path=/trunk/libcss/; revision=7994
* Documentation and context restoration on error.John Mark Bell2009-06-251-365/+447
| | | | | | Factor out common counter-increment and counter-reset parser svn path=/trunk/libcss/; revision=7992
* Font shorthand propertyJohn Mark Bell2009-06-255-2/+261
| | | | svn path=/trunk/libcss/; revision=7989