Skip to content

Commit 4ef32a6

Browse files
committed
Remove commented-out code
1 parent 733a5cf commit 4ef32a6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

ts/a11y/explorer/KeyExplorer.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,6 @@ export class SpeechExplorer
13491349
}
13501350
}
13511351
container.appendChild(this.img);
1352-
// this.node.setAttribute('aria-roledescription', this.description);
13531352
this.adjustAnchors();
13541353
}
13551354

@@ -1836,10 +1835,6 @@ export class SpeechExplorer
18361835
*/
18371836
public Stop() {
18381837
if (this.active) {
1839-
// const description = this.description;
1840-
// if (this.node.getAttribute('aria-roledescription') !== description) {
1841-
// this.node.setAttribute('aria-roledescription', description);
1842-
// }
18431838
this.node.classList.remove('mjx-explorer-active');
18441839
if (this.document.options.enableExplorerHelp) {
18451840
this.document.infoIcon.remove();

0 commit comments

Comments
 (0)