From 2b2db91e7a698319cf25a8325a5e2d66f21059bd Mon Sep 17 00:00:00 2001 From: Joshua Salazar <6354268+SalazarJosh@users.noreply.github.com> Date: Fri, 22 Jul 2022 04:14:44 -0400 Subject: [PATCH] Fix for "name required" for tab at 5.2.8.4 and 5.2.8.5 (#1771) (name required) is missing for "tab" on 5.2.8.4 and 5.2.8.5. The query is searching the "Accessible Name Required:" value to be "True". There were extra spaces around that value so the string read "True " instead of "True". --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 21d6205cb..542440e3d 100644 --- a/index.html +++ b/index.html @@ -8161,7 +8161,7 @@
Note regarding the ARIA 1.1 none role.
Accessible Name Required: - True  + True Inherits Name Required: