User tests: Successful: Unsuccessful:
Problem diagnosed by the JAT team.
All switches have a non-existent name aria attribute: aria-labeledby
. Should be: aria-labelledby
(two letters "l")
If the developer uses a non-existent or misspelled ARIA attribute, the attribute will not be able to perform the accessibility function intended by the developer.
Invalid attribute replaced with correct attribute
Code review
This may be the reason that labels are not announced by the screen reader.
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository |
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-02-14 09:46:36 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks!
Title |
|
Category | JavaScript Repository | ⇒ | JavaScript Repository NPM Change |
Good spot