Closed
Bug 1795203
Opened 2 years ago
Closed 2 years ago
Cleanup: Remove dead code for listbox owned by a combobox in ARIATransformRole
Categories
(Core :: Disability Access APIs, task)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This code fetches NODE_CHILD_OF to check for a listbox owned by a combobox. Gecko switched to mutating the tree structure for aria-owns many years ago instead of using relations, so this is now dead code and should be removed. Note that a test case was added for this case in bug 1044431.
Assignee | ||
Comment 1•2 years ago
|
||
Gecko switched to mutating the tree structure for aria-owns many years ago instead of using relations, so this is now dead code.
Note that a test case was added for this aria-owns case in accessible/tests/mochitest/role/test_general.html in bug 1044431.
This still passes with this code removed.
Updated•2 years ago
|
Assignee: nobody → jteh
Status: NEW → ASSIGNED
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b3651982dec1
Remove dead code for listbox owned by a combobox in ARIATransformRole. r=nlapre
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•