You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since ARIA roles may not be added dynamically, but ARIA attributes can be added, output should only occur when aria-live is added and not when role=alert is added
Output should be consistent in all browsers
Actual result
no output when adding aria-live, but when adding role=alert (Chrome, Firefox)
no output at all in IE 11 when dynamically adding aria-live or role=alert
Since ARIA roles may not be added dynamically, but ARIA attributes can be added, output should only occur when aria-live is added and not when role=alert is added
can you point to the normative words about your statement in the spec?
Summary
Inconsistent Live Region output when dynamically adding ARIA roles/attributes
Expected result
Actual result
See also w3c/aria-practices#78 and many other problems with live regions: https://github.com/FreedomScientific/VFO-standards-support/issues?q=live+region
The live region is output as follows:
Chrome
alert: yes
aria-live: no
IE 11
alert: no
aria-live: no
Firefox
alert: yes
aria-live: no
Additional Information
JAWS version and build number
JAWS 2019.1907.42
Operating System and version
Windows 8
Browser and version:
Chrome 76.0.3809.100
Firefox 68.0.2
Internet Explorer 11.0.9600.19431
The text was updated successfully, but these errors were encountered: