summaryrefslogtreecommitdiff
path: root/test/dump_computed.h
Commit message (Collapse)AuthorAgeFilesLines
* Provide accessor for computed value of display assuming static position.John Mark Bell2009-07-151-1/+1
| | | | | | Modify css_computed_display to follow $9.7. svn path=/trunk/libcss/; revision=8568
* Move quotes property into common style block.John Mark Bell2009-07-041-0/+3
| | | | svn path=/trunk/libcss/; revision=8307
* Query client for initial values of color, font-family, quotes, and ↵John Mark Bell2009-07-041-6/+0
| | | | | | voice-family properties. svn path=/trunk/libcss/; revision=8306
* s/background-image/list-style-image/John Mark Bell2009-06-301-2/+2
| | | | svn path=/trunk/libcss/; revision=8189
* Introduce an initial value of border-*-color in the computed style.John Mark Bell2009-06-301-1/+15
| | | | | | When a style is composed, this will be resolved to whatever color: computed to. svn path=/trunk/libcss/; revision=8184
* Finish dumping of computed stylesJohn Mark Bell2009-06-301-42/+960
| | | | svn path=/trunk/libcss/; revision=8174
* More propertiesJohn Mark Bell2009-06-291-0/+204
| | | | svn path=/trunk/libcss/; revision=8164
* Dump more computed propertiesJohn Mark Bell2009-06-291-2/+175
| | | | svn path=/trunk/libcss/; revision=8163
* Dump clip, content, counter-{increment,reset}John Mark Bell2009-06-291-16/+210
| | | | svn path=/trunk/libcss/; revision=8161
* Purge "colour" from the public API -- it's just confusingJohn Mark Bell2009-06-271-1/+1
| | | | svn path=/trunk/libcss/; revision=8035
* Initialise variables.John Mark Bell2009-03-021-4/+4
| | | | | | Actually make disabling of CSS dumping work. svn path=/trunk/libcss/; revision=6670
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-151-1/+1
| | | | svn path=/trunk/libcss/; revision=6536
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-3/+3
| | | | | | | | | It passes the tests, perhaps we need more of them. Lifetimes of lwc_string objects really need attention before we can consider this finished. svn path=/trunk/libcss/; revision=6517
* Make fpmath stuff public.John Mark Bell2009-02-141-2/+1
| | | | | | Un-inline string->fixed conversion routine. svn path=/trunk/libcss/; revision=6513
* Fix caption-side constantsJohn Mark Bell2009-02-141-4/+6
| | | | | | Surround clip with #if 0 as it doesn't compile and I'm too lazy to fix it. svn path=/trunk/libcss/; revision=6500
* Dump bottom, caption-side, clear and clip.Michael Drake2009-02-141-0/+74
| | | | svn path=/trunk/libcss/; revision=6498
* Add missing colonsJohn Mark Bell2009-02-141-4/+4
| | | | svn path=/trunk/libcss/; revision=6496
* Dump border-style-* and border-width-* properties.Michael Drake2009-02-141-7/+276
| | | | svn path=/trunk/libcss/; revision=6494
* A motley selection of changes. Vague summary:John Mark Bell2009-02-141-0/+301
| | | | | | | | | | | | | | | | | | + Add config makefile (not that there's anything to configure at present :) + Fix dumping of UNIT_MS to actually use sprintf and not printf + Extend computed style dumping (still loads of properties missing) + Make result buffer larger in select-auto.c -- avoids buffer overflows when there's way more output than expected + Expand expected test output to contain defaulted properties (more of this will be needed once the computed style dumping is complete) + Store interned string pointers in css_select_state. + Intern pseudo class/element names at start of selecting styles for a sheet + Group properties so we know which ones appear in the extension blocks + Fixup unset properties once the cascade has completed + Implement matching of pseudo class/element selectors + Fix setting of background-image and list-style-image when there's no URL. svn path=/trunk/libcss/; revision=6470
* Beginnings of a computed style dump routine.John Mark Bell2009-02-131-0/+106
It probably helps to process the stylesheets individually, rather than parsing them all into one sheet. Fix test data somewhat. svn path=/trunk/libcss/; revision=6468