W3C home > Mailing lists > Public > www-style@w3.org > May 2016

[css-grid] Line names before auto-repeat

From: Manuel Rego Casasnovas <rego@igalia.com>
Date: Mon, 23 May 2016 11:03:11 +0200
To: www-style@w3.org
Message-ID: <5742C74F.9010201@igalia.com>
Hi,

with the current syntax [1]:
  <auto-track-list> =
    [ <line-names>? [ <fixed-size> | <fixed-repeat> ] ]+ <auto-repeat>
    [ <line-names>? [ <fixed-size> | <fixed-repeat> ] ]+ <line-names>?

The following declaration would be invalid:
  grid-template-columns: [first] repeat(auto-fill, 100px);

We don't see any good reason why this is invalid, actually this is right
now working in all the auto-repeat implementations (Firefox, Blink and
WebKit).

Are we missing something or it's just an oversight?

Thanks,
  Rego

[1] https://drafts.csswg.org/css-grid/#typedef-auto-track-list
Received on Monday, 23 May 2016 09:03:47 UTC

This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:14:59 UTC