Potentially Coming to a Browser :near() You
AI & ML

Potentially Coming to a Browser :near() You

Danny has several ideas for how we could use :near(), a proposed pseudo-class that detects when the pointer is near an element. Potentially Coming to a Browser :near() You originally published on CSS-...

Feb 20, 2026 5 min read
A Complete Guide to Bookmarklets
Development

A Complete Guide to Bookmarklets

Browsers don't just let you bookmark web pages. You can also bookmark JavaScript, allowing you to do so much more than merely save pages. A Complete Guide to Bookmarklets originally published on CSS-T...

Feb 25, 2026 5 min read
An Exploit … in CSS?!
AI & ML

An Exploit … in CSS?!

Read an explanation of the recent CVE-2026-2441 vulnerability that was labeled a "CSS exploit" that "allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page." An E...

Feb 25, 2026 5 min read
Yet Another Way to Center an (Absolute) Element
AI & ML

Yet Another Way to Center an (Absolute) Element

TL;DR: We can center absolute-positioned elements in three lines of CSS. And it works on all browsers! Yet Another Way to Center an (Absolute) Element originally published on CSS-Tricks, which is part...

Feb 27, 2026 5 min read
Popover API or Dialog API: Which to Choose?
AI & ML

Popover API or Dialog API: Which to Choose?

Choosing between Popover API and Dialog API is difficult because they seem to do the same job, but they don’t! After a bit lots of research, I discovered that the Popover API and Dialog API are wildly...

Mar 02, 2026 5 min read