Updates to CSS Grid Layout
The CSS Working Group have published an updated to the CSS Grid Layout Spec.
As resolved in May as part of the Logical Directions Renaming, we’ve updated the grid placement longhand properties to be
An excerpt from Updates to CSS Grid Layoutgrid-row-start
/grid-row-end
/grid-column-start
/grid-column-end
with the shorthandsgrid-row
/grid-column
andgrid-area
. (We expect authors to use the shorthands most frequently.)