Aspose.Html.Accessibility
The Aspose.Html.Dom.Accessibility namespace is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative
Classes
Class | Description |
---|
AccessibilityRules | Quick reference to Web Content Accessibility Guidelines (WCAG) 2 requirements (success criteria) and techniques. Contain a list of Principle. https://www.w3.org/WAI/WCAG21/quickref/ |
AccessibilityValidator | The validator class handles quick reference rules. Contains a Validate method to check accessibility. |
Criterion | 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 |
Guideline | 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}. |
Principle | 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/ |
Rule | An abstract class that defines the characteristics of a Rule and implements interface IRule |
Target | Class contains item of html or css element where the error was found. |
ValidationBuilder | The ValidationBuilder class provides concrete implementations of the configuration steps. Defines methods and settings for a class ValidationSettings. |
WebAccessibility | Object to Web Content Accessibility Guidelines (WCAG) 2 requirements (success criteria) and techniques. https://www.w3.org/WAI/WCAG21/quickref/ |
Interfaces
Interface | Description |
---|
IError | The interface describes the error of the validation |
IRule | Interface describing the main properties of the rules. |
ITechniqueResult | Describes the result of the technique validation. |
Enumeration
Enumeration | Description |
---|
TargetTypes | Enum of types of the resulting object from the html document containing the error.. |