mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Fixes issue#3977 by adding the aria-label attribute
This commit is contained in:
parent
a403d59cb0
commit
ab56f9db4f
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user