Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Do highlighting for at least the navigation node

Open
#42 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
css, javascript, python

Research direction

Start by tracing how navigation reports the current node and how the MathCAT output is integrated into the web page. Compare the proposed internal-ID mapping with adding IDs to the document, then verify that JavaScript can locate the node and that its bounding box is highlighted during navigation.

Written by the indexing model from the issue text.

Description

NVDA has the ability to highlight the current focus (Visual preference: highlight system focus). Maybe this can be done while navigating. It requires adding ids to the web page, or writing some code that maps the internal ids used for reporting the current node back to the original tree. Then JS can get the bounding box and highlight it. CSS could be used if modifying the document is an option.

Dominant language
Python
Stars
10
Forks
10
Avg merge
10h 40m
Merged PRs (30d)
4

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from daisy/MathCATForPython

All issues in daisy/MathCATForPython

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.