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

i found this thread because i tired to write in my html `<my-component></my-component>` again and again
so i started to look for solution for this.

imo the void elements by itself are evil and implies *to know* all the void elements.
If you are not aware of all void elements this `<br><hr>...` will be not self explanatory.

everything would be much simpler if there were no void elements at all, if all containers always looked like this `<xxx></xxx>`, and all elements without children like this `<xxx />`




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

Message ID: <WICG/webcomponents/issues/624/1378561111@github.com>

Received on Wednesday, 11 January 2023 10:48:45 UTC