Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support: template element attributes #433

Open
lukejans opened this issue Dec 27, 2024 · 0 comments
Open

Support: template element attributes #433

lukejans opened this issue Dec 27, 2024 · 0 comments

Comments

@lukejans
Copy link

requesting support for attributes that are used on the template element.

<template  shadowrootmode="open" 
           shadoerootclonable
           shadowrootdelegatesfocus>

</template>

This element is used with the shadow DOM for building web-components and contains a document fragment. The shadowrootopen attribute allows you to use declarative shadow DOM which improves load times by reducing javascript code to render the element.

more info on <template> at MDN
more info on html living standard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant