Skip to content

Support: template element attributes #433

Open
@lukejans

Description

@lukejans

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

<template  shadowrootmode="open" 
           shadowrootclonable
           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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions