- From: Anatoli Babenia <notifications@github.com>
- Date: Sun, 29 Apr 2018 19:53:31 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 30 April 2018 02:53:54 UTC
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