mathjax / mathjax/MathJax-demos-node
speech demos issues
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 114
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
As discussed with @zorkow.
Besides #41 there are other issues with the demos
- container is stripped by default - but the container has the aria-label
- the container lacks a suitable role - custom elements have role=generic which does not allow for aria-label. With a flat label approach of these demos, I tend to go with
imgfor simplicity's sake.
I also had issues with xml validation but I don't recall if that was a problem with the demo or with the jsdom/litedom adaptors.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the demo markup and the jsdom/litedom adaptor behavior, using issue #41 as context. Check why the container is stripped, determine a role that preserves its aria-label, and verify whether XML validation failures come from the demos or the adaptors; done means these causes and fixes are confirmed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- accessibility, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100