Hidde de Vries

Results 12 issues of Hidde de Vries

(This addresses #25 partly) This returns focus back to , which, while not ideal, is what would happen in a non-SPA. For users of screenreaders, I'd say this is better...

In our design system / authoring tool, we have a selectmenu-like component that uses a custom arrow: When I tried to recreate it with ``, I got the default ``...

select
needs edits

In a selectmenu-like pattern in our product, the button part has a background color while the select is open. I may be overlooking something obvious, but it looks to me...

select

The [`textinput`](https://github.com/sanity-io/design/edit/next/packages/@sanity/ui/src/primitives/textInput/textInput.tsx) [clear field button](https://github.com/sanity-io/design/blob/next/packages/%40sanity/ui/src/primitives/textInput/textInput.tsx#L293-L303) does not have a label. Maybe we can hardcode `aria-label="Clear field"`, or make the label a prop with a sensible default?

### Description The blog schema has a field for a main image, but no field to provide alternative text for that image. This change adds that. This is from a...

v2

This annotation would let you select a character and then add ruby characters to it. Ruby characters are used to annotate (!) main characters, for instance to show how to...

Currently the `sc` property of an issue accepts one number, for instance: ```yaml sc: 1.1.1 ``` It would be nice if you could add an array of SCs: ```yaml sc:...

We should probably adopt some code style and set up a way to ensure new code meets it.

In [totals_per_level.json](https://github.com/hidde/eleventy-wcag-reporter/blob/main/src/_data/totals_per_level.json), I hardcoded how many SCs there are per level, per version of WCAG. As the report knows which version of WCAG to use, and there is a [JSON...