Re: [csswg-drafts] [css-grid-1] gCS() of grid-row-start/etc properties should return used values?

> What value should be returned for auto on a grid-aligned abs.pos. child?

I think the only sensible thing to do would be to return `auto`, since nothing else would make sense.

> Note: returning used values means we have to flush any pending style / layout changes to get the correct value. This can lead to performance issues.

This is true if the author pulls gCS on e.g. `grid-template-columns` as well, though, right? We're already returning used styles for that.

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2681#issuecomment-396441751 using your GitHub account

Received on Tuesday, 12 June 2018 02:02:25 UTC