Open
Bug 1805350
Opened 2 years ago
Updated 2 years ago
Don't recreate the a11y subtree when an ol/ul changes its type attribute
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: Jamie, Unassigned)
References
Details
When the type attribute is changed on any element, we recreate the Accessible and thus its subtree. The comment indicates that this code was intended to deal with input elements, but it isn't restricted thereto. We shouldn't need to recreate for ol/ul, so we should consider restricting this code to input. Alternatively, if there is some other element which needs recreation here, we could just avoid doing this for ol/ul.
You need to log in
before you can comment on or make changes to this bug.
Description
•