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

No way for screen reader to read minValue,MaxValue,CurrentValue #79

Open
jagshettiwars opened this issue Apr 2, 2018 · 4 comments
Open

Comments

@jagshettiwars
Copy link

I'm submitting a...


[ ] Bug report  
[ ] Feature request

Current behavior

Expected behavior

Minimal reproduction of the problem with instructions

Environment


Library version: X.Y.Z
Angular version: X.Y.Z


Browser:

- [ ] Chrome (desktop) version XX
@BioPhoton
Copy link
Owner

Hi @jagshettiwars !
Thx for this input. Do you have any suggestions on how to implement this?

@ivanblazevic
Copy link

@BioPhoton I have played a little bit with filling svg using linear-gradient, here is codepen if you want to check https://codepen.io/ivanblazevic/pen/geByqq

@BioPhoton
Copy link
Owner

Thx for the codepen @ivanblazevic

@vinayakpatil
Copy link

vinayakpatil commented Apr 24, 2018

@BioPhoton We can try to make use of aria-label on a visually hidden element.
e.g. <span class="visually-hidden">4 of 5</span> or
use an attribute [attr.aria-label]="description | default"

It would be helpful to add an @input like description to override above default 4 of 5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants