Bug 100267

Summary: AX: Some ARIA roles should implicitly be live regions
Product: WebKit Reporter: Dominic Mazzoni <dmazzoni>
Component: AccessibilityAssignee: Dominic Mazzoni <dmazzoni>
Status: RESOLVED INVALID    
Severity: Normal CC: jcraig
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.