Skip to content

a11y | A23 contain sidebar resizer in landmark - #79

Merged
BrianGenisio merged 5 commits into
mainfrom
fix/a11y-a23-resizer-landmark
Aug 12, 2026
Merged

a11y | A23 contain sidebar resizer in landmark#79
BrianGenisio merged 5 commits into
mainfrom
fix/a11y-a23-resizer-landmark

Conversation

@BrianGenisio

Copy link
Copy Markdown
Contributor

Summary

Closes #73 (A23). #sidebarResizer sat between <aside> and <main>, so axe reported region: 1 on empty-state in both themes. The separator now lives inside the sidebar landmark.

Changes

  • Move the resizer to the end of <aside> and pin it to the right edge with absolute positioning. Drag math (clientX vs sidebar left) and arrow-key nudging are unchanged.
  • Empty-state axe baseline is now {} in light and dark. Settings scans were already clean.
  • DOM test asserts the separator is contained by #sidebar.

Test plan

  • npm test
  • A11Y_CI=1 axe run: empty-state region: 0 both themes; baseline updated
  • Pointer: drag the grip; width persists after reload
  • Keyboard: Tab to the separator, ArrowLeft / ArrowRight, double-click reset
  • Light and dark grip visibility

Co-authored-by: Cursor <cursoragent@cursor.com>
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 33 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9efd4b06-aa4c-42fe-b638-6f028bfe478a

📥 Commits

Reviewing files that changed from the base of the PR and between 3d2deab and a0411cd.

📒 Files selected for processing (5)
  • a11y-audits/8-5-26/wave-4-plan.md
  • a11y-audits/tools/baseline.json
  • public/app.css
  • public/index.html
  • tests/dom/render.test.js

Comment @coderabbitai help to get the list of available commands.

@BrianGenisio
BrianGenisio merged commit 81fe35f into main Aug 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[a11y][A23] Empty-state axe region violation on sidebar resizer

1 participant