summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Documentation and context restoration on error.John Mark Bell2009-06-251-300/+196
| | | | | | Make font-family parser use generic comma-separated list parser svn path=/trunk/libcss/; revision=7985
* Factor out common parts of pause-after and pause-before parsers.John Mark Bell2009-06-255-120/+379
| | | | | | cue and pause shorthands svn path=/trunk/libcss/; revision=7983
* Factor out common part of cue-after and cue-before parsersJohn Mark Bell2009-06-251-104/+78
| | | | svn path=/trunk/libcss/; revision=7981
* Factor comma-separated list parsing out of voice-family parserJohn Mark Bell2009-06-253-327/+449
| | | | svn path=/trunk/libcss/; revision=7980
* Documentation and restoration of context on error.John Mark Bell2009-06-251-111/+554
| | | | svn path=/trunk/libcss/; revision=7973
* Fix test dataJohn Mark Bell2009-06-251-4/+2
| | | | svn path=/trunk/libcss/; revision=7971
* Any declaration with non-whitespace tokens unconsumed after parsing the ↵John Mark Bell2009-06-251-1/+11
| | | | | | property value and potential !important is invalid. svn path=/trunk/libcss/; revision=7970
* Show full width of azimuth named angle bits.Michael Drake2009-06-251-9/+9
| | | | svn path=/trunk/libcss/; revision=7968
* A few test cases for important. Not exactly sure how important is handled ↵Michael Drake2009-06-252-0/+81
| | | | | | when not at end of declaration. Add some tests for azimuth:behind; since that was not tested. I'm not sure how the byte code is meant to handle behind, with no angle set. svn path=/trunk/libcss/; revision=7967
* Documentation and context restorationJohn Mark Bell2009-06-251-18/+115
| | | | svn path=/trunk/libcss/; revision=7959
* Documentation and context restorationJohn Mark Bell2009-06-251-41/+242
| | | | svn path=/trunk/libcss/; revision=7958
* Finish documentationJohn Mark Bell2009-06-251-0/+241
| | | | svn path=/trunk/libcss/; revision=7957
* Border and outline shorthand property parsersJohn Mark Bell2009-06-256-23/+1256
| | | | svn path=/trunk/libcss/; revision=7956
* Document border and outline property parsers.John Mark Bell2009-06-241-35/+195
| | | | | | Ensure that they restore the iteration context on error. svn path=/trunk/libcss/; revision=7955
* Fix c&p-induced liesJohn Mark Bell2009-06-241-6/+6
| | | | svn path=/trunk/libcss/; revision=7954
* Parse background shorthand propertyJohn Mark Bell2009-06-195-7/+242
| | | | svn path=/trunk/libcss/; revision=7874
* Hacky increase to buffer size to stop overflow when dumping shorthand ↵John Mark Bell2009-06-191-3/+3
| | | | | | properties. Please look away now. svn path=/trunk/libcss/; revision=7873
* Some tweaks to the background-position parser, which will theoretically make ↵John Mark Bell2009-06-183-11/+45
| | | | | | | | it do the right thing when invoked by shorthand property parser, say. Some more tests for illegal background-position values, to make sure I haven't screwed up. svn path=/trunk/libcss/; revision=7859
* Document all background-* property parsers and make them behave correctly.John Mark Bell2009-06-181-16/+108
| | | | svn path=/trunk/libcss/; revision=7857
* Centralise !important handling.John Mark Bell2009-06-1820-404/+474
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* Define error semantics, actually document functions, general tidying.John Mark Bell2009-06-181-22/+124
| | | | svn path=/trunk/libcss/; revision=7854
* Add whitespaceJohn Mark Bell2009-06-181-1/+1
| | | | svn path=/trunk/libcss/; revision=7853
* Pedantic wrappingJohn Mark Bell2009-06-181-1/+2
| | | | svn path=/trunk/libcss/; revision=7852
* More tests (c.f. ↵John Mark Bell2009-06-181-0/+88
| | | | | | http://lists.w3.org/Archives/Public/www-style/2009Jun/0164.html) svn path=/trunk/libcss/; revision=7851
* Lose redundant assignmentJohn Mark Bell2009-05-271-1/+1
| | | | svn path=/trunk/libcss/; revision=7585
* Avoid dereferencing NULL pointerJohn Mark Bell2009-05-271-1/+2
| | | | svn path=/trunk/libcss/; revision=7584
* Factor out common code from top,right,bottom,left parsersJohn Mark Bell2009-05-272-254/+89
| | | | svn path=/trunk/libcss/; revision=7578