Bug 27943

Summary: Need to implement ARIA role="radiogroup"
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch darin: review+

chris fleizach
Reported 2009-08-03 09:41:28 PDT
The ARIA spec defines the radiogroup role as "A group of radio controls." It will probably map to RadioGroupRole.
Attachments
patch (8.05 KB, patch)
2009-08-03 09:52 PDT, chris fleizach
darin: review+
chris fleizach
Comment 1 2009-08-03 09:52:28 PDT
Darin Adler
Comment 2 2009-08-03 10:00:15 PDT
Comment on attachment 33984 [details] patch > + AccessibilityObject* radioButton = m_object->selectedRadioButton(); > + if (radioButton) > + return radioButton->wrapper(); > + return nil; We normally do the early exit for the failure case rather than the success case. r=me
chris fleizach
Comment 3 2009-08-03 10:14:04 PDT
chris fleizach
Comment 4 2009-08-03 12:39:22 PDT
not sure why a layout test in mozilla/tables is failing for intel release after this patch.
Note You need to log in before you can comment on or make changes to this bug.