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
aria-busy does not work in live region according to https://rawgit.com/w3c/aria/master/#aria-busy
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>aria-busy</title> </head> <body> <div aria-live="polite" aria-busy="true" id="1">busy</div> <button onClick="document.getElementById('1').textContent='not busy';">Change live region</button> <button onClick="document.getElementById('1').setAttribute('aria-busy','false');">Change aria-busy</button> </body> </html>
JAWS 2019.1907.42
Windows 8
Chrome 76.0.3809.100 Firefox 68.0.2
The text was updated successfully, but these errors were encountered:
See also w3c/aria-practices#78 and many other problems with live regions: https://github.com/FreedomScientific/VFO-standards-support/issues?q=live+region
Sorry, something went wrong.
test case tested in JAWS 2024 AND LATEST chrome/firefox does not work as expected, works as expected with NVDA
Imported into ADO as bug 68617
BrettLewisVispero
No branches or pull requests
Summary
aria-busy does not work in live region according to https://rawgit.com/w3c/aria/master/#aria-busy
Expected result
Actual result
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
The text was updated successfully, but these errors were encountered: