https://caniuse.com/?search=web%20components
Here's the reasoning from Safari developers: https://bugs.webkit.org/show_bug.cgi?id=182671
<button is="my-button">
<my-button></my-button>
Aside from this, safari has great support for WCs and is just as capable as any other evergreen browser.
https://developer.mozilla.org/en-US/docs/Web/Web_Components/...
If you're correct about Safari's level of support can you referf me to where it supports connectedCallback?
It's been supported for years AFAIK. As long as you extend HTMLElement, and not some other element, everything will work as expected
Yeah, here's my youtube video from 3 years ago preemptively proving you wrong
https://www.youtube.com/watch?v=Vz433mJR2ow
https://caniuse.com/?search=web%20components
Here's the reasoning from Safari developers: https://bugs.webkit.org/show_bug.cgi?id=182671