-
Notifications
You must be signed in to change notification settings - Fork 12
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
Expose superscript and subscript text #668
Comments
Older JAWS versions (e.g. 15, 18 and 2019) still output the elements as superscript and subscript, but the current version unfortunately no longer does so |
I recently had to do some research on this topic and a blind colleague pointed out that in JAWS 21 (not sure about 22) you have to edit a sound scheme to enable superscript and subscript announcements. It's buried deep down in the settings and nothing comes up when you search the JAWS documentation for the obvious key words. Here are the steps to get there from the JAWS docs:
|
@jducrot I am using JAWS 2022 and I can get to the screen you describe. I made a new scheme to play a sound for sub- and super-script text but am having no luck with it. As in, the audio file I chose is not played when I encounter sub/super text. I did not mean to make this into a help desk request. However, this does seem a bit buried. |
There is a common use for these on the web, that is to reference footnotes. Without support for the superscript element, Jaws ends up communicating odd information. |
No matter what I set under Active Speech and Sounds Scheme: JAWS does not output sub and sup or the ARIA roles subscript and superscript in any way. JAWS version and build numberJAWS 2023.2307.37 Operating System and versionWindows 10 Browser and version:Chrome 116.0.5845.142 |
This is important for some inline math as well. Not only is the beginning of subscript or superscript important, but so is the end. Some places where this is done well:
I also could not get Scheme adjustments to make a difference, though the UI for it seems VERY robust! |
Summary
Subscript and superscript text is not exposed. An example:
Expected result
I expect to hear the sub- and super-script text as marked up by
<sub>
and<sup>
.Failing that, I expect there is at least a setting to allow JAWS to expose superscript and subscript text to users.
Actual result
The text was read without denoting if it is sub- or super-script.
In the Mixed example, the numbers are concatenated and
<sup>14</sup><sub>6</sub>
are announced as "one forty-six".Example
Example code that concatenates values:
Additional Information
<sup>
nor<sup>
(per https://freedomscientific.github.io/VFO-standards-support/html.html) so assuming that is still the case.JAWS version and build number
Operating System and version
Browser and version:
The text was updated successfully, but these errors were encountered: