Bug 100267 - AX: Some ARIA roles should implicitly be live regions
Summary: AX: Some ARIA roles should implicitly be live regions
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dominic Mazzoni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-24 10:32 PDT by Dominic Mazzoni
Modified: 2013-04-16 13:33 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Mazzoni 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"
Comment 1 James Craig 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.
Comment 2 Dominic Mazzoni 2013-04-16 13:33:35 PDT
I can't repro. Looks like the code is implemented correctly.