---
title: "CSS Wrapped 2025"
url: https://daily.dev/posts/css-wrapped-2025-tcohuvuoq
source_url: https://una.im/2025-12-08-css-wrapped/
type: article
source: "Una Kravets"
published: 2025-12-08T19:30:29.504Z
updated: 2025-12-08T19:30:59.424Z
tags: ["webdev", "css", "html", "google-chrome"]
reading_time: 1
upvotes: 279
comments: 7
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# CSS Wrapped 2025

**[Una Kravets](https://daily.dev/sources/una)** · 1 min read · 279 upvotes · 7 comments

## Summary

Chrome 135 introduces Invoker Commands, allowing buttons to perform actions on dialogs and popovers declaratively using commandfor and command attributes, eliminating the need for JavaScript onclick handlers. The feature supports built-in commands like show-modal, close, and toggle-popover that mirror their JavaScript counterparts, plus custom commands prefixed with double dashes that can be handled via the toggle event. A polyfill is available for broader browser support.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://una.im/2025-12-08-css-wrapped/>

## Community discussion

Top comments from developers on daily.dev.

**@ezpie** · 4 upvotes

> we got CSS wrapped in clay before GTA VI at this point!

**@aravjeetsuditi** · 2 upvotes

> finaly i dont have to juggle js and css tabs in vscode:)

**@petecapecod** · 1 upvotes

> Awesome so many great new features that are almost baseline or headed to browsers soon. And some polyfills to go with them 😂
> CSS just keeps getting better!

**@goldway** · 1 upvotes

> Yeah that was amazing, especially when I don't have to worry about forgetting to link the Javascript file to the HTML one ;)

**@prakharkhandelwal** · 0 upvotes

> Man!!!! This is super amazing stuff.
> Can't wait to accept in all browser and i will definitely be starting using these instead.

## Similar posts on daily.dev

- [HTML Invoker Commands Achieve Baseline Support Across All Major Browsers](https://daily.dev/posts/html-invoker-commands-achieve-baseline-support-across-all-major-browsers-luvyny0hj) · InfoQ · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#css](https://daily.dev/tags/css), [#html](https://daily.dev/tags/html), [#google-chrome](https://daily.dev/tags/google-chrome)

[View this post on daily.dev](https://daily.dev/posts/css-wrapped-2025-tcohuvuoq)
