summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fix test data for voice-family with ident list -- documentation was wrong.John Mark Bell2009-01-181-2/+4
* Fix page-break-inside test data -- documentation was wrong.John Mark Bell2009-01-181-2/+2
* Fix expected bytecode for font-family with ident list.John Mark Bell2009-01-181-8/+7
* Tests for properties 0b to 0f.Michael Drake2009-01-161-1/+1
* I guess it helps if the documentation's in sync with reality...John Mark Bell2009-01-161-4/+4
* Complete bytecode dumping code.John Mark Bell2009-01-121-37/+65
* Clarify font-familyJohn Mark Bell2008-12-041-6/+7
* counter-incrementJohn Mark Bell2008-12-041-6/+4
* Changes to the encoding of content in bytecode to better match the spec.John Mark Bell2008-12-031-5/+17
* Something approximating clipJohn Mark Bell2008-12-021-10/+21
* The advantage of interning strings is that you don't have to store their leng...John Mark Bell2008-12-011-3/+2
* All numerical values are represented in 22:10 fixed point.John Mark Bell2008-11-231-9/+4
* Update Lexer/Token documentation to handle CSS numbers correctly.John Mark Bell2008-10-272-3/+3
* A bunch of property parsers.John Mark Bell2008-10-251-3/+3
* In hindsight, it's more likely that opcodes will be added than flags, so use ...John Mark Bell2008-10-221-5/+5
* Provide example of typed parameter listJohn Mark Bell2008-10-211-0/+9
* Document shorthand propertiesJohn Mark Bell2008-10-211-0/+32
* Reduce space requirements by squashing opcode + flags + value into 32 bits. John Mark Bell2008-10-211-545/+431
* All properties done.John Mark Bell2008-10-211-23/+844
* Beginnings of a bytecode format.John Mark Bell2008-10-211-0/+318
* Provide a way of modelling the likes of a[hello="foo"][bar="baz"] { ... }John Mark Bell2008-08-071-2/+4
* Sketch out the internal representation of a stylesheetJohn Mark Bell2008-08-071-0/+96
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+210
* Update lexer documentationJohn Mark Bell2008-06-262-0/+2
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-012-0/+95