Criterion Class

Criterion class

Verifiable success criteria are provided for each recommendation, so WCAG 2.0 can be applied in areas where compliance testing is required. https://www.w3.org/WAI/WCAG21/Understanding/understanding-techniques

public class Criterion : Rule

Properties

NameDescription
getAdvisoryTechniques The methods are of a recommendatory nature.
getCode Rule code from the quick reference WCAG https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
getDescription Description of Rule from the quick reference WCAG. https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
getFailures Failures are things that cause accessibility barriers and fail specific success criteria.
getLevel Compliance levels: A (lowest), AA and AAA (highest).
getSufficientTechniques The methods are sufficient to fulfill the success criteria.

See Also