[dev-servo] New style system and regressions

2013-10-23 Thread Simon Sapin
Hi dev-servo, The new style system (CSS parsing, selector matching, cascading, inheritance and computed values) that I’ve been working on for a few months is finally here! This morning, we landed the final changes to switch the rest of Servo over and remove NetSurf’s libcss. Please report on

Re: [dev-servo] New style system and regressions

2013-10-23 Thread Patrick Walton
Huge kudos! This is an extremely exciting milestone. Thanks so much for all your hard work! Patrick Simon Sapin wrote: >Hi dev-servo, > >The new style system (CSS parsing, selector matching, cascading, >inheritance and computed values) that I’ve been working on for a few >months is finally he

Re: [dev-servo] New style system and regressions

2013-10-23 Thread Brian Anderson
On 10/23/2013 01:07 PM, Simon Sapin wrote: Hi dev-servo, The new style system (CSS parsing, selector matching, cascading, inheritance and computed values) that I’ve been working on for a few months is finally here! This morning, we landed the final changes to switch the rest of Servo over a