Web Platform Status Notification Emails
The Web Platform Status website offers customizable email alerts to notify developers when specific web features change their support status. This allows engineers to track exactly when highly anticipated features, such as Customizable <select>, transition into Baseline status.
Frontend Masters · 12 August 2026 · Read the original →
Reminder that `system-ui` is well supported, when you use it on macOS you get San Francisco which is a variable font, which is fun, and the fallbacks are pretty good.
Using the `system-ui` value in the CSS `font-family` property serves the operating system's default user interface font. This approach is highly supported across modern browsers and platforms, rendering native-feeling typography like San Francisco (a variable font) on macOS and system-specific fallbacks elsewhere.
Frontend Masters · 12 August 2026 · Read the original →
Astro 7.2
The Astro 7.2 release introduces experimental support for incremental static builds to optimize build times. It also adds a configuration option to opt out of session support, a background mode for the `astro preview` command, and relative logger entrypoints.
Astro · 12 August 2026 · Read the original →
Building Tactile UX: Honoring Intentional Design With Lottie
This post explores alternatives to heavy physics engines like Matter.js, Cannon.js, or WebGL for creating tactile, bouncy web interfaces. It discusses how Lottie animations can be used as a lighter, more intentional design tool to achieve interactive, gamified UX.
Smashing Magazine · 12 August 2026 · Read the original →
Animating CSS border-image
The post highlights the capabilities of the often-overlooked CSS `border-image` property. It demonstrates how animating border image slices across an element's borders can create unique and visually appealing motion effects.
CSS-Tricks · 12 August 2026 · Read the original →
5 CSS Properties You Should Know for Better Text Designs
This guide highlights five simple but underutilized CSS properties designed to enhance web typography and text layouts. It focuses on properties that go beyond standard weight and spacing adjustments to make text visually distinctive.
Frontend Masters · 12 August 2026 · Read the original →
2026 State of CSS, Devs Surveys
This post reviews key takeaways and trends from the newly released 2026 State of CSS developer survey. It highlights the evolving landscape of CSS features and developer adoption rates.
CSS-Tricks · 12 August 2026 · Read the original →
TypeScript 5.9 Improves Build Speeds
TypeScript 5.9 documentation, updated August 10, 2026, highlights an approximately 11% speedup in build times. This improvement stems from optimizations in function expression allocation, particularly in code paths involving file existence checks.
TypeScript · 12 August 2026 · Read the original →
TypeScript 5.9 improves build speeds, which we will immediately offset with more complex types.
8 stories, every Wednesday
Published here every week. Follow by RSS to get it as it lands.