From ac13d6a4f4477293b10767909408fcadb8001518 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Thu, 9 Jan 2020 09:26:40 +0000 Subject: [PATCH] Make 'Hide' button identify as a link It looks like a link so its semantics should identify it as one. This can effect users of speech recognition software, in scenarios where they instruct it to click an element which looks like one thing but the software can only identify as something else. --- app/templates/components/cookie-banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/cookie-banner.html b/app/templates/components/cookie-banner.html index 1f8cc098f..c332880d0 100644 --- a/app/templates/components/cookie-banner.html +++ b/app/templates/components/cookie-banner.html @@ -23,7 +23,7 @@ - + {% endmacro %}