E-mail List Archives
Re: JAWS/IE 11 not announcing aria-live regions?
From: Don Raikes
Date: Sep 9, 2019 11:14AM
- Next message: Steve Green: "Re: Does role="combobox" eat the identity of nested elements?"
- Previous message: Jonathan Avila: "Re: Does role="combobox" eat the identity of nested elements?"
- Next message in Thread: None
- Previous message in Thread: Birkir R. Gunnarsson: "Re: JAWS/IE 11 not announcing aria-live regions?"
- View all messages in this Thread
Sorry I misspoke when I said aggressive I have assertive.
My particular construct is:
<div>
<div aria-live="assertive">
<span id="mytext"></span>
</div>
</div>
Then after the page is loaded when something occurs, I assign a value to the span element using javascript.
I am actually using the oracle java extention toolkit to do the javascript stuff, so this isn't exactly the code, but close enough.
- Next message: Steve Green: "Re: Does role="combobox" eat the identity of nested elements?"
- Previous message: Jonathan Avila: "Re: Does role="combobox" eat the identity of nested elements?"
- Next message in Thread: None
- Previous message in Thread: Birkir R. Gunnarsson: "Re: JAWS/IE 11 not announcing aria-live regions?"
- View all messages in this Thread