Accessibility aria attributes #3951
Unanswered
jay-kunaico
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to have the aria attributes fully editable?
For example, in the month component the aria-label shows this:
aria-label={
${ariaLabelPrefix} ${utils.formatDate(day, "yyyy-MM")}}
while a developer can pass anything as the ariaLabelPrefix the date format cannot be changed.
A screen reader reads the date as "2023-2003" even though it will show 2023-03. Note the hyphen is read as the word through.
This is confusing to hear.
Even a boolean to include the dateformat would be better.
Beta Was this translation helpful? Give feedback.
All reactions