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

ClassDescription
AccessibilityRulesQuick 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/
AccessibilityValidatorThe validator class handles quick reference rules. Contains a Validate method to check accessibility.
CriterionVerifiable 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
GuidelineGuidelines - 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}.
PrincipleAccessibility 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/
RuleAn abstract class that defines the characteristics of a Rule and implements interface IRule
TargetClass contains item of html or css element where the error was found.
ValidationBuilderThe ValidationBuilder class provides concrete implementations of the configuration steps. Defines methods and settings for a class ValidationSettings.
WebAccessibilityObject to Web Content Accessibility Guidelines (WCAG) 2 requirements (success criteria) and techniques. https://www.w3.org/WAI/WCAG21/quickref/

Interfaces

InterfaceDescription
IErrorThe interface describes the error of the validation
IRuleInterface describing the main properties of the rules.
ITechniqueResultDescribes the result of the technique validation.

Enumeration

EnumerationDescription
TargetTypesEnum of types of the resulting object from the html document containing the error..