Raindrop.io Bookmarks 07/02/2024
著
- YouTube Embeds are Bananas Heavy and it's Fixable - Frontend Masters Boost
"YouTube Embeds are like 1.3MB in size with no shared resources between multiple embeds. Using a <lite-youtube> Web Component is more like 100k, does share resources, and sacrifices no functionality."
- Announcing the Ladybird Browser Initiative
"Today I want to share with you our plans for the next chapter of Ladybird, the truly independent, open source web browser we've been developing from scratch for the past few years. Ladybird uses a brand new engine based on web standards, without borrowing any code from other browsers."
- Be Careful Using 'Grid' -- Adrian Roselli
"Be careful when using the word grid on its own in your projects. Be certain you have chosen the term that accurately describes the pattern you want."
- Accessible fixed layout EPUBs? First draft of W3C best practices published - Fondazione LIA
"It is a document that is not intended to be exhaustive for now, but to explore possible solutions, since full accessibility of fixed-layout documents is not currently possible, due to limitations of the format that make it difficult to have control over the formatting of the text (for example, for readers with low vision or dyslexia)."
- The time for designers to learn to code is now - Piccalilli
"The thing to remember about learning HTML and CSS is that they are web standards and will long outlive Figma, Adobe XD and Sketch."
- Feedback on a Pagination Pattern -- Adrian Roselli
"1.Remove all the visually-hidden text. 2.Remove all the aria-labels. 3.Use hidden text to name the landmark with aria-labelledby."
- Writing HTML by hand is easier than debugging your static site generator - the logic grimoire
"for long term ease of maintenance I'm coming to believe it's wise to prefer static DATA that is maintained in a specified validated format over changing, dynamic CODE that keeps changing"