Bug 100267
Summary: | AX: Some ARIA roles should implicitly be live regions | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominic Mazzoni <dmazzoni> |
Component: | Accessibility | Assignee: | Dominic Mazzoni <dmazzoni> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | jcraig |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dominic Mazzoni
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
James Craig
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
I can't repro. Looks like the code is implemented correctly.