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
Some buttons in the News application have no labels:
The button that opens the filter of articles
The button "Load more"
Expected behavior:
All buttons must have a label that can be set using the text content or image alternative (alt) for button elements , the value attribute for input type="button" , an aria-label="[label]" property, or linking a text passage with an aria-labelledby="text-id" property.
Titles must respect the rule “the visible name must be included (at least) in the accessible name”.
Debate topic
Which attribute must be used as a title for buttons (title or aria-label)? Knowing that aria-label is not currently reconstructed by screen readers
The text was updated successfully, but these errors were encountered:
mbensalem
changed the title
[Accessibility- Script C 7.2] News_application- Some buttons don't contain a title
[Accessibility- Script C 7.1] News_application- Some buttons don't contain a title
Mar 6, 2025
Environment: Tribe
Current behavior:
Some buttons in the News application have no labels:
The button that opens the filter of articles
The button "Load more"
Expected behavior:
All buttons must have a label that can be set using the text content or image alternative (alt) for button elements , the value attribute for input type="button" , an aria-label="[label]" property, or linking a text passage with an aria-labelledby="text-id" property.
Titles must respect the rule “the visible name must be included (at least) in the accessible name”.
Debate topic
Which attribute must be used as a title for buttons (title or aria-label)? Knowing that aria-label is not currently reconstructed by screen readers
The text was updated successfully, but these errors were encountered: