HTML Custom Elements & valid name valid custom element name https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name https://html.spec.whatwg.org/multipage/custom-elements.html#prod-potentialcustomelementname Potential Cu…
Custom elements are fun technology. In this video, you will learn how to set one up and running in less than 2 minutes. You'll learn how to create a Custom Web Element (that extends HTMLElement) that renders text to the browser and respond to a click…
HTML Custom Elements (v1) https://developers.google.com/web/fundamentals/web-components/customelements Web Components https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements https://caniuse.com/#search=HTML Custom Elements W…