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

[Editorial] - [bc4a75] ARIA required owned elements - Inapplicable Example 3 improvement #2251

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

giacomo-petri
Copy link
Collaborator

Closes issue(s): #2250

Description:

This PR adds the required acc name to the element with explicit role="progressbar"
from
<div role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">20 %</div>

to
<div role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" aria-label="Estimated time">20 %</div>

Need for Call for Review:

This can be merged with 1 approval

@giacomo-petri giacomo-petri added the Editorial For editorial changes that does not change the meaning of a rule or Glossary term label Feb 1, 2025
@giacomo-petri giacomo-petri requested a review from Jym77 February 6, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Editorial For editorial changes that does not change the meaning of a rule or Glossary term reviewers wanted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants