Impact
public enum Impact: String
Severity of an accessibility violation from a Rule or Check.
-
The view did not violate the Rule/Check.
Declaration
Swift
case Pass = "Pass"
-
The view has a minor violation.
Declaration
Swift
case Minor = "Minor"
-
The view has a moderate violation.
Declaration
Swift
case Moderate = "Moderate"
-
The view has a serious violation. This view needs to be updated.
Declaration
Swift
case Serious = "Serious"
-
The view violates WCAG2.1 guidelines. This view needs to be updated.
Declaration
Swift
case Critical = "Critical"