Skip to main content

Module accessibility_tree

Module accessibility_tree 

Source

StructsΒ§

AccessibilityNode πŸ”’
AccessibilityNodeIterator πŸ”’
AccessibilityTree
A retained, internal representation of the accessibility tree for a document.
AccessibilityUpdate πŸ”’
Changes which have occurred during the current update.
DirtyState πŸ”’
Flags tracking an AccessibilityNode’s dirty state during an update. All flags which are set during the update should be unset by the end of the update.
LocalAccessibilityDamage πŸ”’
Damage which was caused by changes to the accessibility tree. These changes can cause other properties to need to be re-computed based on the updated values, either on the same node or on other nodes.
UpdateCounters

EnumsΒ§

TreeChange πŸ”’
Tracks changes to a node’s relation to the tree within an update.

StaticsΒ§

HTML_ELEMENT_ROLE_MAPPINGS πŸ”’
NAME_FROM_CONTENTS_ROLES πŸ”’
https://w3c.github.io/aria/#namefromcontent

FunctionsΒ§

role_from_dom_node πŸ”’