Skip to content

Commit

Permalink
fix(types): Add "wcag21aa" and "wcag21a" to our TS definition (#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson authored Jun 4, 2020
1 parent 2633fc6 commit 23674d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axe.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
declare namespace axe {
type ImpactValue = 'minor' | 'moderate' | 'serious' | 'critical';

type TagValue = 'wcag2a' | 'wcag2aa' | 'section508' | 'best-practice';
type TagValue = 'wcag2a' | 'wcag2aa' | 'section508' | 'best-practice' | 'wcag21a' | 'wcag21aa';

type ReporterVersion = 'v1' | 'v2' | 'raw' | 'raw-env' | 'no-passes';

Expand Down

0 comments on commit 23674d4

Please sign in to comment.