How to get consistent print output across a range of browsers and their never-ending stream of subtle nuances.| CodeKraft
While there’s no truly native way to build a light/dark color scheme switcher yet, we all try our best to build something that comes close. Some native HTML options are often overlooked in favor of hacky solutions. Let’s make them well-known and widely used while we wait for the proper built-in one.| pepelsbey.dev
The preload value of the element's rel attribute lets you declare fetch requests in the HTML's| MDN Web Docs
The cascade is an algorithm that defines how user agents combine property values originating from different sources. The cascade defines the origin and layer that takes precedence when declarations in more than one origin, cascade layer, or @scope block set a value for a property on an element.| MDN Web Docs
CSS Media queries are a way to target browser by certain characteristics, features, and user preferences, then apply styles based on those things.| CSS-Tricks
Back to writing| voussoir.net
The prefers-reduced-motion CSS media feature is used to detect if a user has enabled a setting on their device to minimize the amount of non-essential motion. The setting is used to convey to the browser on the device that the user prefers an interface that removes, reduces, or replaces motion-based animations.| MDN Web Docs
Some CSS media queries can detect user preferences. We'll review the two best-supported types for motion and color settings.| 12daysofweb.dev
I first got into web design/development in the late 90s, and only as I type this sentence do I realize how long ago that was.| eev.ee