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/

Inheritance: PrincipleRule

The Principle type exposes the following members:

Properties

PropertyDescription
codeRule code from the quick reference WCAG

https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
descriptionDescription of Rule from the quick reference WCAG.

https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0

Methods

MethodDescription
get_guidelineGet by WCAG code for Guideline
get_guidelinesGet all the Guidelines contained in the Principle

See Also