-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
-
2907ac9a1 (dev), 835c0d911 (dev)
The wasm accessibility backend should update the html UI element tree on UI element parent change.
Possible implementation approaches:
1. Use the QAccessible::ParentChanged event. Note that Qt does currently not send this event.
2. Keep a copy of all interface parameters (object, window, children, etc). Whenever control enters the accessibility backend with an interface, do a verification process on the interface. Either fixup the shadow element if that is possible, or remove our shadow copy and all children, After the fixup, create any elements as needed.
- is required for
-
QTBUG-133597 Accessibility: Improve implementation of a11y bridge for WebAssembly
-
- In Progress
-