Raindrop.io Bookmarks 05/23/2024
著
- Speculation Rules API - Web APIs | MDN
"The Speculation Rules API provides an alternative to the widely-available <link rel="prefetch"> feature and is designed to supersede the Chrome-only deprecated <link rel="prerender"> feature."
- Space debris could be dealt with more cheaply than previously thought, new NASA report suggests | Space
"The new report, called Cost and Benefit Analysis of Mitigating, Tracking and Remediating Orbital Debris, compares the cost-effectiveness of more than 10 different strategies that could be used to reduce the risk of collisions between satellites and orbital debris."
- Web Platform Dashboard - Frontend Masters Boost
"It's explicitly not a caniuse replacement. In fact it's use case is rather niche: it's mostly to show off what's new on the web for people (like writers) who are specifically looking for that."
- Modern CSS Layouts: You Might Not Need A Framework For That -- Smashing Magazine
"Modern CSS features have significantly cut the need to reach for a framework simply for its layout. Yet, I continue to see it happen. Or, I empathize with many of my colleagues who find themselves re-creating the same Grid or Flexbox layout over and over again."
- 6 Tips for a Technical -- and Cultural -- Shift to Accessibility - TPGi
"In this article, we focus on both low-hanging fruit that can provide readily achievable accessibility improvements and long-term goals for ingraining accessibility in your organization's culture."
- (Danger!) Preventing Zoom from Changing Text Size - Frontend Masters Boost
"The best approach that I know of is to use clamp() so that font-size can't get too big or too small based on window size alone, then include a rem value (that's somewhere in the vicinity of 1) in the calculation such that zooming still works normally."