Skip to content

Exclude invisible slider items from tab navigation #521

@pascalbaab

Description

@pascalbaab

All invisible slider items have the attribute aria-hidden="true". This causes them and their child elements to be hidden from assistive technology but they can still be focused tab navigation this could potentially cause confusion for the user.

To prevent this from happening the invisible slider items should be excluded from tabnavigation. For example by using tabindex: -1

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