You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-exhaustive list (will add more as testing progresses):
Oldest/newest toggle utilizes aria-current which is not correct. On android talkback, the aria-current value is not conveyed
Use aria-pressed=[true/false"] on the buttons to get the correct behavior
non-logged in reaction buttons
I'm thinking through what's the best fix here.
One potential, just add line at the top that says you must be logged in to comment (with a link). Then don't update the reaction buttons aria-label - just leave them as disabled.
reaction buttons
use aria-pressed=[true/false] on all reaction buttons, so users know that they are toggle buttons
overall structure
Using a screen reader it can be hard to tell what the structure is. I think wrapping the top level comments/replies in a role="region" and aria-label=[commenter's id] would at least add some overall structure.
The text was updated successfully, but these errors were encountered:
Non-exhaustive list (will add more as testing progresses):
aria-current
which is not correct. On android talkback, thearia-current
value is not conveyedaria-pressed=[true/false"]
on the buttons to get the correct behavioraria-label
- just leave them as disabled.aria-pressed=[true/false]
on all reaction buttons, so users know that they are toggle buttonsrole="region"
andaria-label=[commenter's id]
would at least add some overall structure.The text was updated successfully, but these errors were encountered: