Pim de Wit

Results 7 comments of Pim de Wit

Given the "next-gen" nature of this project (custom-elements and all), I don't think using PointerEvents would be a huge problem 🤔

@ciampo Would you like to use something like https://codesandbox.io/ for this? or do you prefer to keep it on GitHub?

I've updated the PR - we set the tabindex in `_onSlidesSlotChange` to -1 to ensure we can programmatically focus the slides. If `inert=true`, the element will not be focusable regardless...

Focus-management breaks in all attribute variations except when `autofocus=true` because of inert/tabindex changes. Removing the conditional in the snippet below "fixes" the issue, but ofcourse thats not a viable option....

Are you going down the `IntersectionObserver` path? or were you thinking of something else? Edit: This could impact https://github.com/ciampo/macro-carousel/issues/43

@claviska have you considered offering another base/preset-theme that is contrast-sufficient by default?

What is the recommended way to query a File until this is implemented?