Files
tubestation/accessible/windows
James Teh a3a02381b9 Bug 1954418 part 2: Remove the ability to construct an sdnAccessible with a DOM node. r=morgan
Previously, the LocalAccessible implementation of ISimpleDOM allowed clients to walk to DOM nodes which were not included in the accessibility tree.
Thus, it was necessary for sdnAccessible to be constructed with either an Accessible or a DOM node.
Now that this functionality has been removed, we no longer need to support construction with a DOM node.
This allows other code such as QueryInterface to be simplified as well, since an sdnAccessible now always has a corresponding MsaaAccessible.

Differential Revision: https://phabricator.services.mozilla.com/D241806
2025-03-18 07:10:39 +00:00
..