Stay organized with collections by saving and categorizing content based on your preferences. Buttons are crucial for dynamic web applications, opening menus, toggling actions, and submitting forms. However, making buttons simple and accessible can pose unexpected challenges, especially for developers working on micro-frontends or component systems. Chrome 135 introduces new attributes like command and commandfor to enhance simplicity and accessibility. Building button behaviors without a framework can be complex due to Content Security Policy rules. Frameworks like React, AlpineJS, and Svelte aim to streamline this process. The command and commandfor attributes offer a declarative way to perform actions on other elements, providing the ease of a framework without sacrificing flexibility.
https://developer.chrome.com/blog/command-and-commandfor