imageck
imageck
# Bug report ## Description / Observed Behavior When mutation fails, revalidation proceeds. ## Expected Behavior Revalidation should not occur if the mutation threw an error. ## Additional Context SWR...
### Is your feature request related to a problem? Please describe A group of cards is not accessible out of the box. To enable keyboard interaction and navigation, manual implementation...
### Is your feature request related to a problem? Please describe Current implementation of `ToggleButton` renders a label with its associated control essentially hidden and relies on the `.btn-check` class....
### Is your feature request related to a problem? Please describe Currently, if it is `false`, then the component is not rendered. This behavior fails the test for [Technique ARIA19](https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA19.html)....
### Is your feature request related to a problem? Please describe Currently, it's a deeply-nested tree of `div`s and such without defined roles or accessible names. ### Describe the solution...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
ARIA APG[[1]](https://www.w3.org/WAI/ARIA/apg/patterns/menu-button/) [[2]](https://www.w3.org/WAI/ARIA/apg/patterns/menu-button/examples/menu-button-links/) recommends omitting `aria-expanded` when the menu is hidden. For `combobox`, however, it **must** be present at all times.
## Is your feature request related to a problem? Please describe Currently, the role of modals is hard-coded to `dialog`. However, ARIA also describes an `alertdialog` role, which is perfect...
### Describe the bug Exact search terms resembling domain names are loaded as pages when double-quoted. ### How to Reproduce 1. Enter `"com.android"`. 2. It's transformed into `http://"com.android"`. ### Expected...