Open
Bug 1946645
Opened 13 days ago
Remove HyperTextAccessible::SelectionCount and SelectionBoundsAt
Categories
(Core :: Disability Access APIs, task)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: Jamie, Unassigned)
References
(Blocks 1 open bug)
Details
HyperTextAccessibleBase has unified implementations, so there shouldn't be a need to specialise for LocalAccessible. However, accessible/tests/mochitest/textselection/test_general.html fails, so there must be some differences between the implementations. We should either:
- Determine that this is a bug in the HyperTextAccessibleBase implementation and fix it; or
- Fix the test.
You need to log in
before you can comment on or make changes to this bug.
Description
•