-
Notifications
You must be signed in to change notification settings - Fork 522
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 issues with the docs #2677
Comments
The better place for a report would probably have been the wxPython website repository at https://github.com/wxWidgets/wxPyWeb . I have tried with the NVDA screen reader and I see the Every single code line on the page looks like this:
I don't see that these ids, names etc. add value to the page except that someone could set a link to a certain code line. As workaround you may go to the "Source" page. @swt2c : Do you know whether the HTML generation can be configured not to create such additional tags? @makhlwf You may want to try the wxGlade GUI builder. It should be accessible with a screen reader and it includes a tutorial to get started with wxPython. |
Sorry, I don't know the answer to your first question. As to the second, the current versions of Nikola are documented here: Unfortunately, yes, it is not the latest version of Nikola. I did briefly attempt upgrading but it was non-trivial and I wasn't interested in pursuing it further at the time (just wanted to publish the release announcement). |
Thanks. I hope I will find time at the weekend to check whether this can be changed. |
Hello, I don't know if it is the right place to report this problem, but I'm trying to learn this library, and when I try to navigate in this particular page https://wxpython.org/pages/overview/index.html to start, Specifically in the code examples, in Android, TalkBack screen reader pronounces the word index before each line of the code. On Windows Desktop, NVDA screen reader pronounces index rest_code_a9db4fab05f54d… before each line of code, which makes viewing the code not easy.
The text was updated successfully, but these errors were encountered: