RESOLVED INVALID 100267
AX: Some ARIA roles should implicitly be live regions
https://bugs.webkit.org/show_bug.cgi?id=100267
Summary AX: Some ARIA roles should implicitly be live regions
Dominic Mazzoni
Reported 2012-10-24 10:32:08 PDT
According to the ARIA spec, several ARIA roles should have their aria-live implicitly set, e.g.: http://www.w3.org/TR/wai-aria/roles#log role="alert" -> aria-live="assertive" role="log" -> aria-live="polite" role="status" -> aria-live="polite"
Attachments
James Craig
Comment 1 2013-04-15 17:00:40 PDT
Do you have a test case where this doesn't work? My recollection is that these work as expected without the need for an explicitly aria-live value.
Dominic Mazzoni
Comment 2 2013-04-16 13:33:35 PDT
I can't repro. Looks like the code is implemented correctly.
Note You need to log in before you can comment on or make changes to this bug.