Chrome 146 recently introduced scoped custom element registry, which is a way to introduce custom elements in your app without using the global registry namespace. This makes it possible for different versions or entirely different custom elements to share the same tag name.
