Closed Bug 1441762 Opened 7 years ago Closed 7 years ago

grid-auto-columns doesn't permit a sequence of values

Categories

(Core :: CSS Parsing and Computation, defect, P3)

58 Branch
defect

Tracking

()

RESOLVED DUPLICATE of bug 1339672
Tracking Status
firefox58 --- affected
firefox59 --- affected
firefox60 --- affected

People

(Reporter: v+mozbug, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 Build ID: 20180206200532 Steps to reproduce: grid-auto-columns: min-content 40px; grid-auto-columns: 20px 40px; grid-auto-columns: min-content max-content; Actual results: The debugger crossed them all out. Expected results: Syntax should be acceptable. Happily, I can make CSS that specifies the widths more explicitly, in syntax that is understood, but this specification seems to be legal according to MDN.
Could you please provide clearer steps how to reproduce this issue? Thanks.
Flags: needinfo?(v+mozbug)
Here's a url: https://box1033.bluehost.com/~areliabl/nevcal.com/temporary/browserbugs/grid-auto-columns.html Just open the page, it looks blank, but there are a bunch of empty <div>s, the outer one has CSS for a grid, and shows, in the debugger, than the grid-auto-columns CSS is rejected... at least by the debugger.
Flags: needinfo?(v+mozbug)
Build ID: 20180307100049 User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0 Reproducible on Windows 10 x64, Ubuntu 16.06 x 64 and on Mac OS X 10.13 on the latest Firefox Nightly 60.0a1 (2018-03-07).
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Status: UNCONFIRMED → NEW
Ever confirmed: true
This is AFAICT not implemented yet, nor in Blink FWIW.
[Triage 2018/03/23 - P3]
Priority: -- → P3
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.