We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4da76b + f208526 commit f7bffd7Copy full SHA for f7bffd7
src/vs/base/browser/ui/aria/aria.ts
@@ -31,7 +31,6 @@ export function setARIAContainer(parent: HTMLElement) {
31
const createStatusContainer = () => {
32
const element = document.createElement('div');
33
element.className = 'monaco-status';
34
- element.setAttribute('role', 'complementary');
35
element.setAttribute('aria-live', 'polite');
36
element.setAttribute('aria-atomic', 'true');
37
ariaContainer.appendChild(element);
0 commit comments