tsengwoody / Access8Math

Allows access math content written by MathML ; Assist writing math content by LaTeX
GNU General Public License v2.0
32 stars 15 forks source link

UI automation #40

Closed mohdshara closed 2 years ago

mohdshara commented 3 years ago

hi.

NVAccess is planning to make UI automation default by v2021.3, and code is already commited. this is going to break the functionality for this addon unless a custom UI automation atripute work is being completed and comitted before a release: https://github.com/nvaccess/nvda/issues/12946

is that correct?

tsengwoody commented 3 years ago

Using UIA default will affect reading MathML in microsoft word. But it will not affect reading on browser. According to nvaccess/nvda#12946 UIA cannot obtain MathML by mathtype so far It means NVDA will not support reading Mathtype object in future. For Access8Math, I shortly tested that reading MathML content on the HTML on browser is work currently in nvaccess/nvda#8d8f606.