From 544b6d579f3eecf8e102a53a911bbce0bd53b74f Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Mon, 23 Aug 2021 17:06:17 +0200 Subject: [PATCH 01/14] fix(d.ts): Add PartialResults type (#3126) --- axe.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/axe.d.ts b/axe.d.ts index 9d50626755..1d52ff0540 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -263,6 +263,7 @@ declare namespace axe { frames: SerialDqElement[]; results: PartialRuleResult[]; } + type PartialResults = Array interface FrameContext { frameSelector: CrossTreeSelector; frameContext: ContextObject; @@ -333,7 +334,7 @@ declare namespace axe { * @param {RunOptions} options Optional Options passed into rules or checks, temporarily modifying them. */ function finishRun( - partialResults: Array, + partialResults: PartialResults, options: RunOptions ): Promise; From 00f6efcd55eb0a4c56cc3ca1acc7c79e3d22f58d Mon Sep 17 00:00:00 2001 From: Steven Lambert <2433219+straker@users.noreply.github.com> Date: Mon, 23 Aug 2021 09:41:37 -0600 Subject: [PATCH 02/14] fix(aria-allowed-role): Update allowed roles based on ARIA spec updates (#3124) * fix(aria-allowed-role): Update allowed roles based on ARIA spec updates * `` now allows any roles * `