[Webkit-unassigned] [Bug 155696] New: AX: Consolidate radio button group member code with that in HTMLElement derivatives

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 20 07:31:30 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=155696

            Bug ID: 155696
           Summary: AX: Consolidate radio button group member code with
                    that in HTMLElement derivatives
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cfleizach at apple.com
                CC: webkit-bug-importer at group.apple.com

From

https://bugs.webkit.org/show_bug.cgi?id=155604

> The old code is not the right way to find radio buttons. Code to iterate all
> the radio buttons in a group should not have been replicated in the
> accessibility code, but instead should be an interface provide by the
> HTMLInputElement class. We could have a function:
> 
>      Vector<HTMLInputElement*> radioButtonGroup() const;
> 
> It would get the misnamed CheckedRadioButtons object, then would take the
> element's name and find the RadioButtonGroup. That has a HashSet of all the
> radio buttons in that group and that can be converted into a Vector.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160320/41f37ea3/attachment.html>


More information about the webkit-unassigned mailing list