Principle Class

Principle class

Accessibility Principle - The highest levels that provide the foundation of web accessibility, contain a list of Guidelines with type RuleCollection{Guideline}. The object is not allowed to be created outside the assembly. https://www.w3.org/WAI/fundamentals/accessibility-principles/

public class Principle : 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
GetGuideline(string)Get by WCAG code for Guideline
GetGuidelines()Get all the Guidelines contained in the Principle

See Also