From a37ac6332fc680623bb80f01caf24c2ed6cfedfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=BCslim=20Y=C4=B1lmaz?= <46666748+MuslumYilmaz@users.noreply.github.com> Date: Sat, 29 Aug 2026 12:32:20 +0300 Subject: [PATCH] docs: add a practical Shadow DOM trade-offs resource Add a practical companion covering theming, testing, focus, and accessibility implications. --- packages/lit-dev-content/site/docs/v3/components/shadow-dom.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/lit-dev-content/site/docs/v3/components/shadow-dom.md b/packages/lit-dev-content/site/docs/v3/components/shadow-dom.md index a8b3a14d5..fc71521a4 100644 --- a/packages/lit-dev-content/site/docs/v3/components/shadow-dom.md +++ b/packages/lit-dev-content/site/docs/v3/components/shadow-dom.md @@ -23,6 +23,7 @@ For more information on shadow DOM: * [Shadow DOM v1: Self-Contained Web Components](https://developers.google.com/web/fundamentals/web-components/shadowdom) on Web Fundamentals. * [Using shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM) on MDN. +* [Shadow DOM encapsulation and practical trade-offs](https://frontendatlas.com/html/trivia/html-shadow-dom), including theming, testing, focus, and accessibility considerations.