I wrote a thing! Your CSS grid layout looks fine visually. But if you've used `order` or `grid-template-areas`, keyboard users might be tabbing through it in completely the wrong sequence. `reading-flow` fixes that - no JS, no ARIA hacks! dominickjay.com/writing/cont...

Reclaiming the Flow: Mastering Visual vs. DOM Order with @reading-order | Dom JayYour CSS is lying to some of your users. Here's the property that fixes it.dominickjay.com