Merge pull request #4744 from uclixnjupyternbaccessibility/issue-3977

Name of the "EditTextbox" is missing: #3977
This commit is contained in:
Thomas Kluyver 2019-07-11 10:30:53 +01:00 committed by GitHub
commit 563593af75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,6 +166,7 @@ define([
"is treated as tag separators.");
var textarea = $('<textarea/>')
.attr('aria-label', i18n.msg._('Edit the tags in the text area'))
.attr('rows', '13')
.attr('cols', '80')
.attr('name', 'tags')