/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.matuzo.at
| | nolanlawson.com
6.4 parsecs away

Travel
| | Shadow DOM is a kind of retcon for the web. As I've written in the past, shadow DOM upends a lot of developer expectations and invalidates many tried-and-true techniques that worked fine in the pre-shadow DOM world. One potentially surprising example is ARIA. Quick recap: shadow DOM allows you to isolate parts of your DOM...
| | gomakethings.com
5.8 parsecs away

Travel
| | Earlier this week, I got an email from someone asking how to listen to events inside a Web Component from other scripts. For example, imagine you have Web Component that validates form fields... Username Password Log In Somewhere else in your script, you want to detect input events inside your . JavaScript actually provides you with a way to do this already, right out of the box, using event delegation and event bubbling.
| | blog.ltgt.net
4.9 parsecs away

Travel
| | [AI summary] A developer shares a step-by-step guide on improving a custom web component by adopting Shadow DOM for encapsulation, optimizing performance, handling disconnection, and adding browser compatibility fallbacks.
| | kinsta.com
30.1 parsecs away

Travel
| Web Components are a standard way to create reusable and modular HTML elements without using a JavaScript framework.