Skip to content
Snippets Groups Projects
Unverified Commit 253fc6f2 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #2873389 by mgifford, andrewmacpherson, RachelOlivero, mradcliffe: ARIA...

Issue #2873389 by mgifford, andrewmacpherson, RachelOlivero, mradcliffe: ARIA role="form" on contextual menu buttons is unnecessarily verbose and misleading for screen readers
parent e0c5f41f
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,6 @@
this.listenTo(this.model, 'change', this.render);
// Use aria-role form so that the number of items in the list is spoken.
this.$el.attr('role', 'form');
// Initial render.
this.render();
},
......
......@@ -12,8 +12,6 @@
this.listenTo(this.model, 'change', this.render);
this.$el.attr('role', 'form');
this.render();
},
render: function render() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment