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
A network manager has reported that he H5P listing pages the visible label and accessible name do not match on any of the buttons. The buttons just say “Show Activity” and the labels say “View H5P activity.”
Button text by default: Expand All
Button text when expanded: Hide All
aria-label: Expand all activities
Button text by default: Show Activity
Button text when expanded: Hide activity
aria-label: View h5p activity
Steps to Reproduce
Navigate to a book's h5p-listings page
Inspect buttons
Click buttons and inspect again.
Expected behavior:
When the button says "Expand All", the aria-label should say "Expand All"; when the button says "Hide All", the aria-label should say "Hide All"
When the button says "Show Activity", the aria-label should say "Show Activity"; when the button says "Hide Activity", the aria-label should say "Hide Activity"
Actual behavior:
When the button says "Expand All", the aria-label says "Expand all activities"; when the button says "Hide All", the aria-label says "Expand all activities"
When the button says "Show Activity", the aria-label says "View h5p activity"
The text was updated successfully, but these errors were encountered:
The fact that the visible label and the accessible name do not match was also commented on in a recent accessibility review by a network manager (link accessible for PB Support staff only).
Description
A network manager has reported that he H5P listing pages the visible label and accessible name do not match on any of the buttons. The buttons just say “Show Activity” and the labels say “View H5P activity.”
Button text by default: Expand All
Button text when expanded: Hide All
aria-label: Expand all activities
Button text by default: Show Activity
Button text when expanded: Hide activity
aria-label: View h5p activity
Steps to Reproduce
Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered: