Introducing command And commandfor In HTML(chrome.com) Chrome 135 introduces new capabilities for providing declarative behaviour with the new command and commandfor attributes, enhancing and replacing the popovertargetaction and popovertarget attributes.
Free Threaded Python with Asyncio(changs.co.uk) With the immanent release of Python 3.13, I wanted to look at the biggest changes coming to Python. I think by far the most exciting feature is free-threaded Python from PEP-703.
CSS @property and the new style(ryanmulligan.dev) The [`@property`](https://developer.mozilla.org/en-US/docs/Web/CSS/@property) at-rule recently gained support across all modern browsers, unlocking the ability to explicitly define a syntax, initial value, and inheritance for CSS custom properties.