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

Research meter accessibility #1503

Open
nakayan5 opened this issue May 12, 2024 · 3 comments
Open

Research meter accessibility #1503

nakayan5 opened this issue May 12, 2024 · 3 comments
Assignees
Labels
a11y This issue is related to accessibility discussion Further discussion required

Comments

@nakayan5
Copy link
Member

Description

read this article and research meter accessibility

modify component if necessary

Problem Statement/Justification

none

Proposed Solution or API

No response

Alternatives

No response

Are you willing to participate in implementing this feature and create a pull request include the implementation?

None

Additional Information

No response

@nakayan5 nakayan5 added discussion Further discussion required a11y This issue is related to accessibility labels May 12, 2024
@illionillion
Copy link
Member

illionillion commented May 24, 2024

  • Keyboard Interaction
    • Not applicable.
  • WAI-ARIA Roles, States, and Properties
    • The element serving as the meter has a role of meter.
    • The meter has aria-valuenow set to a decimal value between aria-valuemin and aria-valuemax representing the current value of the meter.
    • The meter has aria-valuemin set to a decimal value less than aria-valuemax.
    • The meter has aria-valuemax set to a decimal value greater than aria-valuemin.
    • Assistive technologies often present aria-valuenow as a percentage. If conveying the value of the meter only in terms of a percentage would not be user friendly, the aria-valuetext property is set to a string that makes the meter value understandable. For example, a battery meter value might be conveyed as aria-valuetext="50% (6 hours) remaining".
    • If the meter has a visible label, it is referenced by aria-labelledby on the element with role meter. Otherwise, the element with role meter has a label provided by aria-label.

@nakayan5
Copy link
Member Author

nakayan5 commented May 29, 2024

i think rangeslider is applicable in @yamada-ui/slider

@nakayan5 nakayan5 assigned nakayan5 and setodeve and unassigned illionillion and taroj1205 May 29, 2024
@nakayan5
Copy link
Member Author

@setodeve
please double check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y This issue is related to accessibility discussion Further discussion required
Projects
None yet
Development

No branches or pull requests

4 participants