Hacker News new | ask | show | jobs
by bndr 4037 days ago
This seems pretty similar to XML
1 comments

It certainly is - but with a much narrower intended scope of use. It's really not intended as a data transport mechanism for example. It's also homologous with JSON, XML is more flexible in its data representation. And finally, it makes use of HTML5 conventions, such as prefixing custom tags with a hyphen delimited string, data-* attributes etc.