From fda5fa6d2b4074724a6d68298e0c74bcb0c568d8 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 15 Feb 2018 09:23:05 -0500 Subject: [PATCH] JAWS a11y fixes --- lms/templates/discussion/_filter_dropdown.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lms/templates/discussion/_filter_dropdown.html b/lms/templates/discussion/_filter_dropdown.html index f80d569433..db31d2b809 100644 --- a/lms/templates/discussion/_filter_dropdown.html +++ b/lms/templates/discussion/_filter_dropdown.html @@ -21,10 +21,10 @@ from openedx.core.djangolib.markup import HTML data-discussion-id='${entries[entry]["id"]}' id='${entries[entry]["id"]}' data-divided="${str(entries[entry]['is_divided']).lower()}" - role="presentation" + role="option" > %if entry: - + %if topic_list: ${', '.join(topic_list)}, @@ -39,9 +39,9 @@ from openedx.core.djangolib.markup import HTML <%def name="render_category(categories, category, topic_list)">