Skip to content

Connectors a11y list structure#77822

Open
pranvinit wants to merge 2 commits intoWordPress:trunkfrom
pranvinit:connectors-a11y-list-structure
Open

Connectors a11y list structure#77822
pranvinit wants to merge 2 commits intoWordPress:trunkfrom
pranvinit:connectors-a11y-list-structure

Conversation

@pranvinit
Copy link
Copy Markdown
Contributor

What?

Closes #77650

Adds an accessible list wrapper around connector cards on the Settings > Connectors screen.

Why?

Connector cards render as role="listitem", so they need a valid role="list" parent for correct ARIA structure.

How?

Filters renderable connectors first, renders them inside a named role="list" container, and keeps the AI plugin callout outside the list.

Testing Instructions

  1. Go to Settings > Connectors.
  2. Inspect the connector cards in DevTools.
  3. Confirm the cards are listitems inside the “Available connectors” list.

Testing Instructions for Keyboard

No keyboard interaction changes.

Screenshots or screencast

N/A

Use of AI Tools

Used ChatGPT/Codex to help implement and test the change. Reviewed before submission.

@github-actions
Copy link
Copy Markdown

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: pranvinit <pranavyeole@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: hi0001234d <emptyopssphere@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

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.

Settings > Connectors: Screen reader accessibility issue

1 participant