-
Notifications
You must be signed in to change notification settings - Fork 136
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
Replace hidden elements with SRT classes & ARIA labels #429
Comments
@gregrickaby do you remember at all why we are hiding post titles on archive/search results pages if they're set to Post Format "Aside"? Might just be a carry-over from As Jo noted above, my note in the other task was to conditionally add classes for Thoughts? Link to the styles in question: https://github.com/WebDevStudios/wd_s/blob/master/assets/sass/modules/_content.scss#L74 |
Agreed with @coreymcollins. A hidden post title should still be screen reader accessible unless there is a post title already on the page. Maybe this was an accident? |
commit 1eae31f Author: Corey M Collins <coreymcollins@gmail.com> Date: Fri Jan 18 13:51:15 2019 -0600 Feature/#429 replace hidden elements (#454) * Removes the CSS hiding aside post format post titles * Adds screen reader class if the post is an aside * Actually, just remove the whole screen reader thing * Compiles styles
commit 1eae31f Author: Corey M Collins <coreymcollins@gmail.com> Date: Fri Jan 18 13:51:15 2019 -0600 Feature/#429 replace hidden elements (#454) * Removes the CSS hiding aside post format post titles * Adds screen reader class if the post is an aside * Actually, just remove the whole screen reader thing * Compiles styles
* Adds styles to replace social icon links in a menu with the icons and hidden text (still screen reader accessible) * Compiles * Squashed commit of the following: commit 1eae31f Author: Corey M Collins <coreymcollins@gmail.com> Date: Fri Jan 18 13:51:15 2019 -0600 Feature/#429 replace hidden elements (#454) * Removes the CSS hiding aside post format post titles * Adds screen reader class if the post is an aside * Actually, just remove the whole screen reader thing * Compiles styles * Compiles styles * Squashed commit of the following: commit 1eae31f Author: Corey M Collins <coreymcollins@gmail.com> Date: Fri Jan 18 13:51:15 2019 -0600 Feature/#429 replace hidden elements (#454) * Removes the CSS hiding aside post format post titles * Adds screen reader class if the post is an aside * Actually, just remove the whole screen reader thing * Compiles styles
Note from Corey in #382.
This seemed like an update that we should move into it's own issue as it requires discussion about original intent and an audit of elements that might also need to be updated.
The text was updated successfully, but these errors were encountered: