提交 47eaf6e3 编写于 作者: B Benjamin Pasero

aria alert: atomic = true

上级 f5a5e562
......@@ -10,7 +10,7 @@ import {Builder, $} from 'vs/base/browser/builder';
let ariaAlertContainer: Builder;
export function setAlertContainer(parent: HTMLElement) {
ariaAlertContainer = $('.aria-alert-container').attr({ 'role': 'alert' }).appendTo(parent);
ariaAlertContainer = $('.aria-alert-container').attr({ 'role': 'alert', 'aria-atomic': 'true' }).appendTo(parent);
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册