grid-template-*, grid-column, grid-gap, etc. • Implicit grid CSS Grid creates new tracks for the items that fall out of explicitly defined bounds • grid-auto-flow The property that controls the auto-placement algorithm for the implicit grid
should use grid placement for visual display, but be mindful of document order for speech and keyboard navigation • Tab order will follow document order, not visual order CSS Grid and accessibility