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

HtmlUsage check of HTMLUnknownElement is returning false for unknown elements #36

Open
gregwhitworth opened this issue Mar 3, 2017 · 0 comments
Assignees

Comments

@gregwhitworth
Copy link
Contributor

I have the following code in htmlUsage.js:

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

This is not currently working and we need to figure out a way to make it so that we don't keep tags that aren't natively supported by the parser. Assigning to @arronei to look into this ASAP. For the time being if you could provide me with an array of specified HTML tags and we'll scope our current dataset to that until the script is updated.

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

2 participants