From 16ea657b5bfc690e86869ac4d2204f8011a2708f Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Thu, 4 Mar 2021 20:14:11 +0100 Subject: [PATCH] [a11y] Add `aria-modal`: - Addresses https://github.com/mouse-reeve/bookwyrm/pull/680#issuecomment-790603940 --- bookwyrm/templates/components/modal.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bookwyrm/templates/components/modal.html b/bookwyrm/templates/components/modal.html index 18b69b25..5950e3c6 100644 --- a/bookwyrm/templates/components/modal.html +++ b/bookwyrm/templates/components/modal.html @@ -1,8 +1,11 @@ +{# @todo Implement focus traps to prevent tabbing out of the modal. #} +