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

Open
gregwhitworth opened this issue Aug 8, 2018 · 0 comments
Open

Only support HTML/SVG in HTML usage #64

gregwhitworth opened this issue Aug 8, 2018 · 0 comments

Comments

@gregwhitworth
Copy link
Contributor

 // 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant