-
Notifications
You must be signed in to change notification settings - Fork 347
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 updates to horizontal slider example #229
Comments
These should be fixed now with the latest pull request, including JSCS issues |
- Update focus style - Update page title - Update description - Fix JSCS bugs
Thanks Jon! This issue is fixed in: 3b8c118 |
…delines and Example Template For issue #229, modified examples/slider/slider-1.html and examples/slider/css/slider.css: 1. Changed title from "Color Picker Using Slider Widgets" to "Horizontal Slider Example". 2. Made H1 consistent with title element. 3. Added link to review issue. 4. Added link to design pattern in intro paragraph and made editorial revisions and corrections. 5. Made editorial revisions and corrections to vertical slider link and description. 6. Moved stylles for idColorBox and idColorInfo divs to slider.css from `<head>` element so they are viewable by the reader as part of the example. 7. Changed the heading inside of the example to H3 from H2 so it fits in the structure of the page. 8. Added missing screen reader separator element that marks the end of the example code. 9. Fixed H2 for roles, states, and properties to be consistent with template. 10. Added a row for tabindex to the attributes table and made other editorial revisions and corrections. 11. Fixed href value of design pattern link in nav footer.
@jongund, did you have a reason for adding tabindex in the JavaScript rather than putting it into the HTML? |
For issue #229, modified examples/slider/slider-1.html: changed the name and description of the link to the thermostat slider example. The name of that example was changed when working on issue 230.
I updated the source code to include tabindex in the html code and also improved visual focus styling by including style to the rail |
Looks good. |
…cator For issues #229 and #230, In response to feedback from @mcking65 logged in issue #229, made the following changes for both slider example pages: 1. Include tabindex for thumbs in HTML; was previously added with javascript during instantiation. 2. Remove note about dynamic addition of tabindex from roles, states, and properties tables. 3. Improve focus styling of rail. 4. Removed un used CSS.
Working fine with keyboard, JAWS 18 in IE11 and NVDA screen reader in Firefox. Can you add aria-valuetext=“STRING” so that screen reader can know what slider they are on while changing the values? |
Thank you @shirsha.
That would be redundant with the slider label. The valuetext property is for making the value itself meaningful. In this case, the number 0 to 255 is meaningful. Screen reader users can hear the label of the focused item at any time with their screen reader command for reading the current element. |
The authoring practices task force review process is complete for this example. Modified examples/slider/slider-1.html to remove link to review issue #229.
Team, we have completed updates and the review process for this example. It is now ready for the next heartbeat publication. Thank you! |
It doesn't work with Talkback/Android 6.0.1. Basically, I can tap on slider, but using up/down volume to change the slider has no effect. Same reported by someone else on iOS. |
@ctomczyk |
The following updates have been made to the
horizontal slider example page:
Reviews Requested as of March 11, 2017
The text was updated successfully, but these errors were encountered: