Skip to content

Why does createIsolatedElement create a complete HTML document #105

@herschel666

Description

@herschel666

…containing:

<html>
  <head></head>
  <body></body>
</html>

This is not how Shadow DOM is supposed to work. It should contain isolated parts of the UI. Therefore, I'd expect the created shadow host to be completely empty (except the optional styles).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions