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
fix: each extensions section is its own labeled list -- valid ARIA both ways
Primer's ActionList.Group is structurally unusable here: with list
semantics its <li role="presentation"> wrapper hoists the heading and
inner <ul role="group"> into the outer list in the accessibility tree
(aria-required-children); without list semantics every Item renders as
a <button>, nesting the row's own switch inside an interactive
(nested-interactive). A section as its own h3-labeled ActionList keeps
the same rendered chrome and passes the WCAG gate.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012im1JxQQV2ahnXzZDdVmZq
0 commit comments