rules property

List<A11yRule> rules
final

Element-tree-based checks run against every walked frame. Defaults to the built-in contrast and tap-target-size rules; pass a custom list to add team-specific rules or drop the defaults.

Implementation

final List<A11yRule> rules;