Re: Intent to ship: CSS Grid

2016-12-06 Thread Mats Palmgren
On 12/05/2016 09:53 PM, Benjamin Smedberg wrote: Have the various grid properties be added to our fuzzers and we've been fuzzing the implementation fairly comprehensively? Yes, I believe Grid is included in our normal fuzz testing. Grid has been enabled by default in Nightly and Aurora (includi

Re: Intent to ship: CSS Grid

2016-12-06 Thread Mats Palmgren
On 12/05/2016 08:00 PM, Boris Zbarsky wrote: What performance testing have we done on this implementation? Have we done edge-case stress-testing? Stress-testing with large but "real-life" layouts? Something else? Nope, I've done no /dedicated/ performance testing so far. Both I and dholbert

Re: Intent to ship: CSS Grid

2016-12-06 Thread Jet Villegas
+cc: abillings re: fuzzing CSS Grid. On Monday, December 5, 2016, Benjamin Smedberg wrote: > Have the various grid properties be added to our fuzzers and we've been > fuzzing the implementation fairly comprehensively? > > --BDS > > On Tue, Nov 15, 2016 at 7:40 PM, Mats Palmgren > wrote: > > > A

Re: Intent to ship: CSS Grid

2016-12-05 Thread Benjamin Smedberg
Have the various grid properties be added to our fuzzers and we've been fuzzing the implementation fairly comprehensively? --BDS On Tue, Nov 15, 2016 at 7:40 PM, Mats Palmgren wrote: > As of Gecko 52, I intend to let CSS Grid ride the trains on all platforms. > https://drafts.csswg.org/css-grid

Re: Intent to ship: CSS Grid

2016-12-05 Thread Boris Zbarsky
On 11/15/16 2:40 PM, Mats Palmgren wrote: As of Gecko 52, I intend to let CSS Grid ride the trains on all platforms. Mats, What performance testing have we done on this implementation? Have we done edge-case stress-testing? Stress-testing with large but "real-life" layouts? Something else

Re: Intent to ship: CSS Grid

2016-11-17 Thread Tantek Çelik
Agreed. In the perspective of the increasing shift toward incubation at W3C (before WG and certainly before WD or CR), subgrid has yet to be sufficiently incubated to really implement in the context of a spec, unlike the rest of grid which has been prototyped with multiple iterations (by other impl

Re: Intent to ship: CSS Grid

2016-11-17 Thread Jet Villegas
Unlike other parts of the Grid spec, we don't have sufficient implementor feedback (from ourselves or others) to evaluate the subgrid feature's suitability for implementation. That will take time to get, and we do plan to get it, but we want Grid available to people while we do so. That's not the s

Re: Intent to ship: CSS Grid

2016-11-15 Thread Simon Sapin
On 16/11/16 01:40, Mats Palmgren wrote: Note about the 'subgrid' feature: We will *not* support the subgrid feature of CSS Grid in this first release. This feature is marked as "at-risk" in the spec and thus not needed for spec compliance. (Chrome is likewise not going to support subgrid in the

Intent to ship: CSS Grid

2016-11-15 Thread Mats Palmgren
As of Gecko 52, I intend to let CSS Grid ride the trains on all platforms. https://drafts.csswg.org/css-grid/ This also includes all parts of the CSS Box Alignment spec that are relevant to Grid layout: https://drafts.csswg.org/css-align-3/ It has been developed behind the "layout.css.grid.enable