mail
mail copied to clipboard
Make sure that all html code on the page have a right semantic
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