summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Propagate specificity of simple selectors to the head of each combinator chain.John Mark Bell2009-01-261-0/+3
* Assert preconditions, rather than returning runtime errors.John Mark Bell2009-01-251-19/+22
* Implement css_stylesheet_{add,remove}_rule, thus (de)populating the selector ...John Mark Bell2009-01-251-7/+191
* Add ability to delete items from the selector hash (we use lazy deletion, as ...John Mark Bell2009-01-252-3/+50
* Clean up rules when destroying sheetJohn Mark Bell2009-01-251-1/+12
* Remove redundant fieldsJohn Mark Bell2009-01-251-6/+0
* Destroy rulesJohn Mark Bell2009-01-251-4/+81
* Destroy selectorsJohn Mark Bell2009-01-251-5/+17
* Beginnings of specificity. John Mark Bell2009-01-252-2/+32
* Simplify API of css_stylesheet_selector_create -- it's always used to create ...John Mark Bell2009-01-253-13/+7
* Destroy style objectsJohn Mark Bell2009-01-251-3/+3
* Destroy parser on completion of parse, rather than keeping it around until we...John Mark Bell2009-01-251-11/+26
* Selector hash.John Mark Bell2009-01-255-4/+388
* 0.1em is a perfectly legitimate word-spacingJohn Mark Bell2009-01-251-0/+1
* Width values must be positiveJohn Mark Bell2009-01-251-0/+4
* Range check volume valuesJohn Mark Bell2009-01-251-0/+8
* Fix test data for voice-family. This probably also wants to test with appropr...John Mark Bell2009-01-241-3/+3
* CSS is case insensitive. Thus, HiDDen == hidden, and is a valid identifier.John Mark Bell2009-01-241-0/+1
* vertical-align: top is valid inputJohn Mark Bell2009-01-241-0/+1
* Test cases for margin shorthand property.Michael Drake2009-01-241-0/+61
* More CSS tests. All props tested.Michael Drake2009-01-241-0/+510
* More CSS tests.Michael Drake2009-01-241-0/+190
* More tests.Michael Drake2009-01-241-11/+46
* More tests.Michael Drake2009-01-241-0/+288
* Make negative speech-rate values invalidJohn Mark Bell2009-01-241-0/+4
* More tests.Michael Drake2009-01-241-0/+189
* Range check richness valuesJohn Mark Bell2009-01-241-0/+4
* Ensure pitch values are positiveJohn Mark Bell2009-01-241-0/+4
* +50 is a valid numberJohn Mark Bell2009-01-241-0/+1
* Range check pitch-rangeJohn Mark Bell2009-01-241-0/+4
* Make pause-after and pause-before treat negative values as illegalJohn Mark Bell2009-01-241-0/+8
* More tests.Michael Drake2009-01-241-8/+169
* More tests.Michael Drake2009-01-241-0/+434
* Use utility routines to consider inherit/importance, rather than poking flag ...John Mark Bell2009-01-241-5/+2
* outline-style: hidden is invalid, so remove it from the bytecode testsJohn Mark Bell2009-01-241-8/+0
* Assume that the non-united zero length rule applies to all values that parse ...John Mark Bell2009-01-241-0/+2
* Ensure padding values are positiveJohn Mark Bell2009-01-241-0/+4
* hidden is an invalid outline style.John Mark Bell2009-01-241-0/+4
* Fix max-height testJohn Mark Bell2009-01-241-43/+44
* Have orphans and widows treat negative values as illegal. The spec doesn't ex...John Mark Bell2009-01-241-0/+8
* Ensure max-width and min-width values are positiveJohn Mark Bell2009-01-241-0/+8
* Ensure max-height and min-height values are positiveJohn Mark Bell2009-01-241-0/+8
* Ensure line-height values are positiveJohn Mark Bell2009-01-241-0/+8
* Ensure height values are positiveJohn Mark Bell2009-01-241-0/+4
* More tests.Michael Drake2009-01-241-0/+203
* Fix RO makefileJohn Mark Bell2009-01-241-5/+10
* More tests.Michael Drake2009-01-241-2/+474
* More tests.Michael Drake2009-01-241-8/+358
* Fixup ABS(), as per number.cJohn Mark Bell2009-01-241-1/+1
* Fix handling of max -ve numbersAdrian Lees2009-01-243-13/+29