-
Notifications
You must be signed in to change notification settings - Fork 360
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 long description disclosure example #264
Comments
Looks good. |
Good for me. I love the example - I have always loved the amount of information that that chart shows. |
Created pull request to with updated visual disclosure indicator to use an image instead of entity value |
@jongund, @jnurthen, @annabbott I have some more questions and possible issues.
Thoughts? |
Per discussion in issue #264 and #265 for review of disclosure examples, made the following changes. 1. Use CSS generated images instead of entities for visual state information 2. For disclosure controls, use HTML button element instead of span elements with role=button 3. In FAQ, moved answers inside of a `p` element inside of the `dd` element. 4. Fixed call to method for displaying html source. 5. Revised title and H1 to include the word "Example". 6. Change heading inside long description example to H3 from H2 7. Fix typos 8. Add accessibility features section describing use of CSS.
In the Role, Property, State, and Tabindex Attributes section for aria-expanded="false": Same section for aria-expanded="true": |
In the Keyboard Support section: Only Enter toggles the visibility. Space blinks the visibility, but doesn't leave it open in order to read. Using FF and keyboard only to navigate. |
… and left align figcaption (pull #315) Made the following updates for issue #264. 1. Made the alt text and figcaption text different so the alt text is brief and the caption is more detailed: * Revise alt text to be shorter. * Revise figcaption text to include english translation of text that is in the figure. 2. To be consistent with HTML requirements for figcaption, made `figcaption` last element in `figure`. * Structured text in figcaption element with `<p>` elements. * Moved disclosure button and disclosure content inside of the `<figcaption>` element. 3. Updated CSS to improve styling and left align the caption.
@jongund, @annabbott, @jnurthen, I think the team should take one final look at this before we wrap up the task force review process of this one. |
Typo in the heading above the table:: |
I'm totally confused! I thought the long description was to be a translation of the French included in the image. I don't see any long description - just the table that follows the image. |
Also, there is no alt text for the image. |
For issue #264, per feedback from @annabbott, modified examples/disclosure/disclosure-img-long-description.html: Corrected two typos in the H3 contained inside the disclosure.
@annabbott, I wonder what you are looking at. There is definitely alt text and the the figcaption includes the translation of the French from wikipedia. I fixed the typos. Please have another look. |
Ok, the example page is entirely different than it was 3 days ago! Now I see the alt text, the figcaption plus the edit you did for the typo. Looks good now. |
…eted The Authoring Practices Task Force review process for this example page is now complete. Modified examples/disclosure/disclosure-img-long-description.html to remove link to review issue #264.
The task force review process for this example is now complete. Thank you Team!! Closing this issue. |
The example of a
disclosure for an image long description
Is ready for review.
Requested reviews
The text was updated successfully, but these errors were encountered: