Expand description
Implements placing items in the grid and resolving the implicit grid. https://www.w3.org/TR/css-grid-1/#placement
Functionsยง
- place_
definite_ ๐grid_ item - 8.5. Grid Item Placement Algorithm Place a single definitely placed item into the grid
- place_
definite_ ๐secondary_ axis_ item - 8.5. Grid Item Placement Algorithm Step 2. Place remaining children with definite secondary axis positions
- place_
grid_ ๐items - 8.5. Grid Item Placement Algorithm Place items into the grid, generating new rows/column into the implicit grid as required
- place_
indefinitely_ ๐positioned_ item - 8.5. Grid Item Placement Algorithm Step 4. Position the remaining grid items.
- record_
grid_ ๐placement - Record the grid item in both CellOccupancyMatric and the GridItems list once a definite placement has been determined