Martin Underhill
Martin Underhill
This is all about feedback that the export has been triggered. Visually, we've got the change of the parent button's text, so we should be offering that non-visually too. Making...
I think the focus was moved from the close button to the toast itself, wasn't it? That way screen reader users get read the message rather than "Close" when the...
Truncation is a tricky one… Wrapping form labels ensures all users can access the content. The tooltip solution has a few of downsides: - It's only available to users with...
Hi all, very sorry for my late response to this! I'm glad that truncation is being viewed as a design technique of last resort, but it's the fact that it's...
This is probably one to kick back to design. You could add an ARIA label to each colour, but that's only half the battle: a visible label paired with the...
We're using the [Checkbox items with hints](https://design-system.service.gov.uk/components/checkboxes/#checkbox-items-with-hints) pattern in our service and I've noticed something in VoiceOver (can't comment on JAWS or NVDA). Here's an abbreviated version of the code...
Sublime Text 4 (just released) has `light_color_scheme` and `dark_color_scheme`, and `light_theme` and `dark_theme` preferences. It would be great if light variants of the UI and highlighting were available.
@lspoor I think you'd have to buy and install [Operator Mono](https://www.typography.com/blog/introducing-operator) on your system then add it as the `font-face` in your Preferences.sublime-settings file. It's not cheap, though, and I...
@nicktitchmarsh Even when paired with tooltips, the labels are then only available to users with a mouse/pointer. To give a few examples, we're preventing keyboard users, speech recognition users, and...
I can see a use case for not including a *label* with a select (although I'm not a fan), for example if the labelling is provided with a table header...