Criterion Class
Contents
[
Hide
]Criterion class
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
public class Criterion : Rule
Properties
Name | Description |
---|---|
AdvisoryTechniques { get; } | The methods are of a recommendatory nature. |
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 |
Failures { get; } | Failures are things that cause accessibility barriers and fail specific success criteria. |
Level { get; } | Compliance levels: A (lowest), AA and AAA (highest). |
SufficientTechniques { get; } | The methods are sufficient to fulfill the success criteria. |
See Also
- class Rule
- namespace Aspose.Html.Accessibility
- assembly Aspose.HTML