Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 536 Bytes

ConformanceLevel.md

File metadata and controls

42 lines (27 loc) · 536 Bytes

ENUM

ConformanceLevel

public enum ConformanceLevel: Int

An enum specifying all WCAG conformance levels.

Cases

A

case A = 1

The minimum level of conformance.

AA

case AA = 2

The medium level of conformance including success criterias of level A.

AAA

case AAA = 3

The highest level of conformance including success criterias of level A and AA.

failed

case failed = 0

Indicates that no level of conformance has been reached.