Skip to content

Commit b65b613

Browse files
author
Aaron Cannon
committed
A11y: Removed unnecessary application role from list of outcomes
Fixes CNVS-17749 Test plan: - Create some outcomes. - Navigate to the list of outcomes - Validate that each item in the list is accessible via the keyboard - Validate that each item is accessible via a screen reader. Change-Id: I9f8feb1e43cc595cff4e96a3eaa562ecd4f9b522 Reviewed-on: https://gerrit.instructure.com/46526 Reviewed-by: Simon Williams <simon@instructure.com> Tested-by: Jenkins <jenkins@instructure.com> QA-Review: Adam Stone <astone@instructure.com> Product-Review: Aaron Cannon <acannon@instructure.com>
1 parent a508167 commit b65b613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/jst/outcomes/browser.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{{/unless}}
2929

3030
<div class="outcomes-main border border-rbl">
31-
<div class="outcomes-sidebar" role="application">
31+
<div class="outcomes-sidebar">
3232
<div class="wrapper"></div>
3333
</div>
3434
<div class="outcomes-content">

0 commit comments

Comments
 (0)