-
Bug
-
Resolution: Fixed
-
Low
-
8.13.0
-
Severity 3 - Minor
-
Issue Summary
The page “Repositories” has invalid HTML code since elements are nested inappropriately.
Steps to Reproduce
- Navigate to the "Repositories" page
- Inspect the code.
- Using https://validator.w3.org/nu/ observes that the element is not nested properly.
Screenshot

Actual Results
The HTML code of the website does not validate against the HTML 5 specification. For instance, the source code presents 4 errors and 1 warnings when checked with the NU HTML checker.
These errors were regarding the "Child" elements.
This may result in user agents, including assistive technologies, not accurately interpret and parse content.
Expected Results
Ensure that all pages have a valid markup. However, to meet accessibility conformance, it is necessary that the following three main requirements are met:
- All elements are nested properly.
- All elements have start and end tags.
- Within each page, the values of the id attributes are unique
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
Environment
MacBook Pro (16-inch, 2019)
macOs Ventura 13.5.1
Chrome - Version 113.0.5672.63 (Official Build) (x86_64)
Firefox- Version 92.0 (64-bit)
Safari- Version 16.4 (18615.1.26.110.1)
JAWS- Version 2022
NVDA- Version 2021.2
Voiceover - Version Latest
- mentioned in
-
Page Loading...