Skip to content

[a11y] Footer - Bad HTML structure #1224

@fffan64

Description

@fffan64

The footer menu is not structured correctly, the links are visually presented as a navigation list. However, they are simply chained in the HTML code using <a> tags without a list structure (<ul><li>). This does not comply with the expected structure for a menu or a list of links.

Suggestion: Enclose the links in an unordered list (<ul>) with <li> elements inside the <nav>.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions