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

Draft guidance on range related properties #255

Closed
4 tasks done
mcking65 opened this issue Jan 26, 2017 · 5 comments
Closed
4 tasks done

Draft guidance on range related properties #255

mcking65 opened this issue Jan 26, 2017 · 5 comments
Assignees
Labels
Practice Page Related to a page within the practices section of the APG
Milestone

Comments

@mcking65
Copy link
Contributor

mcking65 commented Jan 26, 2017

This section will cover:

  • aria-valuemax
  • aria-valuemin
  • aria-valuenow
  • aria-valuetext
@mcking65 mcking65 added documentation Practice Page Related to a page within the practices section of the APG labels Jan 26, 2017
@mcking65 mcking65 added this to the 1.1 PR milestone Jan 26, 2017
@spectranaut
Copy link
Contributor

These native html elements have the analogous attributes: <input type=range> and <progress> and <meter>.

<meter> has more attributes that aria can express - we can just ignore them.

@zcorpan
Copy link
Member

zcorpan commented Mar 14, 2019

We realized that meter role is not part of ARIA 1.1. @mcking65 this section thus shouldn't cover meter, correct?

@spectranaut
Copy link
Contributor

Here is a draft PR for this issue: #1000

@mcking65
Copy link
Contributor Author

@zcorpan commented:

We realized that meter role is not part of ARIA 1.1. @mcking65 this section thus shouldn't cover meter, correct?

Correct. When we add the meter role to ARIA 1.2, we will revise and have a different version of this for the APG 1.2 branch. As I recall, we may have just merged meter to ARIA 1.2, so an issue related to this should be coming soon.

@mcking65 mcking65 modified the milestones: 1.1 APG Release 4, 1.2 CR Aug 13, 2019
@a11ydoer
Copy link
Contributor

a11ydoer commented Apr 9, 2020

This issue is merged to PR1279.
I am closing this issue.

@a11ydoer a11ydoer closed this as completed Apr 9, 2020
mcking65 added a commit that referenced this issue Jul 7, 2020
Resolves issue #255 by adding a section 
That describes how to use aria-valuemin, aria-valuemax, aria-valuenow, and aria-valuetext.

Co-authored-by: Valerie R Young <[email protected]>
Co-authored-by: Matt King <[email protected]>
Co-authored-by: Carolyn MacLeod <[email protected]>
Co-authored-by: JaEun Jemma Ku <[email protected]>
michael-n-cooper pushed a commit that referenced this issue Jul 7, 2020
Add guidance section for range related properties (pull #1279)

Resolves issue #255 by adding a section
That describes how to use aria-valuemin, aria-valuemax, aria-valuenow, and aria-valuetext.

Co-authored-by: Valerie R Young <[email protected]>
Co-authored-by: Matt King <[email protected]>
Co-authored-by: Carolyn MacLeod <[email protected]>
Co-authored-by: JaEun Jemma Ku <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Practice Page Related to a page within the practices section of the APG
Projects
None yet
Development

No branches or pull requests

4 participants