Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Issues
  • #2651
Closed
Open
Issue created Mar 15, 2021 by Administrator@rootContributor

Assistive Technology can't be disabled

Created by: plouffed

Issue Summary

I installed my own copy of the project from npm and I am not able to turn off assistive technology. Everything works just fine, but it breaks when I try to disable.

Also, I am confuse about the line sre.Variables.url="https://cdn.jsdelivr.net/npm/speech-rule-engine@"+sre.Variables.VERSION+"/lib/mathmaps in the file es5/sre/sre_browser.js.

Why it doesn't load from my local copy?

Steps to Reproduce:

When I add this configuration:

MathJax = { options: { enableEnrichment: false, // false to disable enrichment } };
(as the documentation said http://docs.mathjax.org/en/latest/options/accessibility.html)

I get this error:
MathJax(?): Invalid option "enableEnrichment" (no default value).

The same thing happen with this configuration: MathJax = { options: { enableComplexity: false, } };
which give this error: MathJax(?): Invalid option "enableComplexity" (no default value).
Assignee
Assign to
Time tracking