flickity
flickity copied to clipboard
Feature/watch visibility
This feature adds or removes the className is-visible based on cells' condition.
Thanks so much for this contribution. This has been requested several times. I'll be evaluating adding this feature in the next minor release.
@desandro, great! And when will that be?
@larscmagnusson Could this PR be updated to also properly add/remove the aria-hidden attribute based on the cell visibility?
@desandro once this PR is updated to handle the aria-hidden could it be merged? If a given slide with aria-hidden=true contains focusable elements, Lighthouse now returns this as an accessibility issue. A simple fix would be to set aria-hidden elements to visibility: hidden, but the fact that Flickity currently does not handle the aria-hidden attribute correctly prevent us to do that :(
@jenswittmann Done
I would love to see this issue resolved.
Any updates on this?
Is there any update on this?
Can we merge this please? Would love to have this issue fixed!
What is the status on this issue? We are using Flickity and are getting flagged for accessibility.