Manual tagging of math equations #717
Replies: 3 comments 1 reply
-
As of today, the answer is no. However, in a later phase of the project all environments (and commands) that could resonably have an
Environments or commands that already have a first optional argument, will get an extended/enhanced version of that optional argument in which it will also be possible to specify alt text as well as whatever the original optinal argument was used for. However, with the automatic generation of MathML for the formula content, which is already now available, and with suitable readers that understand and process MathML, (e.g., the newest version of FoxIt) you will find that the automation is probably getting you better results without the need to write manual alt texts. For inline math, i.e., |
Beta Was this translation helpful? Give feedback.
-
There is already support for alt text on math. You can activate an automatic alt text with We are currently disabling the alt text as it previously "hid" the attached mathml in foxit but this seems to have changed in yesterdays update of foxit. If this is confirmed we could change the setting again and activate the alt by default again. It is also not very difficult to add some support for a manual text for display math. The main problem is to enhance all environments to take an optional argument, but as a first step one could simply define a command that must be issued before.
Please note that the requirement for an alt text stems from the times before mathml when formulas were inserted as images and so needed some description. One can see the difference if one compare the UA-1 and UA-2 standards: UA-1 writes basically only two sentences about math. It starts with
and UA-2 writes a much longer section which starts with
So if you adhere to UA-2 mathml is the way to go.
The idea is that it should be possible to add an intent to the mathml and that the AT (MathCat) picks that up. |
Beta Was this translation helpful? Give feedback.
-
adding a text fallback is of course better than nothing but gives a poorer experience than providing the mathml structure (assuming suitable software) notably given a full text string the reader can not navigate the structure, re-reading subterms etc, also it is not possible to generate correct Braille, mathematical braille is not just the braille of an english text reading.
all three of those are possible: If the associated mathml is Currently there isn't an automatic way of generating The first example at #72 has the mathml annotated is associated to
and reads as
using the foxit pdf reader with NVDA/MathCat screen reader. |
Beta Was this translation helpful? Give feedback.
-
Is it possible with this tagging project to allow manual creation of the alt tags for mathematics equations? Something like$$a^2 + b^2 = c^2 \Description{a squared plus b squared equals c squared}$$
Thanks!
JR
Beta Was this translation helpful? Give feedback.
All reactions