From 06b8da40ffee1b6ba9f99225f31dd3842b1059cd Mon Sep 17 00:00:00 2001 From: Greg Price Date: Fri, 20 Sep 2013 13:16:41 -0400 Subject: [PATCH] Improve accessibility of forum nav topic menu Add the aria-haspopup attribute and additional explanatory text for screen reader users. --- CHANGELOG.rst | 2 +- lms/templates/discussion/_thread_list_template.html | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fe9218379d..8290e1104b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,7 @@ These are notable changes in edx-platform. This is a rolling list of changes, in roughly chronological order, most recent first. Add your entries at or near the top. Include a label indicating the component affected. -LMS: Improved accessibility of forum navigation sort buttons +LMS: Improved accessibility of parts of forum navigation sidebar LMS: enhanced shib support, including detection of linked shib account at login page and support for the ?next= GET parameter. diff --git a/lms/templates/discussion/_thread_list_template.html b/lms/templates/discussion/_thread_list_template.html index 0ef67735b1..16fb46bea8 100644 --- a/lms/templates/discussion/_thread_list_template.html +++ b/lms/templates/discussion/_thread_list_template.html @@ -12,7 +12,11 @@ ${_("Discussion Topics")} - ${_("Show All Discussions")} + + ${_("Discussion topics; current selection is: ")} + ${_("Show All Discussions")} + + <%include file="_filter_dropdown.html" />