Guideline Class

Guideline class

Guidelines - the next level after principles. There are not testable, but outline frameworks and general goals that help authors understand success criteria and better apply the techniques. Guidelines are a list of acceptance criteria with type RuleDirectory{Criterion}.

public class Guideline : Rule

Properties

NameDescription
Code { get; }Rule code from the quick reference WCAG https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
Description { get; }Description of Rule from the quick reference WCAG. https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0

Methods

NameDescription
GetCriterion(string)Get Criterion by code from WCAG
GetCriterions()Get all the criteria contained in the Guideline

See Also