Skip to content

Commit df41bd9

Browse files
committed
Fixes issue#3977 by adding the aria-label attribute
1 parent b4b858a commit df41bd9

File tree

1 file changed

+1
-0
lines changed
  • notebook/static/notebook/js/celltoolbarpresets

1 file changed

+1
-0
lines changed

notebook/static/notebook/js/celltoolbarpresets/tags.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ define([
166166
"is treated as tag separators.");
167167

168168
var textarea = $('<textarea/>')
169+
.attr('aria-label', 'Edit the tags in the text area')
169170
.attr('rows', '13')
170171
.attr('cols', '80')
171172
.attr('name', 'tags')

0 commit comments

Comments
 (0)