From 5e7aa02c17fdea5a1915f96b3357c74ae318fd34 Mon Sep 17 00:00:00 2001 From: James Nurthen Date: Thu, 8 Oct 2020 12:18:09 -0700 Subject: [PATCH 1/3] Add aria attributes which take idref to ignorelist --- cspell.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cspell.json b/cspell.json index 9290c0804f..e4294e7258 100644 --- a/cspell.json +++ b/cspell.json @@ -238,8 +238,14 @@ "src=\"(?:[^\\\"]+|\\.)*\"", "class=\"(?:[^\\\"]+|\\.)*\"", "data-test-id=\"(?:[^\\\"]+|\\.)*\"", + "aria-activedescendant=\"(?:[^\\\"]+|\\.)*\"", "aria-controls=\"(?:[^\\\"]+|\\.)*\"", + "aria-describedby=\"(?:[^\\\"]+|\\.)*\"", + "aria-details=\"(?:[^\\\"]+|\\.)*\"", + "aria-errormessage=\"(?:[^\\\"]+|\\.)*\"", + "aria-flowto=\"(?:[^\\\"]+|\\.)*\"", "aria-labelledby=\"(?:[^\\\"]+|\\.)*\"", + "aria-owns=\"(?:[^\\\"]+|\\.)*\"", "href=\"(?:[^\\\"]+|\\.)*\"", "for=\"(?:[^\\\"]+|\\.)*\"", "data-(.*[=> ]?)" From 8407c5feed64cfa307a60c0c35479908bd9696b0 Mon Sep 17 00:00:00 2001 From: James Nurthen Date: Fri, 19 Mar 2021 15:47:32 -0700 Subject: [PATCH 2/3] Guidance for mark role Fixes #1821 --- aria-practices.html | 1 + 1 file changed, 1 insertion(+) diff --git a/aria-practices.html b/aria-practices.html index aa720a716c..c0a48f99cb 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -6955,6 +6955,7 @@

Structural Roles

imgimg listul, ol listitemli + markmark mathNo equivalent element noneNo equivalent element noteNo equivalent element From f4aa0cb67f310f88c2a3c33ac232f118ac7674d5 Mon Sep 17 00:00:00 2001 From: James Nurthen Date: Fri, 19 Mar 2021 15:50:23 -0700 Subject: [PATCH 3/3] revert cspell changes --- cspell.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cspell.json b/cspell.json index e4294e7258..9290c0804f 100644 --- a/cspell.json +++ b/cspell.json @@ -238,14 +238,8 @@ "src=\"(?:[^\\\"]+|\\.)*\"", "class=\"(?:[^\\\"]+|\\.)*\"", "data-test-id=\"(?:[^\\\"]+|\\.)*\"", - "aria-activedescendant=\"(?:[^\\\"]+|\\.)*\"", "aria-controls=\"(?:[^\\\"]+|\\.)*\"", - "aria-describedby=\"(?:[^\\\"]+|\\.)*\"", - "aria-details=\"(?:[^\\\"]+|\\.)*\"", - "aria-errormessage=\"(?:[^\\\"]+|\\.)*\"", - "aria-flowto=\"(?:[^\\\"]+|\\.)*\"", "aria-labelledby=\"(?:[^\\\"]+|\\.)*\"", - "aria-owns=\"(?:[^\\\"]+|\\.)*\"", "href=\"(?:[^\\\"]+|\\.)*\"", "for=\"(?:[^\\\"]+|\\.)*\"", "data-(.*[=> ]?)"