WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
27943
Need to implement ARIA role="radiogroup"
https://bugs.webkit.org/show_bug.cgi?id=27943
Summary
Need to implement ARIA role="radiogroup"
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
chris fleizach
Comment 1
2009-08-03 09:52:28 PDT
Created
attachment 33984
[details]
patch
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
http://trac.webkit.org/changeset/46721
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.
Top of Page
Format For Printing
XML
Clone This Bug