- From: Anatoli Babenia <notifications@github.com>
- Date: Fri, 16 May 2025 00:41:33 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 16 May 2025 07:41:37 UTC
abitrolly created an issue (WICG/webcomponents#1104) People in #624 want self-closing custom elements. ```html <x-icon type="chevron-right" /> ``` Unfortunately, the issue #624 mixes self-closing elements with void elements (which almost nobody wanted), and because parsing unknown void elements is considered inefficient, the issue was closed. But self-closing custom elements are not void custom elements, and deserve their own issue. Welcome to the discussion of custom self-closing elements. Please state your arguments for and against them. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1104 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1104@github.com>
Received on Friday, 16 May 2025 07:41:37 UTC