camicroscope / caMicroscope

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

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

Closed nwanduka closed 5 months ago

nwanduka commented 5 months 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