CINXE.COM
jaws/firefox | Test: named status role | Accessibility Support
<!DOCTYPE html><html lang="en"><head><title>jaws/firefox | Test: named status role | Accessibility Support</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="canonical" href="https://a11ysupport.io/tests/tech__aria__status-role-named/aria__status_role/automatic_announcement/jaws/firefox"><link rel="stylesheet" href="/stylesheets/style.css"><script src="/js/vendor/details-polyfill.js"></script><script src="/js/vendor/formdata.min.js"></script><script src="/js/head.js"></script></head><body><header role="banner"><a class="skip-nav" href="#main" id="skip-nav">Skip to main content</a><div class="logo-area"><div class="site-title"><a href="/">Accessibility Support</a></div><span>Will your code work with assistive technologies?</span></div><nav role="navigation"><ul><li><a href="/tests">All Tests</a></li><li><a href="/faq">FAQ</a></li><li><a href="/contribute">Contribute</a></li><li><a href="/learn">Learn</a></li><li><a href="/updates">Recent updates</a></li></ul></nav></header><main role="main" id="main" tabindex="-1"><div class="beta-warning"><p><strong>Important</strong>: This website does not attempt to establish a standard for how assistive technologies must behave. <a href="/faq">Read the FAQ for more information</a>. Additionally, this is a work in progress. <a href="https://github.com/accessibilitysupported/accessibilitysupported/issues/new">Please submit feedback or suggestions</a>.</p></div><div class="content"><h1>Test: named status role (JAWS/Firefox)</h1><p>Expectation: status role: MUST announce changes to the live region<span> - applied to the div element</span></p><ul><li><a href="/tests/tech__aria__status-role-named">Go back to the test</a></li><li><a href="/tests/tech__aria__status-role-named/run">Submit new test results</a></li><li><a href="/tests/html/aria/status-role-named.html">Open the test case HTML file</a></li></ul><table><caption>Details</caption><thead><tr><th>Property</th><th>Value</th></tr></thead><tbody><tr><th scope="row">Support</th><td>yes</td></tr><tr><th scope="row">AT Name</th><td><a href="/learn/at/jaws">JAWS</a></td></tr><tr><th scope="row">AT Version</th><td>2020.2006.12</td></tr><tr><th scope="row">Browser Name</th><td>Firefox</td></tr><tr><th scope="row">Browser Version</th><td>77</td></tr><tr><th scope="row">OS version</th><td>Windows 10 version 2004</td></tr><tr><th scope="row">Date</th><td>2020-07-09</td></tr><tr><th scope="row">Notes</th><td></td></tr></tbody></table><h2>Commands and Output</h2><p>These are specific commands used to access the target element in the test, along with the resulting output.</p><table><thead><tr><th>Command</th><th>Result</th><th>Output</th><th>Notes</th></tr></thead><tbody><tr><td>activate_button (Enter or Space)</td><td>pass</td><td>"<1st announcement in full>, <2nd announcement in full>, I am now populated"</td><td></td></tr></tbody></table></div></main><footer role="contentinfo"><p>This work was originally created by Michael Fairchild. This is a community-driven and open source project. Text and data is available under the <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p><p><a href="https://github.com/accessibilitysupported/accessibilitysupported/">Find us on GitHub</a></p><script>// only show the focus outline for skip nav if a keyboard event triggered it. var skipnav = document.querySelector('#skip-nav'); var main = document.querySelector('main'); skipnav.addEventListener('click', function () { main.classList.add('show-focus-outline'); main.focus(); }); main.addEventListener('blur', function () { main.classList.remove('show-focus-outline'); });</script></footer></body></html>