nextcloud / nextcloud/mail

Make sure that all html code on the page have a right semantic

Open
#6,877 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

2. developing enhancement
Dominant language
JavaScript
Stars
1k
Forks
348
Avg merge
12h 28m
Merged PRs (30d)
91

Description

Is your feature request related to a problem? Please describe.

Accessibility issue.

Please check, if:

  • Elements have complete start and end tags
  • Elements are nested according to their specifications
  • Elements do not contain duplicate attributes
  • Any IDs are unique
  • Button-elements are not nested in other buttons or link-elements
  • Div-elements are not nested in list-elements
  • li-elements are not nested in span-elements
  • li-elements are inside of ul/ol-elements
  • Please check with any accessibility plugin other possible semantic problems (e.g. AXE plugin)
Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

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

Start by running an accessibility checker such as the AXE plugin against the page and review the reported semantic HTML issues. Inspect the affected page markup for invalid nesting, duplicate attributes, non-unique IDs, and incomplete tags; done means the listed checks pass without semantic violations.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, javascript
Domain
accessibility, frontend, web-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.