Skip to content

A learning community for front-end designers and developers

17Readers
37Posts
todayLast active
Quick Hit #178
Sep 3, 2026
Chrome 155 (Dev) implements margin-trim, following Safari.
chromeCSS
Quick Hit #177
Sep 2, 2026
Firefox 155 implements progress(), now Baseline.
CSSfirefox
Quick Hit #176
Sep 1, 2026
Firefox 155 ships alpha() and advanced attr(), which Chrome also supports (Safari to follow soon).
alpha()attr()
Let’s Use the Emergent CSS random() Function in all the Browsers
Aug 31, 2026
The journey to create a polyfill for the upcoming CSS random() function that works in all browsers.
CSS functionspolyfill
What’s !important #18: , Syntax ::highlight()ing, named-feature(), and More
Aug 31, 2026
Well, that’s a wrap. No, not a flex-wrap, but rather today marks a new day, week, month, season, aaaand new edition of What’s important (#18), bringing you the best content that developers have produced over the last couple of weeks or so.
newsArticles
Quick Hit #175
Aug 28, 2026
Safari TP 251 trials comma-separated @container queries in addition to popover=hint.
container-queriesCSS
Quick Hit #174
Aug 28, 2026
Safari TP 251 trials corner-shape, object-view-box, at-rule(), ident(), inherit(), random(), and random-item().
1
CSSsafari
Creating Web Widgets Using the Document Picture-in-Picture API
Aug 27, 2026
The general idea is that we create a Document Picture-in-Picture window (DPIP window), and then we put HTML, CSS, and JavaScript into it.
JavaScriptpicture-in-picture
Quick Hit #173
Aug 25, 2026
Chrome 152 ships the autocorrect HTML attribute, making it Baseline, and the alpha() CSS function (Safari and Firefox are to follow shortly).
alpha()autocorrect
MicroLighter: Syntax Highlighter
Aug 25, 2026
Syntax highlighting for code blocks without the complicated markup, spans, classes, and bloated JavaScript, courtesy of Uncle Dave.
custom highlight apiresource
Resolved: CSS Class Prefix Selector
Aug 21, 2026
A newly resolved proposal would allow us to select classes that are a prefix for variations with a wildcard, like .prefix-*.
selectorsLinks
CSS Navigation Matching, Early Days
Aug 19, 2026
Apply a style when someone navigates from one specific page to another. The idea being it'd make the sources for cross-document view transitions declarative in CSS rather than managing that stuff in JavaScript.
css navigationview transitions