summaryrefslogtreecommitdiff
path: root/src/bytecode/opcodes.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes to the encoding of content in bytecode to better match the spec.John Mark Bell2008-12-031-1/+5
| | | | | | Beginnings of a content property parser. svn path=/trunk/libcss/; revision=5874
* Something approximating clipJohn Mark Bell2008-12-021-1/+7
| | | | svn path=/trunk/libcss/; revision=5870
* Fix up azimuth to cater for !important after property value.John Mark Bell2008-12-011-4/+4
| | | | | | Something approximating background-position. svn path=/trunk/libcss/; revision=5866
* page-break-insideJohn Mark Bell2008-11-251-1/+1
| | | | svn path=/trunk/libcss/; revision=5778
* max-heightJohn Mark Bell2008-11-251-14/+14
| | | | | | | | | | | | | max-width min-height min-width orphans outline-color outline-style TODO: fix all instances of the creation of bytecode with parameters. Currently, they only consult value to determine if there are additional parameters. This means that, in the case of inherit and the default value being one which takes parameters, spurious space is allocated in the bytecode. svn path=/trunk/libcss/; revision=5771
* list-style-type.John Mark Bell2008-11-251-8/+7
| | | | | | Apparently, upper-greek doesn't exist, so remove it from the bytecode. svn path=/trunk/libcss/; revision=5769
* Actually include the opcodes header.John Mark Bell2008-10-221-2/+2
| | | | | | Fix typos. svn path=/trunk/libcss/; revision=5624
* Something approximating an enumeration of the opcode-specific value field.John Mark Bell2008-10-221-0/+631
Some type-related pedantry, too. svn path=/trunk/libcss/; revision=5623