
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โฆ

