Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Only support HTML/SVG in HTML usage #64

@gregwhitworth

Description

@gregwhitworth
 // If the browser doesn't recognize the element - throw it away
 if(element instanceof HTMLUnknownElement) {
       return;
   }

Currently I'm throwing away unsupported elements as it results in all kinds of mess, but we should convert this to only elements that are in the HTML or SVG namespaces.

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