nextcloud / nextcloud/calendar
Make sure that all html code on the page have a right semantic
Open
Nobody has claimed this yet.
1. to develop
enhancement
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 332
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 137
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
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
Start by running an accessibility plugin such as AXE against the rendered calendar page and inventory violations against the listed semantic checks. Trace each violation to its relevant page markup; done means the page passes these checks, including valid nesting, unique IDs, complete tags, and valid button, link, list, and div structure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, javascript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100