Raindrop.io Bookmarks 04/15/2021
著
- Reseter.css - A Futuristic Alternative To Normalize.css And CSS Resets
"Reseter.css resets all the premade styles by the browser. It normalizes the browser's stylesheet for a better cross-browser experience."
- Short note on role none or presentation? - HTML Accessibility
"All modern browsers support both role="none" and role="presentation""
- hteumeuleu/email-bugs: Email quirks and bugs
"The goal is to make email designers life easier in order to find and understand weird email clients behaviors. But it's also to try to improve the situation by reporting each bug to the concerned company."
- How to Leverage the Fullscreen API... and Style It | CSS-Tricks
"The cool thing about the Fullscreen API is that we can match a fullscreen element in CSS. That's exactly what the :fullscreen pseudo-selector is designed to do!"
- Say Hello To CSS Container Queries
"Oftentimes, responsive web design is not about the viewport or the screen size. It's about the container size."
- Practical accessibility, part 2: Name (almost) everything | Filament Group, Inc.
"It seems like a simple concept, but like many things in web development, naming is both critical to accessibility and very easy to omit or implement badly."