Skip to content

Commit

Permalink
Fixes issue#3977 by adding the aria-label attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
fabihaahmed committed Jun 28, 2019
1 parent b4b858a commit df41bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebook/static/notebook/js/celltoolbarpresets/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ define([
"is treated as tag separators.");

var textarea = $('<textarea/>')
.attr('aria-label', 'Edit the tags in the text area')
.attr('rows', '13')
.attr('cols', '80')
.attr('name', 'tags')
Expand Down

0 comments on commit df41bd9

Please sign in to comment.