|
|
|
@ -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: |
|
|
|
|