Skip to content

Accessibility concern: focusable elements should not have aria-hidden="true" #188

Description

@UlyssesZh

The anchors added by inject_anchors filter are focusable elements with aria-hidden="true". They create ghost focusable elements for people using accessibility tools such as screen readers, which has negative impact on accessibility. I suggest: either make it unfocusable with tabindex="-1", or use aria-label instead of aria-hidden.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions