mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
Remove inaccessible ARIA annotation from old sidebar
This was added via I3b792ff. It's about the old sidebar which isn't accessible any more. Bug: T311069 Change-Id: I29919285255a84bd58aa06ee1b2816d25a8112a6
This commit is contained in:
parent
efc50591c1
commit
15ef2dc3c6
|
@ -2235,7 +2235,6 @@
|
|||
"visualeditor-dialog-transclusion-template-widget-aria",
|
||||
"visualeditor-dialog-transclusion-template-widget-aria-selected",
|
||||
"visualeditor-dialog-transclusion-template-widget-aria-selected-single",
|
||||
"visualeditor-dialog-transclusion-templates-menu-aria-label",
|
||||
"visualeditor-dialog-transclusion-title-edit-known-template",
|
||||
"visualeditor-dialog-transclusion-title-edit-transclusion",
|
||||
"visualeditor-dialog-transclusion-title-insert-known-template",
|
||||
|
|
|
@ -225,7 +225,6 @@
|
|||
"visualeditor-dialog-transclusion-title-edit-transclusion": "Template content",
|
||||
"visualeditor-dialog-transclusion-template-search": "Template search",
|
||||
"visualeditor-dialog-transclusion-template-search-help": "Find the template you want to insert by searching for an identifying keyword. Templates that have descriptions are more likely to work well with the visual editor.",
|
||||
"visualeditor-dialog-transclusion-templates-menu-aria-label": "Template fields setup menu",
|
||||
"visualeditor-dialog-transclusion-wikitext": "Wikitext",
|
||||
"visualeditor-dialog-transclusion-wikitext-widget-aria": "Press Space to select the wikitext element. Press Enter to select and edit the wikitext.",
|
||||
"visualeditor-dialog-transclusion-wikitext-widget-aria-selected": "Press Ctrl+Del to delete the wikitext element. Press Ctrl+Shift+Arrows to move the element up or down.",
|
||||
|
|
|
@ -245,7 +245,6 @@
|
|||
"visualeditor-dialog-transclusion-title-edit-transclusion": "Label for the transclusion dialog when editing more than a single template.",
|
||||
"visualeditor-dialog-transclusion-template-search": "Dialog and fieldset label to search for a template.",
|
||||
"visualeditor-dialog-transclusion-template-search-help": "Inline help for the template search field.",
|
||||
"visualeditor-dialog-transclusion-templates-menu-aria-label": "ARIA label for screen readers on template fields setup menu.",
|
||||
"visualeditor-dialog-transclusion-wikitext": "Label for editor of wikitext content between transclusion parts.",
|
||||
"visualeditor-dialog-transclusion-wikitext-widget-aria": "ARIA description for screen readers on the template parameter selection menu for the keyboard controls on unselected wikitext parts.",
|
||||
"visualeditor-dialog-transclusion-wikitext-widget-aria-selected": "ARIA description for screen readers on the template parameter selection menu for the keyboard controls on selected wikitext parts.",
|
||||
|
|
|
@ -581,8 +581,6 @@ ve.ui.MWTransclusionDialog.prototype.initialize = function () {
|
|||
// Events
|
||||
this.getManager().connect( this, { resize: ve.debounce( this.onWindowResize.bind( this ) ) } );
|
||||
this.bookletLayout.connect( this, { set: 'onBookletLayoutSetPage' } );
|
||||
this.bookletLayout.$menu.find( '[ role="listbox" ]' ).first()
|
||||
.attr( 'aria-label', ve.msg( 'visualeditor-dialog-transclusion-templates-menu-aria-label' ) );
|
||||
this.addTemplateButton.connect( this, { click: 'addTemplatePlaceholder' } );
|
||||
this.addContentButton.connect( this, { click: 'addContent' } );
|
||||
this.bookletLayout.getOutlineControls().connect( this, {
|
||||
|
|
Loading…
Reference in a new issue