Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
davidraijmakers opened this issue Jan 2, 2020 · 4 comments
Labels

Comments

@davidraijmakers
Copy link

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?

@liyasthomas
Copy link

[aria-*] attributes do not have valid values

This issue is reducing Lighthouse score.

@lifenautjoe
Copy link

@Akryum ping 🙏

@beckybair
Copy link

beckybair commented Jun 26, 2020

this is also showing up on our AQA audits - a fix would be wonderful, please...

The popover isn't within the DOM until a user clicks an element to view it, and until that happens, the aria-describedby attribute is moot.

@mindsurfer
Copy link

Is there any update on this ? I have literally just been tasked with solving this issue for work and if I can't, I have to find alternative popup solution. @Akryum ?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants