check abstract method

List<A11yViolation> check(
  1. List<A11yElementInfo> elements
)

Inspects elements — a snapshot of the tree captured by the ElementTreeWalker — and returns any violations found.

Implementation

List<A11yViolation> check(List<A11yElementInfo> elements);