camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
231 stars 286 forks source link

[Accessibility] Landing page: Heading elements not in sequentially descending order #967

Closed nwanduka closed 2 weeks ago

nwanduka commented 3 weeks ago

Description The heading levels in the landing page go thus:

h1

h3 h3

It skips h2 and moves to h3.

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies.

Screenshots image