Expand description
Accessibility support for screen readers and assistive technology.
This module provides:
- Hit testing for finding accessible elements at a point
- Accessibility tree building for screen reader navigation
- Focus order calculation
- ARIA-like properties for widgets
Structs§
- Accessibility
Tree - Accessibility tree for hit testing and navigation.
- Accessibility
Tree Builder - Builder for constructing accessibility trees.
- Accessible
Node - An accessible element in the accessibility tree.
- Accessible
Node Id - Unique identifier for an accessible node.
- HitTester
- Hit tester for finding accessible elements at a point.
Enums§
- Checked
State - Checked state for checkboxes and radio buttons.
- Live
Region - Live region type for dynamic content updates.