TestAccessibilityStatus class
Provides the overall result of an accessibility test.
Returned at then end of a test run as part of the TestResults.
For more information about the Contrast advisor feature see Contrast advisor.
level property
Syntax
value = obj.level;
Type:
AccessibilityLevel|'AA'|'AAA'
Remarks
For more information about the Contrast advisor feature see Contrast advisor.
status property
Syntax
value = obj.status;
Type:
AccessibilityStatus|'Failed'|'Passed'
Remarks
For more information about the Contrast advisor feature see Contrast advisor.
version property
Syntax
value = obj.version;
Type:
AccessibilityGuidelinesVersion|'WCAG_2_0'|'WCAG_2_1'
Remarks
For more information about the Contrast advisor feature see Contrast advisor.