Skip to content
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

Accessibility fixes for generated documentation #397

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

simoncoggins
Copy link
Contributor

Fixes #396

@newhouse
Copy link
Collaborator

@benogle what do you think about this?

@newhouse newhouse requested a review from benogle July 5, 2022 18:18
@@ -231,7 +231,7 @@ $background-arguments: #fafbfc;
.sidebar-open-button {
&::after {
display: block;
content: "All Topics";
content: "All topics";
Copy link
Contributor

@benogle benogle Jul 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mind keeping this the way it was? you should be able to override the content with CSS.

@@ -387,7 +387,7 @@ $background-arguments: #fafbfc;
.operation-description > h5,
.definition-description > h5,
.definition-properties > h5 {
display: none;
@include visually-hidden();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this one is in the spectaql theme as well. Can you add that one and test it too?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(meaning src/themes/spectaql/*)

@jackrhumphrey
Copy link

Hi I updated the spectaql theme and changed back the ::after text

Is "All topics" ok for the sr only text? Seems like you've gone that way with the "Close menu" aria-label

Thanks

@newhouse
Copy link
Collaborator

bump @benogle

@benogle
Copy link
Contributor

benogle commented Jul 19, 2022

Is "All topics" ok for the sr only text? Seems like you've gone that way with the "Close menu" aria-label

Yep, all good 👍

@jackrhumphrey
Copy link

Thank you we were wondering if you had a timeline for when you will release those changes?

@newhouse newhouse merged commit d518334 into anvilco:main Jul 20, 2022
@newhouse
Copy link
Collaborator

Thanks @simoncoggins and @jackrhumphrey !

This is out in v1.4.2!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve accessibliity of generated output
4 participants