Raindrop.io Bookmarks 10/02/2023
著
- Accessibility Is Easy ... Except for When It Isn't | State of the Browser 2023 | Presentations | A11y Tools
"Not everything that you might need to build on your site has a ready-made solution in the form of an HTML element or a recognised and documented pattern. Sometimes, things can get a little more tricky."
- Web Push is almost usable with iOS 17 - Matt Steele
"Another user-facing limitation: only webapps which have been added to (and launched from) the Home Screen have all the APIs needed to enable Web Push."
- Why HTTP/3 is eating the world | APNIC Blog
"HTTP/3 is almost identical to HTTP/2. They mainly differ in the technical implementation of the features on top of QUIC or TCP."
- Cloudflare Fonts: enhancing website font privacy and speed
"Google Fonts employs a two-domain system: the CSS resides on one domain - fonts.googleapis.com - while the font files reside on another domain - fonts.gstatic.com."
- "AI", and the trouble with inaccessible SaaS - localghost
"This isn't purely a Vercel problem, of course, it's an everyone problem. But we as developers can make it better by learning how to write semantic HTML and proper CSS, and then training the models on that."
- Yes, Digital Product Owners: Accessibility is your accountability, too. | LinkedIn
"Yes, implementing and testing accessibility is engineering effort. But the broader challenge of building inclusive digital experiences is more fundamental."
- Understanding the CSS auto-resizing textarea trick | Simon Willison's TILs
"any time the <textarea> content changes, the JavaScript will update that data-replicated-value attribute and the text content inside that pseudo-element will change too - which modifies its height."