-
Notifications
You must be signed in to change notification settings - Fork 350
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
Review Multi-Thumb Slider Example #520
Comments
Works nicely with JAWS 18 / IE 11. |
All text in this example appears to be 'bold', which is not the case in other example pages. No other issues noted. |
Perfeedback in issue #520, modified examples/slider/multithumb-slider.html: 1. changed the text of the title attribute on the hotel slider. to say max is $400 2. Fixed incorrectly closed strong tag.
Thank you @devarshipant and @annabbott for the review. I pushed commit 1d23c41 for these issues. @devarshipant commented:
Corrected the title attribute.
JAWS 18 is reading the title for me on the div. NVDA does not. I suppose we could add a hidden element for aria-describedby. @annabbott commented:
It was an incorrectly closed |
Not sure why I get opposite results (NVDA works, while JAWS does not). However, a quick check by adding tabindex 0 on div resolves the issue, unless we take the aria-describedby route. Something like: |
@devarshipant This is not meant to be focusable so I don't want to add tabindex=0 - that would put it in the focus order which is not desirable. Things without a role should not be in the focus order. |
The title attribute doesn't have any kind of accessibility mapping according to the current HTML AAM for Echoing @devarshipant, I think it'd be good to expose the title text in a more conformant way ( Everything else looks good to me on VoiceOver and NVDA. |
I think the title is not necessary and the example would be more clear without it. The purpose of this example is to demonstrate making a slider; we can do that more effectively if the example is simpler. PR welcome. |
@sh0ji -- thanks for the insight. The value of the title attribute "Select a hotel price range between $0 and $400" complements the slider, which is meaningful text when exposed to screen reader users. |
Per discussion in issue #520, remove the title attribute from the slider thumbs.
Per discussion in the Monday, Nov 27, 2017 meeting, we are removing the title attribute. |
Modified examples/slider/multithumb-slider.html to remove link to review issue #520. The task force review process is complete.
All work is done on this issue. Thank you everyone, especially @jongund for all the coding work! |
The multi-thumb slider example
is ready for review.
Task Force Reviews requested as of Nov 7, 2017
The text was updated successfully, but these errors were encountered: