🏠 New in Low Baseline Support: Declarative shadow DOM
February 20, 2024
The shadowrootmode
attribute on <template>
creates a shadow root without the use of JavaScript. It is a declarative alternative to the attachShadow()
method.
February 20, 2024
The shadowrootmode
attribute on <template>
creates a shadow root without the use of JavaScript. It is a declarative alternative to the attachShadow()
method.