Diigo Bookmarks 05/02/2020
著
- UI cheat sheet: dropdown field - UX Collective
"Dropdowns get a lot of flak from the UI world - and if we are honest, it's not without reason. Done badly, they become cumbersome, overwhelming, and ugly."
- No Style Design System
"A design system housing all the components and patterns from the book, Form Design Patterns by Adam Silver."
- What's in a name? | Sarah Higley
"Both forgetting a name entirely and adding too many names result from not understanding when and how to properly give an element a name."
- Core Components of an effective Accessibility Statement
"Your accessibility statement should be a clear, transparent, and informative statement documenting your commitment to ensuring accessibility for your customers with disabilities and how they can reach you in case they have problems."
- Storage for the web
"For the network resources necessary to load your app and file-based content, use the Cache Storage API (part of service workers). For other data, use IndexedDB (with a promises wrapper)."
- Better Form Inputs for Better Mobile User Experiences | CSS-Tricks
"Here's one simple, practical way to make apps perform better on mobile devices: always configure HTML input fields with the correct type, inputmode, and autocomplete attributes."
- An introduction to CSS Grid | Go Make Things
"Today, I wanted to demystify CSS Grid, and show you how to create some simple grid-based layouts with just a few lines of CSS."