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
Use a screenreader and tab onto a more options button for a post
clickable Open post options menu menu button collapsed subMenu link
And then the first time you activate a menu item (arrow up/down)
Open post options menu menu item <whatever the item is>
When a <button> has an aria-label, it should not have the word button inside the label, as the screenreader will add that for us (this does not have that), but in the same way, when there is aria-haspopup="menu", the fact that there is a menu will be added. Together with aria-expanded="false", there is ample information to detect that clicking this button will open the post options menu.
A better label would be:
Post options
The text would then be:
clickable Post options menu button collapsed subMenu link
and
Post options menu item <whatever the item is>
Attachments
No response
What platform(s) does this occur on?
Web (Desktop), Web (Mobile)
Device Info
Not relevant
What version of the app are you using?
Web
Additional Information
I strongly recommend there is a guidance document or a review step that checks these.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
And then the first time you activate a menu item (arrow up/down)
When a
<button>
has anaria-label
, it should not have the wordbutton
inside the label, as the screenreader will add that for us (this does not have that), but in the same way, when there isaria-haspopup="menu"
, the fact that there is a menu will be added. Together witharia-expanded="false"
, there is ample information to detect that clicking this button will open the post options menu.A better label would be:
The text would then be:
and
Attachments
No response
What platform(s) does this occur on?
Web (Desktop), Web (Mobile)
Device Info
Not relevant
What version of the app are you using?
Web
Additional Information
I strongly recommend there is a guidance document or a review step that checks these.
The text was updated successfully, but these errors were encountered: