MDN Bloghttps://developer.mozilla.org/en-US/blog/The MDN Web Docs blog publishes articles about web development, open source software, web platform updates, tutorials, changes and updates to MDN, and more.enAll rights reserved 2023, MDNSun, 8 Jun 2025 00:26:48 +0000https://validator.w3.org/feed/docs/rss2.htmlhttps://developer.mozilla.org/mdn-social-share.pngMDN Bloghttps://developer.mozilla.org/en-US/blog/Color models for humans and deviceshttps://developer.mozilla.org/en-US/blog/color-models-humans-devices/<![CDATA[Images help bring more color and life to the web. This post describes how images are represented by humans and on different devices, with details about color spaces and vision theory.]]>polina-gurtovaiahttps://developer.mozilla.org/en-US/blog/color-models-humans-devices/Tue, 6 May 2025 00:00:00 +0000Default styles for h1 elements are changinghttps://developer.mozilla.org/en-US/blog/h1-element-styles/<![CDATA[Browsers are starting to roll out changes in default UA styles for nested section headings. This post describes the incoming changes, how to identify if it's an issue on your websites, and hints for conformant and better-structured pages. ]]>simon-pietershttps://developer.mozilla.org/en-US/blog/h1-element-styles/Fri, 11 Apr 2025 00:00:00 +0000Implications of Global Privacy Controlhttps://developer.mozilla.org/en-US/blog/global-privacy-control/<![CDATA[Global Privacy Control (GPC) is on the way to becoming a formal privacy standard with the recent publication of its first working draft. Let's take a look at what the implications are for developers and users.]]>lola-odelolahttps://developer.mozilla.org/en-US/blog/global-privacy-control/Sat, 15 Mar 2025 00:00:00 +0000JavaScript Temporal is cominghttps://developer.mozilla.org/en-US/blog/javascript-temporal-is-coming/<![CDATA[A new way to handle dates and times is being added to JavaScript. Let's take a look at Temporal, what problems it solves, the current state, and what you'll find in the new documentation about it on MDN. ]]>brian-smithhttps://developer.mozilla.org/en-US/blog/javascript-temporal-is-coming/Fri, 24 Jan 2025 00:00:00 +0000Fix your website's Largest Contentful Paint by optimizing image loadinghttps://developer.mozilla.org/en-US/blog/fix-image-lcp/<![CDATA[Learn techniques to improve the Largest Contentful Paint metric, a part of Core Web Vitals, for your website. ]]>debugbearhttps://developer.mozilla.org/en-US/blog/fix-image-lcp/Mon, 13 Jan 2025 00:00:00 +0000MDN 2024 content projectshttps://developer.mozilla.org/en-US/blog/mdn-2024-content-projects/<![CDATA[Let's have a look at MDN Web Docs content projects in 2024, with highlights of our top picks and recommended reading, and at what's next on MDN for 2025. ]]>vadim-makeevhttps://developer.mozilla.org/en-US/blog/mdn-2024-content-projects/Wed, 8 Jan 2025 00:00:00 +0000A new learning experience on MDNhttps://developer.mozilla.org/en-US/blog/curriculum-learn-web-development/<![CDATA[There's a new Learn Web Development section on MDN that merges the MDN Curriculum with the Learn section. Here's the background to these changes, what's new, and what you can expect to see in the future. ]]>ruth-johnhttps://developer.mozilla.org/en-US/blog/curriculum-learn-web-development/Fri, 20 Dec 2024 00:00:00 +0000Countdown to the holidays with daily coding challengeshttps://developer.mozilla.org/en-US/blog/daily-holiday-javascript-challenges/<![CDATA[Join JavaScriptmas this December for daily coding challenges designed to boost your skills and bring festive fun. Solve challenges on Scrimba, learn something new, and take part for a chance to win exciting prizes! ]]>sonal-soodhttps://developer.mozilla.org/en-US/blog/daily-holiday-javascript-challenges/Sun, 1 Dec 2024 00:00:00 +0000Monitoring and optimizing website performancehttps://developer.mozilla.org/en-US/blog/optimize-web-performance/<![CDATA[Learn about reading network request waterfalls, identifying common network performance issues, and optimizing page rendering. ]]>debugbearhttps://developer.mozilla.org/en-US/blog/optimize-web-performance/Mon, 11 Nov 2024 00:00:00 +0000How to land your first developer jobhttps://developer.mozilla.org/en-US/blog/how-to-land-your-first-developer-job/<![CDATA[Here are six effective strategies for landing your first developer job. These are especially relevant if you're self-taught or breaking into the tech industry without a traditional CS degree. ]]>per-borgenhttps://developer.mozilla.org/en-US/blog/how-to-land-your-first-developer-job/Fri, 1 Nov 2024 00:00:00 +0000Introducing the new MDN Community pagehttps://developer.mozilla.org/en-US/blog/new-community-page/<![CDATA[We are thrilled to announce the new MDN community page that will be a hub to recognize our contributors and a place for contributors to get involved. ]]>pranshu-khannahttps://developer.mozilla.org/en-US/blog/new-community-page/Tue, 15 Oct 2024 00:00:00 +0000Fixing your website's JavaScript performancehttps://developer.mozilla.org/en-US/blog/fix-javascript-performance/<![CDATA[Learn about lesser-known web performance bottlenecks connected to excessive JavaScript usage, like long tasks, large bundle sizes, and hydration issues. ]]>debugbearhttps://developer.mozilla.org/en-US/blog/fix-javascript-performance/Wed, 9 Oct 2024 00:00:00 +0000Get back to school! Supercharge your learning with MDN and Scrimbahttps://developer.mozilla.org/en-US/blog/mdn-scrimba-back2school/<![CDATA[For many of us, the holidays are over, and the time has come to focus. Now is an ideal time to dive into learning web development, and you're in luck — MDN and Scrimba are offering a 30% discount on select courses for the next month! ]]>hermina-condeihttps://developer.mozilla.org/en-US/blog/mdn-scrimba-back2school/Thu, 12 Sep 2024 00:00:00 +0000Efficient data handling with the Streams APIhttps://developer.mozilla.org/en-US/blog/efficient-data-handling-with-the-streams-api/<![CDATA[This post demonstrates how to use the Streams API in a web application to fetch and transform text on the fly. By processing the data as it arrives, this approach enhances performance, responsiveness, and resource efficiency. ]]>vultrhttps://developer.mozilla.org/en-US/blog/efficient-data-handling-with-the-streams-api/Fri, 6 Sep 2024 00:00:00 +0000Locale-sensitive text segmentation in JavaScript with Intl.Segmenterhttps://developer.mozilla.org/en-US/blog/javascript-intl-segmenter-i18n/<![CDATA[Learn how to use Intl.Segmenter for locale-sensitive text segmentation in JavaScript to simplify localization, count words or sentences in different languages, and more.]]>brian-smithhttps://developer.mozilla.org/en-US/blog/javascript-intl-segmenter-i18n/Tue, 3 Sep 2024 00:00:00 +0000Optimize your workflow with Git stashhttps://developer.mozilla.org/en-US/blog/optimize-your-workflow-git-stash/<![CDATA[Learn how to use Git stash to break down large commits. Discover a better approach for saving work when switching branches.]]>gitlabhttps://developer.mozilla.org/en-US/blog/optimize-your-workflow-git-stash/Wed, 28 Aug 2024 00:00:00 +0000How to debug mobile apps across deviceshttps://developer.mozilla.org/en-US/blog/debug-mobile-apps-across-devices/<![CDATA[This post explores what mobile app debugging is, commonly used techniques, and how you can debug mobile apps on multiple devices.]]>lambdatesthttps://developer.mozilla.org/en-US/blog/debug-mobile-apps-across-devices/Wed, 7 Aug 2024 00:00:00 +0000Exclusive accordions using the HTML details elementhttps://developer.mozilla.org/en-US/blog/html-details-exclusive-accordions/<![CDATA[The 'name' attribute of the HTML details element is gaining more support across browsers. Learn how this feature allows creating exclusive accordions without scripting widgets from scratch.]]>brian-smithhttps://developer.mozilla.org/en-US/blog/html-details-exclusive-accordions/Mon, 5 Aug 2024 00:00:00 +0000Exploring the Broadcast Channel API for cross-tab communicationhttps://developer.mozilla.org/en-US/blog/exploring-the-broadcast-channel-api-for-cross-tab-communication/<![CDATA[This article explains how to use the Broadcast Channel API to build synchronized and interconnected web applications.]]>vultrhttps://developer.mozilla.org/en-US/blog/exploring-the-broadcast-channel-api-for-cross-tab-communication/Fri, 12 Jul 2024 00:00:00 +0000MDN partners with Scrimba to enhance web development learninghttps://developer.mozilla.org/en-US/blog/mdn-scrimba-partnership/<![CDATA[We have chosen Scrimba as a course partner for the MDN Curriculum. This blog post explores what the partnership means practically, and how we will provide an even better web education experience together.]]>hermina-condeihttps://developer.mozilla.org/en-US/blog/mdn-scrimba-partnership/Tue, 9 Jul 2024 00:00:00 +0000Introducing the MDN HTTP Observatoryhttps://developer.mozilla.org/en-US/blog/mdn-http-observatory-launch/<![CDATA[First released in 2016, the HTTP Observatory became popular in the web community with a combination of helpful security audits and educational material. Fast forward to 2024, and we are delighted to announce that Observatory's new home is MDN. Read on to find out more about what this entails, and give the HTTP Observatory a warm welcome!]]>hermina-condeihttps://developer.mozilla.org/en-US/blog/mdn-http-observatory-launch/Tue, 2 Jul 2024 00:00:00 +0000Static Site Generation (SSG) with Next.jshttps://developer.mozilla.org/en-US/blog/static-site-generation-with-nextjs/<![CDATA[This guide explains how to use Static Site Generation in Next.js to build scalable and secure web applications with fast loading times and a focus on performance.]]>vultrhttps://developer.mozilla.org/en-US/blog/static-site-generation-with-nextjs/Fri, 28 Jun 2024 00:00:00 +0000New JavaScript Set methodshttps://developer.mozilla.org/en-US/blog/javascript-set-methods/<![CDATA[New JavaScript Set methods are landing across browsers. Learn about sets, how you can use these methods to compare different sets, create new sets with specific properties, and more.]]>brian-smithhttps://developer.mozilla.org/en-US/blog/javascript-set-methods/Mon, 24 Jun 2024 00:00:00 +0000Securing APIs: Express rate limit and slow downhttps://developer.mozilla.org/en-US/blog/securing-apis-express-rate-limit-and-slow-down/<![CDATA[This guide introduces you to rate limits and slow down mechanisms. Learn how to apply slow down and rate limit mechanisms in Express applications.]]>vultrhttps://developer.mozilla.org/en-US/blog/securing-apis-express-rate-limit-and-slow-down/Tue, 28 May 2024 00:00:00 +0000Using the Page Visibility APIhttps://developer.mozilla.org/en-US/blog/using-the-page-visibility-api/<![CDATA[This post takes a look at what page visibility is, how you can use the Page Visibility API in your applications, and describes pitfalls to avoid if you build features around this functionality.]]>brian-smithhttps://developer.mozilla.org/en-US/blog/using-the-page-visibility-api/Fri, 10 May 2024 00:00:00 +0000A year of publishing the MDN Bloghttps://developer.mozilla.org/en-US/blog/mdn-blog-one-year-on/<![CDATA[We've been writing about web development and the web platform on the MDN Blog since May 2023. Here's our highlights and top posts along with our favorites.]]>mdn-teamhttps://developer.mozilla.org/en-US/blog/mdn-blog-one-year-on/Fri, 3 May 2024 00:00:00 +0000Setting up service workers on Vultrhttps://developer.mozilla.org/en-US/blog/setting-up-service-workers-on-vultr/<![CDATA[This guide introduces you to service workers and their lifecycle. Learn how to deploy a project using service workers with HTTPS on Vultr.]]>vultrhttps://developer.mozilla.org/en-US/blog/setting-up-service-workers-on-vultr/Tue, 23 Apr 2024 00:00:00 +0000Interop 2023: MDN updateshttps://developer.mozilla.org/en-US/blog/interop2023-mdn-doc-updates/<![CDATA[Interop 2023 has successfully concluded, and the Interop 2024 project is now officially underway. Learn what Interop is, discover the updates from Interop 2023 now on MDN, and find out what's coming to the web next.]]>brian-smithhttps://developer.mozilla.org/en-US/blog/interop2023-mdn-doc-updates/Wed, 27 Mar 2024 00:00:00 +0000Testing JavaScript with Jest on Vultrhttps://developer.mozilla.org/en-US/blog/test-javascript-with-jest-on-vultr/<![CDATA[This guide introduces you to the common types of tests and the testing conventions. Learn how to test JavaScript with Jest on Vultr.]]>vultrhttps://developer.mozilla.org/en-US/blog/test-javascript-with-jest-on-vultr/Fri, 22 Mar 2024 00:00:00 +0000Creating color palettes with the CSS color-mix() functionhttps://developer.mozilla.org/en-US/blog/color-palettes-css-color-mix/<![CDATA[Working with colors on the web just got more interesting! In this article, we’ll explore how to use the CSS color-mix() function to create variations in color palettes.]]>michelle-barkerhttps://developer.mozilla.org/en-US/blog/color-palettes-css-color-mix/Fri, 8 Mar 2024 00:00:00 +0000Modernizing conventional test automation with TestGridhttps://developer.mozilla.org/en-US/blog/modernizing-test-automation-with-test-grid/<![CDATA[This post reflects on the conventional test automation methods using Selenium and Appium. Learn how you can use TestGrid's unified testing platform to enhance the conventional methods and also leverage the modern codeless testing techniques.]]>testgridhttps://developer.mozilla.org/en-US/blog/modernizing-test-automation-with-test-grid/Thu, 29 Feb 2024 00:00:00 +0000Lift-off: The MDN Curriculum launchhttps://developer.mozilla.org/en-US/blog/mdn-curriculum-launch/<![CDATA[The long-awaited MDN Curriculum is now live on MDN, providing a structured guide to the essential front-end development skills and best practices for industry newcomers. Learn all the key details in this article.]]>hermina-condeihttps://developer.mozilla.org/en-US/blog/mdn-curriculum-launch/Tue, 27 Feb 2024 00:00:00 +0000Creating effective technical documentationhttps://developer.mozilla.org/en-US/blog/technical-writing/<![CDATA[This article provides an overview of the core components required for creating effective technical documentation. Learn the best practices to make your documentation clear, consistent, and well-structured.]]>dipika-bhattacharyahttps://developer.mozilla.org/en-US/blog/technical-writing/Tue, 13 Feb 2024 00:00:00 +0000Leveraging Bun on Vultr: A superior Node.js alternativehttps://developer.mozilla.org/en-US/blog/leveraging-bun-on-vultr-a-superior-node-js-alternative/<![CDATA[This guide explains Bun functionalities as a runtime package manager and a bundler. It also explains the benefits of built-in Bun APIs and how to use Bun's Vultr marketplace application.]]>vultrhttps://developer.mozilla.org/en-US/blog/leveraging-bun-on-vultr-a-superior-node-js-alternative/Wed, 17 Jan 2024 00:00:00 +0000Border images in CSS: A key focus area for Interop 2023https://developer.mozilla.org/en-US/blog/border-images-interop-2023/<![CDATA[Aligning with Interop 2023's emphasis on cross-browser consistency, this post walks you through various `border-image` properties that you can control to create captivating web designs. Learn how to use custom graphics for enhancing the look of your websites that appear consistent across different browsers.]]>dipika-bhattacharyahttps://developer.mozilla.org/en-US/blog/border-images-interop-2023/Tue, 19 Dec 2023 00:00:00 +0000Build AI-powered applications using OpenLLM and Vultr Cloud GPUhttps://developer.mozilla.org/en-US/blog/build-ai-powered-apps-openllm-vultr-gpu/<![CDATA[Learn how to build AI-powered apps using OpenLLM and Vultr Cloud GPU. This guide shows how to generate API responses using a Large Language Model. It also covers instructions for setting up an Nginx server and implementing SSL security.]]>vultrhttps://developer.mozilla.org/en-US/blog/build-ai-powered-apps-openllm-vultr-gpu/Tue, 12 Dec 2023 00:00:00 +0000Saying goodbye to third-party cookies in 2024https://developer.mozilla.org/en-US/blog/goodbye-third-party-cookies/<![CDATA[The tail end of 2023 welcomes positive news for web privacy, as Chrome announces it is to join Firefox and Safari in deprecating third-party cookies in 2024. Find out more details about these changes, and what they mean for web developers.]]>chris-millshttps://developer.mozilla.org/en-US/blog/goodbye-third-party-cookies/Fri, 8 Dec 2023 00:00:00 +0000Baseline's evolution on MDNhttps://developer.mozilla.org/en-US/blog/baseline-evolution-on-mdn/<![CDATA[Today we're updating the Baseline widgets and introducing a new one, along with the updated definition of Baseline.]]>vadim-makeevhttps://developer.mozilla.org/en-US/blog/baseline-evolution-on-mdn/Tue, 5 Dec 2023 00:00:00 +0000Developer essentials: JavaScript console methodshttps://developer.mozilla.org/en-US/blog/learn-javascript-console-methods/<![CDATA[The JavaScript console is an essential tool for web development. Learn new and fun ways to use the console to display data and debug your code.]]>brian-smithhttps://developer.mozilla.org/en-US/blog/learn-javascript-console-methods/Thu, 30 Nov 2023 00:00:00 +0000Getting started with CSS container querieshttps://developer.mozilla.org/en-US/blog/getting-started-with-css-container-queries/<![CDATA[CSS container queries are a powerful new tool for our CSS layout toolbox. In this post we'll dive into the practicalities of building a layout with container queries.]]>michelle-barkerhttps://developer.mozilla.org/en-US/blog/getting-started-with-css-container-queries/Thu, 16 Nov 2023 00:00:00 +0000Deploying Node.js applications with PM2 on Vultrhttps://developer.mozilla.org/en-US/blog/deploying-node-js-applications-with-pm2-on-vultr/<![CDATA[Learn how to deploy a Node.js application on Vultr using PM2 to create persistent services. This guide shows how to efficiently use resources via PM2 cluster mode. It also covers Nginx server setup and SSL security.]]>vultrhttps://developer.mozilla.org/en-US/blog/deploying-node-js-applications-with-pm2-on-vultr/Wed, 8 Nov 2023 00:00:00 +0000VS Code: Tips and tricks for beginnershttps://developer.mozilla.org/en-US/blog/vs-code-tips-tricks/<![CDATA[Discover essential tips and tricks for using Visual Studio Code (VS Code), a powerful IDE. Learn how to leverage its integrated editing features and Git support, and explore a few extensions.]]>dipika-bhattacharyahttps://developer.mozilla.org/en-US/blog/vs-code-tips-tricks/Tue, 7 Nov 2023 00:00:00 +0000Coming Soon: MDN Observatory 2.0https://developer.mozilla.org/en-US/blog/mdn-observatory/<![CDATA[Observatory 2.0 is launching soon as part of the Mozilla Developer Network as the MDN Observatory with new security scoring standards and other exciting updates.]]>mdn-teamhttps://developer.mozilla.org/en-US/blog/mdn-observatory/Wed, 25 Oct 2023 00:00:00 +0000Optimizing DevSecOps workflows with GitLab's conditional CI/CD pipelineshttps://developer.mozilla.org/en-US/blog/optimizing-devsecops-workflows-with-gitlab-conditional-ci-cd-pipelines/<![CDATA[This guide explores the various types of CI/CD pipelines and helps you understand their specific use cases. Learn how to leverage rules to create highly efficient DevSecOps workflows.]]>gitlabhttps://developer.mozilla.org/en-US/blog/optimizing-devsecops-workflows-with-gitlab-conditional-ci-cd-pipelines/Mon, 23 Oct 2023 00:00:00 +0000Introduction to web sustainabilityhttps://developer.mozilla.org/en-US/blog/introduction-to-web-sustainability/<![CDATA[What can web designers and developers do to build a more sustainable web? This post explores the environmental impacts of web technologies and looks at some of the ways we can build greener websites.]]>michelle-barkerhttps://developer.mozilla.org/en-US/blog/introduction-to-web-sustainability/Wed, 11 Oct 2023 00:00:00 +0000Migrating from GitHub to GitLab seamlessly: A step-by-step guidehttps://developer.mozilla.org/en-US/blog/migrating-from-github-to-gitlab-seamlessly-a-step-by-step-guide/<![CDATA[Thinking about making the move from GitHub to GitLab? This guide demystifies the migration process, addressing common concerns for DevSecOps teams that are looking to seamlessly transition between the two platforms. This post provides a step-by-step guided tutorial on how to migrate your data from GitHub into GitLab.]]>gitlabhttps://developer.mozilla.org/en-US/blog/migrating-from-github-to-gitlab-seamlessly-a-step-by-step-guide/Thu, 5 Oct 2023 00:00:00 +0000Announcing the MDN front-end developer curriculumhttps://developer.mozilla.org/en-US/blog/announcing-mdn-front-end-developer-curriculum/<![CDATA[MDN has created a curriculum for aspiring front-end developers to build a rewarding and successful career. Take a look at the curriculum, who it's for, and the research it's based on.]]>mdn-teamhttps://developer.mozilla.org/en-US/blog/announcing-mdn-front-end-developer-curriculum/Mon, 14 Aug 2023 00:00:00 +0000Creating custom easing effects in CSS animations using the linear() functionhttps://developer.mozilla.org/en-US/blog/custom-easing-in-css-with-linear/<![CDATA[The new CSS linear() timing function enables custom easing in animations. Explore how linear() works compared with other timing functions used for easing, with practical examples.]]>michelle-barkerhttps://developer.mozilla.org/en-US/blog/custom-easing-in-css-with-linear/Tue, 1 Aug 2023 00:00:00 +0000Securing your CDN: Why and how should you use SRIhttps://developer.mozilla.org/en-US/blog/securing-cdn-using-sri-why-how/<![CDATA[Relying on external resources for your website is always fraught with risks. Learn how to protect your website and its visitors by using SRI to secure third-party content.]]>terence-edenhttps://developer.mozilla.org/en-US/blog/securing-cdn-using-sri-why-how/Fri, 21 Jul 2023 00:00:00 +0000Scroll progress animations in CSShttps://developer.mozilla.org/en-US/blog/scroll-progress-animations-in-css/<![CDATA[Scroll-driven animations are coming to CSS! In this post, we'll look at a few types of animations and learn how to link them to the scroll progress of a container.]]>michelle-barkerhttps://developer.mozilla.org/en-US/blog/scroll-progress-animations-in-css/Fri, 14 Jul 2023 00:00:00 +0000Reflections on AI Explain: A postmortemhttps://developer.mozilla.org/en-US/blog/ai-explain-postmortem/<![CDATA[We recently launched a feature called AI Explain, but we have rolled this back for now. In this post, we look into the story behind AI Explain: its development, launch, and the reasons that led us to press the pause button.]]>mdn-teamhttps://developer.mozilla.org/en-US/blog/ai-explain-postmortem/Tue, 11 Jul 2023 00:00:00 +0000Developer essentials: How to search code using grephttps://developer.mozilla.org/en-US/blog/searching-code-with-grep/<![CDATA[grep is a powerful tool for searching code from the terminal. This post will show you how to use grep and why it's an essential developer tool.]]>brian-smithhttps://developer.mozilla.org/en-US/blog/searching-code-with-grep/Mon, 3 Jul 2023 00:00:00 +0000Introducing AI Help (Beta): Your Companion for Web Developmenthttps://developer.mozilla.org/en-US/blog/introducing-ai-help/<![CDATA[We're introducing an AI assistant powered by MDN and OpenAI GPT 3.5 to answer all your web development questions in real time.]]>hermina-condeihttps://developer.mozilla.org/en-US/blog/introducing-ai-help/Tue, 27 Jun 2023 00:00:00 +0000Learn how to use hue in CSS colors with HSLhttps://developer.mozilla.org/en-US/blog/learn-css-hues-colors-hsl/<![CDATA[Hues are a bright way to define colors in CSS. Learn about hues, color wheels, how to use color functions, and how you can create vibrant color palettes for your website using hue.]]>brian-smithhttps://developer.mozilla.org/en-US/blog/learn-css-hues-colors-hsl/Mon, 26 Jun 2023 00:00:00 +0000Introducing the MDN Playground: Bring your code to life!https://developer.mozilla.org/en-US/blog/introducing-the-mdn-playground/<![CDATA[MDN is launching a code Playground. Users can prototype ideas and expand all live samples into an interactive experience.]]>florian-diemingerhttps://developer.mozilla.org/en-US/blog/introducing-the-mdn-playground/Thu, 22 Jun 2023 00:00:00 +0000MDN doc updates: CSS selectors & media queries, WebGPU & WebTransport APIs, Progressive web appshttps://developer.mozilla.org/en-US/blog/mdn-docs-june-2023/<![CDATA[Discover CSS :lang(), experimental media queries, manipulating graphics with WebGPU, client-server communication with WebTransport, ECMAScript module support, and more.]]>dipika-bhattacharyahttps://developer.mozilla.org/en-US/blog/mdn-docs-june-2023/Tue, 13 Jun 2023 00:00:00 +0000How to draw any regular shape with just one JavaScript functionhttps://developer.mozilla.org/en-US/blog/javascript-shape-drawing-function/<![CDATA[Learn how to use JavaScript to draw any regular shape to a HTML canvas with a single function, and how to modify it to draw multiple shapes.]]>ruth-johnhttps://developer.mozilla.org/en-US/blog/javascript-shape-drawing-function/Fri, 26 May 2023 00:00:00 +0000New reference pages on MDN for JavaScript regular expressionshttps://developer.mozilla.org/en-US/blog/regular-expressions-reference-updates/<![CDATA[See the latest updates to the MDN reference pages about JavaScript regular expressions, including new sections on sub-features and browser compatibility information.]]>brian-smithhttps://developer.mozilla.org/en-US/blog/regular-expressions-reference-updates/Tue, 23 May 2023 00:00:00 +0000Celebrating Global Accessibility Awareness Dayhttps://developer.mozilla.org/en-US/blog/accessibility-celebrating-gaad-2023/<![CDATA[In celebration of Global Accessibility Awareness Day in 2023, we share some tools and guidelines to help you make the web more accessible.]]>schalk-neethlinghttps://developer.mozilla.org/en-US/blog/accessibility-celebrating-gaad-2023/Thu, 18 May 2023 00:00:00 +0000Using HTML landmark roles to improve accessibilityhttps://developer.mozilla.org/en-US/blog/aria-accessibility-html-landmark-roles/<![CDATA[Learn what HTML landmark roles are, how they improve accessibility, and how you can include them on your website effectively.]]>schalk-neethlinghttps://developer.mozilla.org/en-US/blog/aria-accessibility-html-landmark-roles/Mon, 15 May 2023 00:00:00 +0000Introducing Baseline: a unified view of stable web featureshttps://developer.mozilla.org/en-US/blog/baseline-unified-view-stable-web-features/<![CDATA[MDN leads the way in implementing WebDX community group's efforts, delivering a clear and simple baseline for the web platform to developers.]]>hermina-condeihttps://developer.mozilla.org/en-US/blog/baseline-unified-view-stable-web-features/Wed, 10 May 2023 00:00:00 +0000How :not() chains multiple selectorshttps://developer.mozilla.org/en-US/blog/css-not-pseudo-multiple-selectors/<![CDATA[Learn how the CSS `:not()` pseudo-class behaves when multiple selectors are passed as argument.]]>dipika-bhattacharyahttps://developer.mozilla.org/en-US/blog/css-not-pseudo-multiple-selectors/Fri, 5 May 2023 00:00:00 +0000Welcome to the MDN bloghttps://developer.mozilla.org/en-US/blog/welcome-to-the-MDN-blog/<![CDATA[The MDN blog publishes web development news, tutorials, and insights as an extension of MDN Web Docs, helping you discover, learn, and create for the web.]]>ruth-johnhttps://developer.mozilla.org/en-US/blog/welcome-to-the-MDN-blog/Wed, 3 May 2023 00:00:00 +0000New functions, gradients, and hues in CSS colors (Level 4)https://developer.mozilla.org/en-US/blog/css-color-module-level-4/<![CDATA[Learn what's new in CSS Colors Module Level 4, including color spaces, color functions, fancy gradients, and support for wide-gamut displays.]]>brian-smithhttps://developer.mozilla.org/en-US/blog/css-color-module-level-4/Wed, 3 May 2023 00:00:00 +0000