- From: Tito <notifications@github.com>
- Date: Wed, 16 Oct 2024 12:15:12 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 16 October 2024 19:15:16 UTC
@rniwa a good compelling reason is that you can special case all native elements properties vs attributes, but you cannot do the same for custom elements, as pretty much custom elements do whatever they want. So there's a very big difference. Btw, as far as I remember Safari doesn't support `is` so I suppose that doesn't bother you. :) The real compelling reason: every single framework has some sort of "isCustomElement" function or some "includes('.')", that should be reason enough already. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1080#issuecomment-2417739846 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1080/2417739846@github.com>
Received on Wednesday, 16 October 2024 19:15:16 UTC