Re: [dev-servo] Handling the case where a child becomes non-inline

2013-06-04 Thread Brian Burg
On Jun 4, 2013, at 18:59 , "Robert O'Callahan" wrote: > On Wed, Jun 5, 2013 at 1:48 PM, Patrick Walton wrote: > >> We're trying to figure out what to do when an inline RenderBox of an >> inline flow becomes non-inline. This is a vexing issue, as it violates the >> invariant that a flow's desce

Re: [dev-servo] Handling the case where a child becomes non-inline

2013-06-04 Thread Robert O'Callahan
On Wed, Jun 5, 2013 at 1:48 PM, Patrick Walton wrote: > We're trying to figure out what to do when an inline RenderBox of an > inline flow becomes non-inline. This is a vexing issue, as it violates the > invariant that a flow's descendants and the flow itself are the only flows > that need to be

[dev-servo] Handling the case where a child becomes non-inline

2013-06-04 Thread Patrick Walton
Hi everyone, We're starting on incremental layout, in order to improve performance of the layout benchmarks we are most focused on (`test_hammer_layout` and `test_slam_layout`). It was also felt, based on past experience, that having incremental layout from the start is important to get in ear