nextcloud / nextcloud/whiteboard

[A11y]: wrong / redundant table inside of drawing area

Open
#898 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

accessibility enhancement
Dominant language
JavaScript
Stars
215
Forks
39
Avg merge
1d 3h
Merged PRs (30d)
32

Description

Image

Why do we have <table> element without real table usage? If a real table is not necessary, it have to be removed.

Contributor guide

Open the contributing guide

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.