aria-controls attribute removed during runtime.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 26.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Issue Summary:
The aria-controls attribute, which is set on certain elements in the HTML, is being unexpectedly removed during runtime when using the driver.js library for creating tours.
Steps to Reproduce:
- Set up a webpage with elements that have the
aria-controlsattribute defined. - Initialize a tour using the
driver.jslibrary, targeting elements witharia-controls. - Run the tour and observe that the
aria-controlsattribute is removed from the elements during runtime.
Expected Behavior:
The aria-controls attribute should remain intact on the elements even after running the tour with driver.js.
Actual Behavior:
The aria-controls attribute is removed from the elements during runtime, which can cause accessibility issues and unexpected behavior on the page.
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
No source file, test, or entry point is named. Start by reproducing the tour with an element carrying aria-controls, then trace which runtime operation removes the attribute; done means the attribute remains intact after the tour runs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100