Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Extended custom element creation #419

Open
@dy

Description

@dy

For now elementOpen supports custom element tag names, but what if it's required to create custom element, extended from built-in?

Like in this example from MDN:

let el = document.createElement('ul', { is: 'expanding-list' })

That seems to be not implemented:

el = doc.createElement(nameOrCtor);

Is there any possible workaround or solution to that? Tricks in notifications.nodesAdded?

Any hope that will ever get added?

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