Re: [w3c/webcomponents] Custom 'void' or self-closing elements (HTML parser changes) (#624)

Just to clarify - is there these two types of elements:
1. void - `<my-element>`
2. self-closing - `<my-element/>`

It seems logical that modifying parser to catch new void elements is not good, because nobody knows if custom element should be void or not just by looking at the tag. But what is the problem with self-closing tags?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/624#issuecomment-385304654

Received on Monday, 30 April 2018 02:53:54 UTC