Barisoba

Results 4 issues of Barisoba

Hi, do you have an example of this case using gsap object instead of tweenmax (that was deprecated)? https://scrollmagic.io/examples/expert/image_sequence.html Thanks in advance

When navigating through options, screen readers don't announce the size of the list (1 of 7, 2 of 7...) . WAI ARIA pattern expects the semantic of list. https://www.w3.org/WAI/ARIA/apg/example-index/combobox/combobox-autocomplete-list.html What...

bug

When the infinite scroll is active, and slides are cloned, the aria-hidden="true" is not enough for keyboard-only users. You should add a tabindex="-1" to all interactive children as well, to...

Hello there, wondering why you haven't implemented the focus trap inside the dialog as advised here: https://www.w3.org/TR/wai-aria-practices-1.1/examples/dialog-modal/dialog.html I think it's fundamental to define the Modal accessible. Thanks