Re: [csswg-drafts] [css-grid-3] Adding auto placement override capibilities (#8655)

> * Yes, the final number of tracks depends on placement. But the number of explicit tracks doesn't, and can still be useful. Just like grid-column: auto / -1 places in the last explicit column.

Got it, agree.

> * The 1st item has i = 1 and is placed at 1 / 1. The 2nd item has a definite position and is also placed at 1 / 1, so they overlap.

I personally would want to have exactly this as wanted behaviour tbh. I mean e.g.

```html
<div style="display: grid; grid-auto-placement-area: 1 / 1;">
  <div></div>
  <div></div>
</div>
```

would also auto all elements on top of each other and this would be the wanted behaviour. I'm generarally speaking if you add an auto placement you should know how and where it places the elements onto the grid so you can actually leverage this and place elements on top of each other. But I'm open for discussion there.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 29 March 2023 17:58:03 UTC