nostyle icon indicating copy to clipboard operation
nostyle copied to clipboard

NoStyle Design System by Adam Silver

Results 9 nostyle issues
Sort by recently updated
recently updated
newest added

Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

Hi there Just saw your form design system in the Smashing newsletter. Checked it on mobile and thought I'd let you know that adding `touch-action: manipulation;` to the [stepper component](http://nostyle.herokuapp.com/components/stepper)...

This happens in any screen reader. For example, with NVDA + Firefox: 1. Go to https://nostyle.herokuapp.com/examples/autocomplete 2. Tab to the control to focus it and type "states" 3. Use `NVDA...

on http://nostyle.herokuapp.com/patterns/search the link to view standalone covered the magnifier glass button. Consider adding some margin on top of the header so it clears the overlay link?

For the Seat Chooser component, when tabbing to a selected seat (green), it's missing a visual focus indicator (focus ring). https://nostyle.onrender.com/components/seat-chooser ![image](https://user-images.githubusercontent.com/473400/234359972-5bf58336-8520-4006-8b51-7c69be6b21f8.png)

It seems this should be a supported keypress behaviour as this is the standard for HTML select lists. [This W3 autocomplete combobox example](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list/) closes on Escape keypress.

To clarify, I am not using this code myself, but I recommend the autocomplete pattern to accessibility audit clients. While testing the [demo](https://nostyle.onrender.com/examples/autocomplete) using VoiceOver + keyboard navigation on MacOS,...