From abe49cc1ba97915a42958e6532c638f66747576a Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 28 Feb 2025 16:18:28 -0500 Subject: [PATCH] a11y: turn embeded maps into inert elements One of the side-effects is to make the content of the map un-focusable but we also loose the ability to interact with the map itself. --- umap/templates/umap/map_fragment.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/templates/umap/map_fragment.html b/umap/templates/umap/map_fragment.html index e758bd45..fa0f564f 100644 --- a/umap/templates/umap/map_fragment.html +++ b/umap/templates/umap/map_fragment.html @@ -1,6 +1,6 @@ {% load umap_tags %} - +