Raindrop.io Bookmarks 07/13/2021
著
- The Art of Design Spec'ing → Mahdi Farra
"Let's learn more about design specs, how to create them, and how they smooth out the hand-off process between design and engineering."
- Building a color scheme
"shift + down arrow is pressed to lower the lightness and increase contrast until passing"
- Automating Screen Reader Testing On macOS Using Auto VO -- Smashing Magazine
"If you're an accessibility nerd like me, or just curious about assistive technology, you'll dig Auto-VO. Auto-VO is a node module and CLI for automated testing of web content with the VoiceOver screen reader on macOS."
- Using Performant Next-Gen Images in CSS with image-set | CSS-Tricks
"By using image-set we can provide multiple resolutions of an image and trust the browser to make the best decision about which one to use. This can be used to specify a value for three different CSS properties: content, cursor, and most useful of all, background-image."
- Usablenet - Midyear Report - App & Web Accessibility Lawsuits on track for record
"The number of lawsuits that claim a website, app, or video is in-accessible has increased 20% year over year. Based on midyear trends, 2021 may total more than 4,000 lawsuits."
- Using the Specificity of :where() as a CSS Reset | CSS-Tricks
"The key about :where() is that it always has 0 specificity."