Roy Eden
Roy Eden
# Preface: The other day I was watching this [tutorial](https://youtu.be/ktcWOLeWP-g) featured in the OrcaJS repo, and I found out that adjusting the BPM programmatically (as seen [here](https://youtu.be/ktcWOLeWP-g?t=1509)) wasn't an option,...
**Describe the bug** > It would be good to contemplate the keyboard accessibility for drag `move` gestures, as the current implementation is not working the same as other libraries that...
Hi! Thanks for the cool library :smile: I was setting it up for a personal project and I noticed there weren't any keyboard interactions available, so I tried my best...
* Include the SolidStart setup for `@solid/meta`. * Point out possible issues with normal `` tags being SSR'd. * Change code block syntax highlighting from `js` to `jsx`.
Accessibility is important, even for demos :smile: Keyboard fixes: * Switched from `a` to `button`, as the a without an href wasn't keyboard focusable. This also allows you to switch...
Adds _generic_ spanish translations. _Generic_ implies that spanish speakers will understand them, regardless of their regional variant. This should provide a base for future spanish translations, where regional variants have...
# **Describe the bug** The [`Accordion`](https://kobalte.dev/docs/core/components/accordion) component **doesn't follow** the correct WAI-ARIA specification that's [advertised in the documentation](https://www.w3.org/WAI/ARIA/apg/patterns/accordion/). Specifically, the [`Keyboard` interactions](https://kobalte.dev/docs/core/components/accordion#keyboard-interactions). The following interactions are failing: - When using...
Hello! I've noticed that `` components don't honor the `required` attribute properly, so this PR assigns a `value` attribute (same one assigned to the `select` element) to the `input` inside...
# Unable to override styles via CSS layers. By importing the styles directly via `import ./styles.css`, you are unable to override styles via layering css solutions without using important (for...
While testing Gem on Plug Data 0.9.2 (Nightly) on Windows 11, I've tried the example 01.redSquare When hitting create / destroy multiple times, the window starts growing it's size on...