Raindrop.io Bookmarks 04/29/2023
著
- Designing and Coding for Voice - Brian DeConinck
"If you have both visible text and an aria-label on an element to give it a unique accessible name, make sure they have consistent words and a consistent grammatical structure."
- Using performance testing to build resilient, accessible systems for all - Ad Hoc
"A well-maintained, 10-year-old car will work fine to get you from A to B. A well-maintained bike will probably last even longer than the car. A 45-year-old landline phone can still receive and place calls. But what happens if you try to access a web page using a 3-year-old smartphone? How about a 5 or even a 10-year-old one?"
- The Figma to Browser Chasm - Jim Nielsen's Blog
"If you can't translate all the hours and talent being sunk into a Figma file to working code in the browser, you're throwing away time and money."
- As a user, I don't want to. Task-oriented user stories mix up... | by Pavel Samsonov | Mar, 2023 | UX Collective
"When the complexity cost of physical products exceeds the value, users have a way out. With software, they just leave."
- Automated accessibility testing for apps - abra.ai
"Abra AI automatically detects accessibility issues in Android and iOS apps."
- Spinning Diagrams with CSS
"To keep the letters facing forwards, we can 'un-spin' them in sync with the spinning parent, but in the opposite direction."
- CSS Custom Properties Beyond the :root · Matthias Ott - User Experience Designer
"Defining custom properties on the :root selector might make them look a bit more like global variables, because :root is the equivalent of the root element of your document."