torchbox / careers

Torchbox careers site
https://torchbox.com/careers
4 stars 1 forks source link

Fix HTML Validation Errors #91

Closed jhancock532 closed 2 years ago

jhancock532 commented 2 years ago

I've ran the website pages through https://validator.w3.org/nu/ and made changes for issues that were being raised.

The Next.js image components were repeatedly causing errors, this doesn't have an easy fix as its baked into how these components work.

A warning was raised with the use of an aria label for the jobs badge. I'd like to refactor this as a screenreader only text element instead, but I'm not sure if this is necessary.

How to Test

You can test the preview site by putting this URL into the Nu HTML validator

Screenshots

Expand to show more image

MR Checklist