nextcloud / nextcloud/whiteboard
[A11y]: wrong / redundant table inside of drawing area
Open
Nobody has claimed this yet.
accessibility
enhancement
- Dominant language
- JavaScript
- Stars
- 215
- Forks
- 39
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 32
Description
Why do we have <table> element without real table usage? If a real table is not necessary, it have to be removed.
Contributor guide
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
Inspect the rendered drawing area and locate the redundant
element shown in the issue. Use an accessibility inspection tool to confirm whether it represents real tabular data; done means the unnecessary table is removed, or its semantic use is justified and the resulting accessibility output is correct.Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100