Graceful degradation of Custom Elements
WebComponents provides rich extra UI components for websites.
You can create original HTML tags with Custom Elements API, or introduce external Javascript libs.
Libs will be distributed as a separate JS files, and sometimes network error disrupts building Custom Elements on rendering.
CSS for Not upgraded Custom Elements Custom Elements like <md-button></md-button> have its own definition.……