WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Aria Live announcements and .Net Pages

for

From: Greg Gamble
Date: Oct 11, 2017 3:16PM


Did some checking ... So if I put the div with role=alert on a page alone it works fine. If I wrap it in a plain div tag as shown below, it doesn't work. Take the wrapping div away, it works fine:

<div>
<div role="alert">
<asp:Literal ID="litMsg" runat="server"></asp:Literal>
</div>
</div


Very strange ...

Greg Gamble
p - 360-704-4376