Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is required for
-
QTBUG-133597 Accessibility: Improve implementation of a11y bridge for WebAssembly
-
- In Progress
-