-
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 vertical slider example page #230
Comments
These issues should be fixed now, including JSCS errors, in the latest pull request |
- Update focus style - Update page title - Update description - Fix JSCS bugs
Thanks Jon! This issue is fixed in: 3b8c118 |
For issue #230, made following changes to examples/slider/slider-2.html to make it consistent with editorial guidelines and the template for examples: 1. Changed title to "Slider Examples with aria-orientation and aria-valuetext" 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 horizontal slider link and description. 6. Removed region role from example container. 7. Removed an H2 heading before the horizontal sliders and made all three sliders part of a single example container. 8. Added missing separator elements that mark the start and end of the example container for screen reader users. 9. Made editorial revisions to the keyboard table. 10. Made text of H2 for roles, states, and properties consistent with template. 11. Added a row for tabindex to the attributes table and made other editorial revisions and corrections. 12. Fixed href value of design pattern link in nav footer.
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.
It is working fine with keyboard only and with NVDA screen reader in Firefox. Thanks, |
Thank you @shirsha, yes, there are some JAWS bugs to report. |
…text The review process for this example is now complete. Modified examples/slider/slider-2.html to remove link to review issue #230.
All required reviews are complete and issues addressed. Thank you Team! |
The following changes have been made to the
vertical slider example page:
Reviews Request as of March 11, 2017
The text was updated successfully, but these errors were encountered: