JAWS-test
JAWS-test
A year and a half later and nothing has happened (https://github.com/FreedomScientific/VFO-standards-support/issues/614)
Double output in chrome is done because live region and aria-describedby (no JAWS bug!) Solution: aria-describedby only on fixed hint and aria-live only on variable hint
In IE 11 the live region is not output at all. Instead, aria-describedby is output, but before each update. This are two IE 11 or JAWS bugs
> Sorry, didn't get you.. Could you please explain this again ? Bug No. 1: If you remove aria-describedby in your example, IE 11 will not output anything, so the...
> Is it expected when using JAWS ? This is a very good question. Unfortunately I don't know exactly, but I'll try to find out and get back to you
According to https://www.w3.org/TR/core-aam-1.2/#details-id-188 a change of aria-describedby should trigger an event at the Accessiblity API, so the output would probably be correct if aria-describedby was changed
> I tested with the same sample in Firefox in Forms mode. aria-describedby is announced only once on initial focus. When I type in a character in the textarea, only...
The problem also occurs with JAWS 2020. The problem also occurs in Firefox, but not with IE 11.
I can confirm the bug. However, it only occurs if there is a `` element in front of the form field with aria-label (regardless of whether the `` is linked...
@rishi07 > Even in the case of no label tag, it needs one extra arrow keystroke to move to the next element. First time it announces the aria-label and second...