css-grid-polyfill icon indicating copy to clipboard operation
css-grid-polyfill copied to clipboard

REQUEST: column-span

Open TejasQ opened this issue 8 years ago • 5 comments

Please support grid-column: span 8;.

TejasQ avatar Feb 24 '17 17:02 TejasQ

I haven't looked at the code for a long time but I do have the vague feeling that should actually work. I guess it is a bug if it doesn't but maybe I am missing something. Could you write a test case? Also try variants to see what is supported vs what is not?

FremyCompany avatar Feb 24 '17 18:02 FremyCompany

It seems that this syntax works : grid-column: auto / span 8;.

raphaelgoetter avatar Mar 08 '17 14:03 raphaelgoetter

Thanks for investigating!

If someone want to take this issue, here is the code that parses that value: https://github.com/FremyCompany/css-grid-polyfill/blob/master/src/css-grid/lib/grid-layout.js#L233

This should be an easy fix if the polyfill doesn't match the spec here.

FremyCompany avatar Mar 29 '17 23:03 FremyCompany

grid-row: auto / span 8; doesn't seem to work...

zabojad avatar Aug 08 '17 15:08 zabojad

grid-row: auto / span 8; doesn't seem to work...

Only applies on explicit rows.

raphaelgoetter avatar Aug 09 '17 06:08 raphaelgoetter