[dev-servo] Ideas for incremental flow tree construction

2013-08-27 Thread Patrick Walton
Hi everyone, I wrote up some rough ideas for parallel, incremental flow tree construction in Servo. Please feel free to add or remove data, poke holes in it, etc. :) https://github.com/mozilla/servo/wiki/Incremental-flow-tree-construction Patrick _

Re: [dev-servo] The road to Acid2

2013-08-27 Thread Patrick Walton
On 8/27/13 1:48 AM, Simon Sapin wrote: Maybe also writing modes / vertical text? Even if the actual feature is not a priority, it might be easier to rewrite the layout code to use logical keywords (eg. measure/extent instead of width/height) while we don’t have much layout code. http://dev.w3.o

Re: [dev-servo] The road to Acid2

2013-08-27 Thread Simon Sapin
Le 27/08/2013 05:23, Patrick Walton a écrit : It definitely makes sense to get incremental layout (and perhaps bidi) working before redoing too much code that would have to be rewritten. Maybe also writing modes / vertical text? Even if the actual feature is not a priority, it might be easier