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
Description
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:
Line 70 in 9a78593
Is there any possible workaround or solution to that? Tricks in notifications.nodesAdded
?
Any hope that will ever get added?
Metadata
Metadata
Assignees
Labels
No labels