fixes add external link reading in nvda
fixes the reading of the add external link in announcements to inform the user whether or not the elements are expanded fixes CNVS-20797 test plan: - with NVDA on in FF go to the announcements page - navigate to the add external feed link - expand and collapse the link notice how nvda informs that it has been expanded and collapsed Change-Id: I4f386501719632fdf2a95d3b8d2f8ebfc00ea1c7 Reviewed-on: https://gerrit.instructure.com/55506 Reviewed-by: Matt Berns <mberns@instructure.com> Tested-by: Jenkins QA-Review: Adam Stone <astone@instructure.com> Product-Review: Simon Williams <simon@instructure.com>
This commit is contained in:
parent
d1ac0117fb
commit
de9773e9ae
|
@ -19,7 +19,7 @@
|
|||
</li>
|
||||
{{/each}}
|
||||
<li>
|
||||
<a href="#" class="element_toggler add_external_feed_link" aria-controls="add_external_feed_form">
|
||||
<a href="#" class="element_toggler add_external_feed_link" aria-expanded='false' role="button" aria-controls="add_external_feed_form">
|
||||
<i class="icon-rss-add"></i>
|
||||
{{#t "links.add_external_feed"}}Add External Feed{{/t}}
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue