TestAccessibilityStatus type
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: AccessibilityLevelPlain
Type definitions
AccessibilityLevelPlain
This type allows passing strings instead of enumerated values, for the list of enum values see AccessibilityLevel.
Remarks
For more information about the Contrast advisor feature see Contrast advisor.
status property
Syntax
value = obj.status;
Type: AccessibilityStatusPlain
Type definitions
AccessibilityStatusPlain
This type allows passing strings instead of enumerated values, for the list of enum values see AccessibilityStatus.
Remarks
For more information about the Contrast advisor feature see Contrast advisor.
version property
Syntax
value = obj.version;
Type: AccessibilityGuidelinesVersionPlain
Type definitions
AccessibilityGuidelinesVersionPlain
This type allows passing strings instead of enumerated values, for the list of enum values see AccessibilityGuidelinesVersion.
Remarks
For more information about the Contrast advisor feature see Contrast advisor.