summaryrefslogtreecommitdiff
path: root/docs/Bytecode
Commit message (Expand)AuthorAgeFilesLines
* bytecode: Change unit representation, so that length has a bit set.Michael Drake2020-11-151-6/+6
* Documentation: Add new units to bytecode docs.Michael Drake2019-03-101-0/+9
* Add support for new length units.Lucas Neves2017-11-131-0/+13
* Add codes to flexbox properties.Lucas Neves2017-10-211-5/+102
* Strip trailing whitespace.Michael Drake2017-09-041-27/+27
* Parsing: Add support for parsing the CSS3 box-sizing property.Michael Drake2017-04-271-1/+7
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-2/+9
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-101-1/+10
* Clarify MBZ.John-Mark Bell2013-06-051-1/+1
* Fix up documentation liesJohn Mark Bell2012-05-291-8/+3
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-1/+124
* Add support for opacity propertyJohn Mark Bell2011-01-291-1/+10
* Centralise handling of transparent colours.John Mark Bell2011-01-291-7/+13
* Sync bytecode description with colour representationJohn Mark Bell2010-12-041-4/+4
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-9/+4
* -libcss-alignJohn Mark Bell2009-08-211-1/+9
* Show full width of azimuth named angle bits.Michael Drake2009-06-251-9/+9
* Purge side bits. These cause more trouble than they're worth, and it's not as...John Mark Bell2009-02-101-111/+101
* 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
* 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