JAWS-test
JAWS-test
Why would JAWS output the content? I don't think the ARIA specification requires this because alertdialog is not a live region: > Authors SHOULD use aria-describedby on an alertdialog to...
I think that alertdialog is not a live region. In a live region, changed content would be output automatically. This is not what alertdialog is for (live regions have a...
> Does it mean that JAWS is getting maybe accessibility tree from chromium without the information about aria-selected state? No, Chrome transmits aria-selected correctly. See the Accessibility tab in the...
See: https://github.com/w3c/aria-practices/issues/1513
A live region is only output if it already exists in the DOM and then within the live region the content changes. Your example cannot work because the live region...
For me it behaves differently (tested in Chrome): JAWS 2022 does not output the aria-roledescription at all: Neither when focusing the input field with Tab, nor when navigating within the...
Unfortunately, I do not know the cause of the different output. I only know that the textarea element has many problems when outputting with JAWS: https://github.com/FreedomScientific/VFO-standards-support/issues?q=is%3Aissue+textarea I would recommend removing...
Can confirm the error in JAWS 2021. Seems to be new, because it does not occur with JAWS 2020. However, the error no longer occurs in my test environment with...
Related: https://github.com/FreedomScientific/VFO-standards-support/issues/597
An example would be good to understand what kind of dropdown you mean. Please note that according to the ARIA specification many roles may only contain certain other roles, e.g....