- From: Mats Palmgren <mats@mozilla.com>
- Date: Sat, 11 Jun 2016 01:28:24 +0200
- To: fantasai <fantasai.lists@inkedblade.net>, Manuel Rego Casasnovas <rego@igalia.com>, www-style list <www-style@w3.org>
On 2016-06-09 02:52, fantasai wrote: > I don't think there's anything here that needs updating, > except to say that Tab's message is incorrect. Grid is > following that second sentence -- it states clearly that > the 'span' keyword is excluded. FYI, I filed a bug [1] on Gecko to fix this for line name lists. If I read the spec for 'grid-template-areas' [2] correctly though, there are no restrictions on using keywords there, so for example: grid-template-areas:"inherit"; is a valid declaration, and grid-row:inherit-end; would match that area's end edge. Is that correct? /Mats [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1279641 [2] https://drafts.csswg.org/css-grid/#grid-template-areas-property
Received on Friday, 10 June 2016 23:28:56 UTC