Skip to content

Commit f7bffd7

Browse files
authored
Merge pull request microsoft#188928 from rperez030/main
Removes the complementary role from the ARIA status container
2 parents b4da76b + f208526 commit f7bffd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/base/browser/ui/aria/aria.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export function setARIAContainer(parent: HTMLElement) {
3131
const createStatusContainer = () => {
3232
const element = document.createElement('div');
3333
element.className = 'monaco-status';
34-
element.setAttribute('role', 'complementary');
3534
element.setAttribute('aria-live', 'polite');
3635
element.setAttribute('aria-atomic', 'true');
3736
ariaContainer.appendChild(element);

0 commit comments

Comments
 (0)