Closed
Bug 1149118
Opened 10 years ago
Closed 10 years ago
Expose radio groups with the correct role on OS X
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: MarcoZ, Assigned: MarcoZ)
References
Details
Attachments
(1 file)
(deleted),
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
On OS X, radio groups have a special role that differs from that of other group boxes. In HTML, this is only applied by ARIA, though, not by the regular fieldset element.
pcoming patch adds a new internal role and maps it to the same native roles like ROLE_GROUPING on Linux and Windows, but uses the specialized role on OS X. Also, it adds a mapping for the xul:radiogroup element since that is also special from regular xul:groupbox elements.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → mzehe
Status: NEW → ASSIGNED
Attachment #8585467 -
Flags: review?(surkov.alexander)
Comment 2•10 years ago
|
||
Comment on attachment 8585467 [details] [diff] [review]
Expose radio groups with the correct role on OS X
Review of attachment 8585467 [details] [diff] [review]:
-----------------------------------------------------------------
pls change XULRadioGroupAccessible role, r=me
Attachment #8585467 -
Flags: review?(surkov.alexander) → review+
Comment 3•10 years ago
|
||
(In reply to alexander :surkov from comment #2)
> Comment on attachment 8585467 [details] [diff] [review]
> Expose radio groups with the correct role on OS X
>
> Review of attachment 8585467 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> pls change XULRadioGroupAccessible role, r=me
you did that, sorry for the noise
Assignee | ||
Comment 4•10 years ago
|
||
Flags: in-testsuite+
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•