A11yance / aria-query

Programmatic access to the ARIA specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing mark role

amlehman opened this issue · comments

Hi, I'm using this library via @testing-library/react to select elements and I've found that the mark role is not included:

https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/mark_role
https://github.com/A11yance/aria-query/blob/main/src/etc/roles/ariaLiteralRoles.js#L124

I'm not sure if any of the 1.3 stuff has been added here since it's not finalized https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/mark_role#specifications

@nschonni that's right. The 1.3 spec should be finalized soon. Probably before the end of 2022.

Closing for now. We'll get the full update when the 1.3 spec if released.

Thank you for the interest in the project @amlehman!