semanticsRules property

List<A11ySemanticsRule> semanticsRules
final

Semantics-tree-based checks run against every walked frame. Defaults to the built-in semantic-label and focus-order rules. Pass an empty list to disable semantics auditing (and the SemanticsHandle it requires) entirely.

Implementation

final List<A11ySemanticsRule> semanticsRules;