Re: [csswg-drafts] [css-grid] Re "Clamping Overly Large Grids": Perhaps have a minimal required track count

As for keeping eg one byte per cell in memory: For example "grid-column: 1000000; grid-row: 1000000" shouldn't cause the browser to create much data in memory - not 1000000 × 1000000 × N bytes. But I still guess the spec should specify a minimal limit for cells (instead of tracks), and the limit probably still should get lowered (based on the implementer feedback by Igalia).


-- 
GitHub Notification of comment by tobireif
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2261#issuecomment-364044623 using your GitHub account

Received on Thursday, 8 February 2018 08:57:34 UTC