Description
Several text elements over background images fail WCAG AA contrast ratio requirements, making them illegible for visually impaired users. Furthermore, the layout lacks proper <main>, <nav>, and <footer> semantic tags for screen readers.
Proposed Solution
I propose running a Lighthouse accessibility audit. I will add subtle text-shadows or background overlays to fix contrast issues, and refactor the <div> soup into proper semantic HTML5 landmarks.
I would love to work on this critical accessibility issue under the GSSoC '24 program! Could you please assign it to me?
Description
Several text elements over background images fail WCAG AA contrast ratio requirements, making them illegible for visually impaired users. Furthermore, the layout lacks proper
<main>,<nav>, and<footer>semantic tags for screen readers.Proposed Solution
I propose running a Lighthouse accessibility audit. I will add subtle text-shadows or background overlays to fix contrast issues, and refactor the
<div>soup into proper semantic HTML5 landmarks.I would love to work on this critical accessibility issue under the GSSoC '24 program! Could you please assign it to me?