Remaking Deprecated HTML Tags with Web Components
javascript
web components
Have you wondered what the fuss is about web components? Have you never heard of web components? Are you a seasoned developer looking for some whimsy? Then this talk is for you! We'll cover a short history of the HTML spec, The early browser wars, and some deprecated elements, and that are starting to show their age. After this, we'll jump into how to remake these classic elements using the native custom element spec (web components) and how to make them more accessible using media queries and some other trickery.
Prerequisites
At minimum, an understanding of ES6 classes as well as a basic understanding of HTML is handy to know for this talk.
Take Aways
- Feel more confident that the web is better now than it used to be
- A mild understanding of how to make your own custom elements
- A renewed sense of wonder and/or horror at the possibilities with custom elements