I try to learn css-grid and there is a confusing situation in the example 4 form the specs.
These expressions do not seem to be equivalent
grid-area: header-start / sidebar-start / footer-end / sidebar-start;
grid-row: header-start / footer-end; grid-column: sidebar-start / footer-end;
I try to learn css-grid and there is a confusing situation in the example 4 form the specs.
These expressions do not seem to be equivalent
grid-area: header-start / sidebar-start / footer-end / sidebar-start;grid-row: header-start / footer-end; grid-column: sidebar-start / footer-end;