From a80c19d3e55c53397760fd49e92a970b2d24bc71 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 27 Jan 2022 12:55:53 -0800 Subject: [PATCH] Screen reader fixes for list view --- bookwyrm/templates/lists/item_notes_field.html | 2 +- bookwyrm/templates/lists/list.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bookwyrm/templates/lists/item_notes_field.html b/bookwyrm/templates/lists/item_notes_field.html index 76c28864..c09c5023 100644 --- a/bookwyrm/templates/lists/item_notes_field.html +++ b/bookwyrm/templates/lists/item_notes_field.html @@ -12,7 +12,7 @@ id="id_notes_{{ form_id }}" maxlength="300" name="notes" - aria-described-by="notes_description_{{ form_id }}" + aria-describedby="notes_description_{{ form_id }}" >{{ item.notes|default:'' }}

diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 01970881..8e35416f 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -73,7 +73,7 @@ {% if item.notes %}

-
+
@@ -263,7 +263,7 @@