Raindrop.io Bookmarks 10/07/2024
著
- Display: Contents Is Not a CSS Reset -- Adrian Roselli
"More direct advice would be: do not use display: contents on anything that can take focus or is interactive. Probably avoid it on things with richer semantics (such as tables and lists and headings and so on)."
- What's the Difference Between Information Architecture and Content Strategy? | Jorge Arango
"Content strategy focuses on the work. Information architecture focuses on the frame. Yes, there's some overlap between them. (E.g., SEO.) But they are distinct and complementary disciplines. Inside/outside."
- On being a "JavaScript framework developer"... | Stefan Judis Web Development
"So, if you can, focus on becoming a web developer rather than a framework developer!"
- How A Bottom-Up Design Approach Enhances Site Accessibility -- Smashing Magazine
"In web design, in particular, a bottom-up approach means starting with the specifics of the user experience instead of the desired effect."
- Benchmarking the performance of CSS @property | Articles | web.dev
"Using inherits: false when registering a custom property has a meaningful impact. With it you prevent the property from inheriting. When the property's value changes it therefore only affects the styles of the matched element instead of the entire subtree."
- New Values and Functions in CSS
"The CSS Working Group released the first Public Working Draft for the CSS Values and Units Module Level 5. It describes the common values and units that CSS properties accept and the syntax used for them, and it comes with some interesting new features."