Raindrop.io Bookmarks 10/02/2024
著
- Accessibility Maturity Model
"Whether your company is just starting its cultural transformation on disability inclusion or looking to improve existing processes, the Accessibility Maturity Model can help. It provides a framework for measuring and assessing accessibility maturity, linking teams toward common goals and objectives."
- How to Defer Offscreen Images and Background Images | DebugBear
"Today, we can defer offscreen images right in the HTML using the loading="lazy" attribute, while the IntersectionObserver API provides a performance-friendly way to defer offscreen background images using JavaScript."
- The Frontend Treadmill - These Yaks Ain't Gonna Shave Themselves
"Companies that want to reduce the cost of their frontend tech becoming obsoleted so often should be looking to get back to fundamentals. Your teams should be working closer to the web platform with a lot less complex abstractions. We need to relearn what the web is capable of and go back to that."
- Dark Patterns Hall of Shame
"Protect your online privacy and rights by learning about dark patterns and unethical designs. Stay informed and avoid manipulation in the digital world."
- Start auditing and controlling the AI models accessing your content
"This launch starts with a detailed analytics view of the AI services that crawl your site and the specific content they access. Customers can review activity by AI provider, by type of bot, and which sections of their site are most popular. This data is available to every site on Cloudflare and does not require any configuration."
- How I build a button component - Piccalilli
"The hope is it demystifies the humble button and encourages folks who reach for a <div> and a JavaScript handler to use semantic elements."