Remove role=document from terminal element

Part of microsoft/vscode#98918
This commit is contained in:
Daniel Imms
2021-08-17 04:50:29 -07:00
parent 0286f0cb93
commit 280ce85b74
-1
View File
@@ -408,7 +408,6 @@ export class Terminal extends CoreTerminal implements ITerminal {
this.element.classList.add('terminal');
this.element.classList.add('xterm');
this.element.setAttribute('tabindex', '0');
this.element.setAttribute('role', 'document');
parent.appendChild(this.element);
// Performance: Use a document fragment to build the terminal