summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix counter-increment and counter-resetJohn Mark Bell2009-01-161-22/+22
* Fix content: parsingJohn Mark Bell2009-01-161-29/+73
* Test cases for 13 & 14.Michael Drake2009-01-161-0/+40
* Test cases for 10 - 12.Michael Drake2009-01-161-0/+229
* Fix parse_clip to actually stand a chance of working.John Mark Bell2009-01-161-10/+16
* Fix test dataJohn Mark Bell2009-01-161-1/+1
* Tests for properties 0b to 0f.Michael Drake2009-01-162-1/+143
* Fix parsing of dimensions without a unit specifier.John Mark Bell2009-01-161-36/+67
* Fix test dataJohn Mark Bell2009-01-161-5/+5
* Tests for properties 06 to 0a.Michael Drake2009-01-161-1/+216
* Fix handling of single keywords in background-position -- the "first item is ...John Mark Bell2009-01-161-1/+3
* Make test valid and comment out possible quirk version.Michael Drake2009-01-161-1/+10
* Fix test data some more -- dimensions are <length,units>, not <units,length>John Mark Bell2009-01-161-6/+6
* Dump unexpected bytecodeJohn Mark Bell2009-01-161-0/+6
* Fix test dataJohn Mark Bell2009-01-161-9/+9
* I guess it helps if the documentation's in sync with reality...John Mark Bell2009-01-161-4/+4
* Fix opcode for background-positionJohn Mark Bell2009-01-161-1/+4
* Tests for properties 01 to 05.Michael Drake2009-01-162-0/+205
* Manufacture fixed point values from floatsJohn Mark Bell2009-01-161-0/+11
* Use oct() instead of hex(). Can now consume binary input.John Mark Bell2009-01-161-1/+1
* Script to manufacture OPV word from 3 hex values.John Mark Bell2009-01-161-0/+11
* Basic tests for colour values.John Mark Bell2009-01-142-0/+77
* Support pointers in the expected bytecode.John Mark Bell2009-01-143-14/+110
* Don't build the serialisation code in release modeJohn Mark Bell2009-01-144-0/+8
* @import tests and support in the test harness.John Mark Bell2009-01-142-17/+21
* Make @import actually create a rule and attempt some kind of fetch logic.John Mark Bell2009-01-143-1/+90
* at-rule test data. Only @charset for now.John Mark Bell2009-01-142-0/+25
* Add support for non-selector rule types (currently only charset rules)John Mark Bell2009-01-141-41/+91
* Create charset rule objects.John Mark Bell2009-01-143-3/+58
* More selector tests.John Mark Bell2009-01-131-0/+181
* Make the automated parser test harness compare selectorsJohn Mark Bell2009-01-133-1/+295
* Point in the direction of the bytecode documentation before someone complains...John Mark Bell2009-01-121-1/+2
* Document testdata formatJohn Mark Bell2009-01-121-0/+48
* Testcase for colour specifiers. Should cover most things.John Mark Bell2009-01-121-0/+19
* Just the one iteration -- I'm fed up of waiting for this to finish.John Mark Bell2009-01-121-1/+1
* Just the one iteration, thanks. Also, no spam.John Mark Bell2009-01-121-1/+5
* Something approximating the beginnings of an automated test harness for the p...John Mark Bell2009-01-125-2/+327
* Complete bytecode dumping code.John Mark Bell2009-01-123-60/+1689
* Slightly more obvious logic. This code still sucks.John Mark Bell2009-01-121-15/+15
* Lose a todo. I don't think we want to have the lexer split up dimensions into...John Mark Bell2009-01-121-1/+0
* When parsing colours, it helps to remember that percentages aren't necessaril...John Mark Bell2009-01-121-17/+13
* Parse units. This is the only place where we actually have to perform string ...John Mark Bell2009-01-121-8/+86
* Fix testcase.John Mark Bell2009-01-121-1/+1
* Make rgb() parsing work.John Mark Bell2009-01-121-1/+32
* Make integer parsing more robustJohn Mark Bell2009-01-122-45/+30
* Beginnings of a colour specifier parser.John Mark Bell2009-01-114-50/+111
* Document the grammar of colour specifiersJohn Mark Bell2009-01-101-0/+7
* text-decorationJohn Mark Bell2009-01-102-7/+65
* quotesJohn Mark Bell2009-01-101-5/+136
* play-duringJohn Mark Bell2009-01-102-6/+74