Skip to content

Accessibility concerns - ARIA attributes must conform to valid values #432

@davidraijmakers

Description

@davidraijmakers

I am getting some warnings from axe and tools like lighthouse on pages like https://akryum.github.io/v-tooltip/#/ that there is a accessibility issue regarding the hidden popovers in the dom but the aria-describedby that is present. Axe says the following:

ARIA attributes must conform to valid values
Screenshot 2020-01-02 at 10 44 50

This is because the popovers are not by default shown and get removed after a few seconds hiding the popover.

Shouldn't this be changed by always having the popover added to the dom and let it hide/show whenever the popover is activated?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions