提交 2ec3ac8c 编写于 作者: B Benjamin Pasero

Action buttons are not announced in Explorer section title bar (fixes #3310)

上级 4494a069
......@@ -213,7 +213,7 @@ export class AbstractCollapsibleView extends HeaderView {
// Keyboard access
this.header.setAttribute('tabindex', '0');
this.header.setAttribute('role', 'button');
this.header.setAttribute('role', 'toolbar');
if (this.ariaHeaderLabel) {
this.header.setAttribute('aria-label', this.ariaHeaderLabel);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册