Skip to content

a11y: add visually-hidden h1 to TopAppBar when title is empty but logo is present #438

@perasperaactual

Description

@perasperaactual

When title is empty and a wordmark logo is used, the TopAppBar renders <h1></h1> in the DOM. Screen readers skip it and rely solely on the logo alt text for the site name. A visually-hidden <h1> (not display:none, but zero-size off-screen) would give screen reader users the site title without affecting the visual design. Related to PR #437.

Metadata

Metadata

Assignees

No one assigned

    Labels

    accessibilityWeb accessibility (WCAG, a11y)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions