Skip to content

[a11y] Homepage - Fix span elements to not be considered as heading #10290

Description

Hi everyone,

To improve accessibility on the website, we have some "simple" fixes to implement.
Issue detected:

Elements that visually appear as titles but are coded with a non-heading HTML Tag should include a "role" attribute that equals to "heading" or have their tags fixed.

  • <span>Help us make food transparency the norm!</span>
  • <span id="everyday">everyday</span>
  • <span id="foods">foods</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions