Skip to content

add aria label to options button#3289

Open
KentKawa wants to merge 1 commit into
developfrom
kk/3046-fix-aria-label-archived-accounts
Open

add aria label to options button#3289
KentKawa wants to merge 1 commit into
developfrom
kk/3046-fix-aria-label-archived-accounts

Conversation

@KentKawa

Copy link
Copy Markdown
Member

What changes did you make?

  • Added aria labels to the options button and changed the table header tag to a table data tag because an empty header throws an error upon WAVE audit

Why did you make the changes (we will use this info to test)?

  • Changes were made to comply with WCAG standards

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

Visuals before changes are applied Screenshot 2026-06-10 at 5 11 02 PM
Visuals after changes are applied Screenshot 2026-06-10 at 5 10 41 PM

@KentKawa KentKawa requested a review from entrotech June 11, 2026 00:15
@KentKawa KentKawa added role: front-end Front End Developer level: easy labels Jun 11, 2026
</th>
<th className={classes.td}>Date Archived</th>
<th className={classes.tdCenter}></th>
<td className={classes.tdCenter}></td>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change th to td?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is to resolve a WAVE error. If it is a header readers expect a label/name. They do not require one for data cells.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dev: fix Error: Broken ARIA reference on Archived Accounts page

2 participants