rsteckline / rancid-tomatillos

https://rancid-tomatillos-dusky.vercel.app
0 stars 1 forks source link

[BUG] Heading elements are not in a sequentially-descending order #74

Open ericahagle opened 9 months ago

ericahagle commented 9 months ago

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.

Image

ericahagle commented 9 months ago

This should be relatively easy to fix, but will require refactoring in at least a couple of places in the implementation code as well as our Cypress tests.

While I do think we should fix it, we don't have time to complete it before the project is due. We should ask Nick if we need to address this issue before the project can be considered passing, or if it's something we could keep in mind for our own learning later.