Web Component Styles Are (mostly) Encapsulated Without Shadow DOM
Shadow DOM is often thought of as the one and only way to create scoped styles for a Web Component. It's not.
Prefixed Tags Scope Styles
Web Components, i.e. Custom Elements, require a prefixed tag.
For example, a "foo" Custom Element would be define...
jordanbrennan.hashnode.dev2 min read