We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cbfe0 commit 287ef9cCopy full SHA for 287ef9c
axe.d.ts
@@ -73,6 +73,7 @@ declare namespace axe {
73
html: string;
74
impact?: ImpactValue;
75
target: string[];
76
+ xpath?: string[];
77
any: CheckResult[];
78
all: CheckResult[];
79
none: CheckResult[];
0 commit comments