diff --git a/ts/a11y/semantic-enrich.ts b/ts/a11y/semantic-enrich.ts index eb370107b..692679335 100644 --- a/ts/a11y/semantic-enrich.ts +++ b/ts/a11y/semantic-enrich.ts @@ -131,7 +131,7 @@ export function EnrichedMathItemMixin) { + public attachSpeech(document: MathDocument) { if (this.state() >= STATE.ATTACHSPEECH) return; const attributes = this.root.attributes; const speech = (attributes.get('aria-label') || @@ -147,6 +147,11 @@ export function EnrichedMathItemMixin