Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom elements that contain ':' or '-' #115

Closed
arciisine opened this issue Aug 13, 2013 · 0 comments
Closed

Support custom elements that contain ':' or '-' #115

arciisine opened this issue Aug 13, 2013 · 0 comments

Comments

@arciisine
Copy link

I am working with tags that contain hyphens or colons (for namespacing), and currently the window.html5.elements, is limited to only elements that match the regex '\w+' (which splits on all punctuation including commas, hyphens and colons) . I would ask that the element unrolling regex match on '[^,]+' (only hitting commas), so it can pick up the colons and hyphens.

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

No branches or pull requests

2 participants