We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733a5cf commit 4ef32a6Copy full SHA for 4ef32a6
1 file changed
ts/a11y/explorer/KeyExplorer.ts
@@ -1349,7 +1349,6 @@ export class SpeechExplorer
1349
}
1350
1351
container.appendChild(this.img);
1352
- // this.node.setAttribute('aria-roledescription', this.description);
1353
this.adjustAnchors();
1354
1355
@@ -1836,10 +1835,6 @@ export class SpeechExplorer
1836
1835
*/
1837
public Stop() {
1838
if (this.active) {
1839
- // const description = this.description;
1840
- // if (this.node.getAttribute('aria-roledescription') !== description) {
1841
- // this.node.setAttribute('aria-roledescription', description);
1842
- // }
1843
this.node.classList.remove('mjx-explorer-active');
1844
if (this.document.options.enableExplorerHelp) {
1845
this.document.infoIcon.remove();
0 commit comments