Class Criterion
Class Criterion
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.2.0)
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
[ComVisible(true)]
public class Criterion : Rule, IRule
Inheritance
Implements
Inherited Members
Rule.Code, Rule.Description, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
AdvisoryTechniques
The methods are of a recommendatory nature.
public IList<irule> AdvisoryTechniques { get; }
Property Value
Failures
Failures are things that cause accessibility barriers and fail specific success criteria.
public IList<irule> Failures { get; }
Property Value
Level
Compliance levels: A (lowest), AA and AAA (highest).
public string Level { get; }
Property Value
SufficientTechniques
The methods are sufficient to fulfill the success criteria.
public IList<irule> SufficientTechniques { get; }