
MDN Web Docs
@mozdevnet
The official MDN Web Docs account. We deliver the best web docs around.
ID: 1317739632
http://developer.mozilla.org 31-03-2013 05:09:49
5,5K Tweet
44,44K Followers
952 Following


In our last community call, Yash Raj Bharti gave amazing demos on what's new in CSS! π¨ In this video, he goes through the new view-transition that can help you gain full visual control over what changes, and without JavaScript elements. Read more π developer.mozilla.org/en-US/docs/Webβ¦




Using custom accordions? There's an easier way! πͺ The <details> element now has a name attribute with support across all major browsers. β¨ No more custom handling for UI accordions β¨ Less code to maintain β¨ Native browser support Try now π developer.mozilla.org/en-US/blog/htmβ¦



Working with <dialog> elements? π€ Don't use .close(), it ends the dialog immediately. Use HTMLDialogElement.requestClose(), it fires a close event first, giving your app a chance to intercept it, useful for confirmation or animations. Try now π developer.mozilla.org/en-US/docs/Webβ¦

Building extensions with Mozilla Add-ons? Try tabGroups API π The tabGroups API lets you interact with tab groups, giving users better control over their open tabs through your extension. What's possible? - Tab managers - Declutter browsers - Smarter workflows developer.mozilla.org/en-US/docs/Mozβ¦

Newly Available starting Firefox 140 β πͺ CookieStore API offers a modern, promise-based way to read, write, update, and delete cookies, all without parsing strings manually. It brings, β Async operations β Structured data β Service worker support π developer.mozilla.org/en-US/docs/Webβ¦

π The #StateOfHTML 2025 survey is now open! β‘οΈ Take it now: survey.devographics.com/en-US/survey/sβ¦ π‘ Spending time to fill these out is an investment into your craft, as browsers use the results to make prioritization decisions. You don't have to do it in one sitting (or even one device).

No more padding hacks πΌοΈ The aspect-ratio property lets you define a fixed width-to-height ratio for any element, making responsive design easier than ever. π₯ Great for responsive media π΄ Cleaner layouts w/o JS π¦ Works with grid, flexbox Read more β developer.mozilla.org/en-US/docs/Webβ¦

Master DOM! π₯οΈ Manipulating the DOM allows you to programmatically modify HTML elements, styles, and attributes. The DOM represents the structure of your web page as a tree of objects. Use JS to select, modify, add, or remove elements. Learn how π developer.mozilla.org/en-US/docs/Leaβ¦



Congrats to β¦MDN Web Docsβ© Celebrating 20 years of MDN | MDN Blog developer.mozilla.org/en-US/blog/mdnβ¦

