[csswg-drafts] Pull Request: [css-grid-1][css-grid-2] Remove `grid-row: auto`

SiarheiBobryk has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-grid-1][css-grid-2] Remove `grid-row: auto` ==
Although we use `grid-row: auto` in example 24 of the "Automatic
Placement" chapter, I believe it's redundant and we free to remove that.

I'm not sure about the situation regarding this property in the past,
but according to my investigation nowadays we already have implicit
`grid-row: auto` for all grid children for all major browsers: the
Chromium-family, FF, Safari, Edge (legacy)

_Chrome_
<img width="1760" alt="chrome" src="https://user-images.githubusercontent.com/33809585/113836308-709a1700-9795-11eb-8d0c-15d2a57f67a9.png">

_Firefox_
<img width="1760" alt="firefox" src="https://user-images.githubusercontent.com/33809585/113836360-7db70600-9795-11eb-9f5e-193b224447dc.png">

_Safari_
<img width="1760" alt="safari-1" src="https://user-images.githubusercontent.com/33809585/113836401-87406e00-9795-11eb-87fb-ede3cc7e2a4f.png">
<img width="1760" alt="safari-2" src="https://user-images.githubusercontent.com/33809585/113836438-8f001280-9795-11eb-93df-f078df1c8eef.png">

_Edge (legacy)_
![edge-1](https://user-images.githubusercontent.com/33809585/113836487-98897a80-9795-11eb-9ce1-72e4244950c3.png)
![edge-2](https://user-images.githubusercontent.com/33809585/113836533-a17a4c00-9795-11eb-8a2c-840c382a4225.png)


See https://github.com/w3c/csswg-drafts/pull/6188


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

Received on Wednesday, 7 April 2021 08:38:32 UTC