Semantic HTML errors
Open
Nobody has claimed this yet.
1. to develop
bug
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 348
- Avg merge
- 12h 28m
- Merged PRs (30d)
- 91
Description
Steps to reproduce
This is an accessibility issue.
There are some validation errors regarding code semantics that doesn’t follow the standard.
Make sure, that
- Elements have complete start and end tags.
- Elements are nested according to their specifications.
- Elements do not contain duplicate attributes.
- Any IDs are unique.
- li-elements are inside of ul/ol-elements.
Expected behavior
Semantic is right.
Actual behavior
Sometimes semantic is wrong.
Mail app version
1.12
Mailserver or service
No response
Operating system
No response
PHP engine version
No response
Web server
No response
Database
No response
Additional info
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 locating the Mail app's rendered markup that produces the semantic validation errors and run it through an HTML validator. Check the reported elements against the five listed requirements; done means the validator no longer reports those semantic or accessibility errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100