Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Frontend
/
CSS grid
What is the main review concern when grid-auto-flow: dense backfills a hole with a later …
from CSS grid
CSS Grid Layout Module Level 2
intermediate
1 min
What is the main review concern when grid-auto-flow: dense backfills a hole with a later interactive item?
Visual order can diverge from DOM, reading, and sequential focus order.
The browser permanently rewrites the DOM to match the grid.
Dense packing disables keyboard focus for every grid item.
Dense packing always reduces the number of explicit tracks.
Check
Ask AI about this kata
Report an error
next kata
A 700px grid has columns 200px 1fr 2fr and a 20px gap between each pair. How is flexible …
Quiz
A new version is available
Reload