From 668d2ced3b21af1e2b82c017ba4a6b5dcb8985b7 Mon Sep 17 00:00:00 2001 From: Inga Date: Fri, 6 Dec 2024 12:20:50 +0000 Subject: [PATCH] readme: minor clarification --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec71eb4..79f5b3c 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,8 @@ The main required features are: without them this demo will fall back to `mode 2`. * Templates: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template, without them `mode 1` or `mode 2` will break, but they're in baseline HTML, - so if they're not supported, ES modules are not supported either, and this demo will fall back to `mode 3` anyway. + so if they're not supported, neither custom elements nor ES modules are not supported either, + and this demo will fall back to `mode 3` anyway. * `:scope` CSS selector, needed in `mode 2` only: https://developer.mozilla.org/en-US/docs/Web/CSS/:scope * `MutationObserver`, needed in `mode 2` only: