Skip to content

Commit a728686

Browse files
Merge pull request #28 from uclixnjupyternbaccessibility/fabiha-branch
Fixes issue jupyter#3977
2 parents fda7940 + df41bd9 commit a728686

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)