|
@@ -23,14 +23,14 @@ export default class BoxedEditorUIView extends EditorUIView {
|
|
|
role: 'application',
|
|
role: 'application',
|
|
|
dir: 'ltr',
|
|
dir: 'ltr',
|
|
|
lang: locale.lang,
|
|
lang: locale.lang,
|
|
|
- 'aria-labelledby': `cke-editor__ariaLabel_${ ariaLabelUid }`
|
|
|
|
|
|
|
+ 'aria-labelledby': `cke-editor__aria-label_${ ariaLabelUid }`
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
tag: 'span',
|
|
tag: 'span',
|
|
|
attributes: {
|
|
attributes: {
|
|
|
- id: `cke-editor__ariaLabel_${ ariaLabelUid }`,
|
|
|
|
|
|
|
+ id: `cke-editor__aria-label_${ ariaLabelUid }`,
|
|
|
class: 'cke-voice-label',
|
|
class: 'cke-voice-label',
|
|
|
children: [
|
|
children: [
|
|
|
// TODO: Editor name?
|
|
// TODO: Editor name?
|