Hacker News new | ask | show | jobs
by smrtinsert 4808 days ago
An excellent example of why HTML5 should have included namespaces. How would this validate or do people not care about that anymore?
1 comments

If you're referring to the custom elements, Angular will also let you do things in a way that validates. Something like: <div data-plot="height=3, width=3"></div>
I think they dont.. ( atleast I dont!! )

Anyway see this article http://programming.oreilly.com/2013/04/stop-standardizing-ht...

Yeah, you use the A (is for attribute) filter on the directive instead of the E (is for element) filter.