We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live Region: The output of alert is wrong (IE 11, Firefox)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>live region</title> </head> <body> <div role=alert aria-atomic=false> <ul> <li id=1>1 <li id=2> <li id=3> </ul> </div> <button onClick="document.getElementById('1').innerHTML='0';">Replace 1st</button> <button onClick="document.getElementById('2').innerHTML='2';">Add 2nd</button> <button onClick="document.getElementById('3').innerHTML='3<ul><li>3a<li>3b</ul>';">Add 3rd</button> </body> </html>
see also: w3c/aria-practices#78 and many other problems with live regions: https://github.com/FreedomScientific/VFO-standards-support/issues?q=live+region
JAWS 2019.1907.42
Windows 8
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:
No branches or pull requests
Summary
Live Region: The output of alert is wrong (IE 11, Firefox)
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
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: