-
Notifications
You must be signed in to change notification settings - Fork 361
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
Add carousel example #958
Add carousel example #958
Conversation
@jongund commented:
Looks good.
Ditto
Good, although still waiting for input from others on the mailing list. This is easy to adjust at any time if the group decides on something different.
Thank you. I'll now finish up my part of the documentation work. |
changed <code> tags on line 459 so just "disabled" is wrapped; moved some punctuation inside ending quotation marks, changed "unles" to "unless" on line 232.
I can't figure out how to make edit suggestions to the text - when I go to Files, all I see is carousel code. Second sentence of second paragraph following h1 The rest looks good to me. |
@annabbott I added a review comment for you |
I can take on researching CMS rules for us.
|
Fix capitalization. Co-Authored-By: mcking65 <a11yThinker@Gmail.com>
@mcking65 Removed the use of aria-describedby from each slide and updated the regression test to use new ids |
Hi, As discovered during testing, screen reader support for aria-roledescription is still incomplete. As such, the screen reader support of this design pattern is not sufficient to justify mainstream developers to use this as part of public web technologies, but for now, this widget is something that screen reader providers can use to test against to make sure this functionality is built in as time goes on. |
The content over the image, and previous/next button are difficult to see due to the busyness of the image behind it. Add a background color to the buttons and insert CSS color block between the text and the image so that they can be visible even when the background image is busy. |
a)
b)
For the above codes, axe-core-4.3.5 gives the following error eventhough using implicit/explicit aria-role: Screen reader (ChromeVox) is reading the above as Its not reading the text inside aria-roledescription. FYI: Even the carousel design pattern examples provided in w3c is also not reading the aria-roledescription |
This adds the basic carousel implementation called for by issue #458.
Preview Link