- From: dimtabu <notifications@github.com>
- Date: Wed, 11 Jan 2023 02:48:32 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 January 2023 10:48:45 UTC
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