From ec9a9a62b076e0ab3ae6dae69b3468b016a24e23 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Fri, 23 Aug 2019 17:59:23 +0900 Subject: [PATCH] Improved accessibility for IE users (#1222) > The
element is widely supported. For Internet Explorer 11 and lower, it's suggested that an ARIA role of "main" be added to the
element to ensure it is accessible (screen readers like JAWS, used in combination with older versions of Internet Explorer, understand the semantic meaning of the
element when this role attribute is included). https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main#Browser_compatibility --- src/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base.html b/src/base.html index f2b5bf973..e2aa0113c 100644 --- a/src/base.html +++ b/src/base.html @@ -255,7 +255,7 @@ {% endif %} -
+