readme: minor clarification

main
Inga 🏳‍🌈 2 weeks ago
parent 64439b6b0e
commit 668d2ced3b
  1. 3
      README.md

@ -318,7 +318,8 @@ The main required features are:
without them this demo will fall back to `mode 2`. without them this demo will fall back to `mode 2`.
* Templates: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template, * 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, 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: * `:scope` CSS selector, needed in `mode 2` only:
https://developer.mozilla.org/en-US/docs/Web/CSS/:scope https://developer.mozilla.org/en-US/docs/Web/CSS/:scope
* `MutationObserver`, needed in `mode 2` only: * `MutationObserver`, needed in `mode 2` only:

Loading…
Cancel
Save