You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: move header and footer slots outside scroller for better Tab navigation
- Move header and footer divs outside the #scroller element
- Add flex-direction: column to host and flex: 1 to scroller for proper layout
- Fix Tab navigation to naturally flow to footer slot content
- Update keyboard navigation to skip focusexit when tabbing forward
- Set navigating attribute even when Tab exits naturally
- Update tests to reflect new DOM structure and Tab behavior
This change improves accessibility by ensuring Tab navigation flows
naturally from header content → grid cells → footer content → next element
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments