Re: [css-values] custom-idents and excluded keywords

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