evaluate

abstract fun evaluate(node: A11yNode): A11yIssue?

Evaluates a single node.

Return

Issue when the node violates the rule, otherwise null.

Parameters

node

Node to evaluate.