Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Accessibility- Script C 7.1] News_application- Some buttons don't contain a title #3059

Open
mbensalem opened this issue Mar 4, 2025 · 0 comments

Comments

@mbensalem
Copy link

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

Image

@mbensalem 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
@margondicco margondicco moved this to Accessibility in Maintenance Backlog Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Accessibility
Development

No branches or pull requests

1 participant