The foundational language of the web is getting plenty of love lately! While HTML moves a bit more slowly than its buddies, CSS and JavaScript, that tends to be a good thing.

I’m not gonna do, like,

in here. That’s too basic for you. That shipped in like 2009. You already know it’s a perfect semantic wrapper element “which is intended to be independently distributable or reusable (e.g., in syndication). Examples include: a forum post, a magazine or newspaper article, a blog entry, a product card, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.” Plus, it has the implied ARIA role="article", so you don’t need to add that, which covers that first rule of using ARIA pretty nicely.

Nah, I wouldn’t do that to you. We’re going to do some other elements, attributes, and HTML fun that might have slipped under your radar in recent years. Mostly 2026 stuff, but I’m not terribly strict about it, as you’ll see.


Permissions Elements (like )

There was a element tested out a while back, but that experiment is dead. Instead, we’re going to get more specific elements for things you need permissions for, like the element.

I kind of like the direct semantics of a button for a specific permission; that’s nice. But I think the bigger story is “recovery”, as they call it. Have you ever had a browser ask you for permissions for some kind of access and you’re like “No!”? That’s fair. And it’s the point. APIs behind permission prompts are sensitive. It’s fair that you don’t want some website to know exactly where you are in the world, for example.

But when you said “No!” — it’s also fair that you might change your mind at some point in the future. But at this point, those APIs are kinda locked, and the only way to change your mind is to dig around in your browser preferences, find where you made that choice, and remove or reverse it. A permissions-specific button makes it much easier to change your mind. Just click it again; the button will ask again, and you can make a fresh choice. There is a variety of data showing that the recovery flows are much more successful.

The Element

This new element essentially makes a specialty