Note: Safari does not plan to support custom built-in elements and browser vendors are exploring alternative solutions to customizing built-ins. Check the browser compatibility section for support information.
The is
global attribute allows you to specify that a standard HTML element should behave like a defined custom built-in element (see Using custom elements for more details).
This attribute can only be used if the specified custom element name has been successfully defined in the current document, and extends the element type it is being applied to.