[webkit-reviews] review granted: [Bug 27943] Need to implement ARIA role="radiogroup" : [Attachment 33984] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 10:00:14 PDT 2009


Darin Adler <darin at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 27943: Need to implement ARIA role="radiogroup"
https://bugs.webkit.org/show_bug.cgi?id=27943

Attachment 33984: patch
https://bugs.webkit.org/attachment.cgi?id=33984&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +	       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


More information about the webkit-reviews mailing list