Jack

@holdenjack.bsky.social

My reposts are my bookmarks. Interested in Web components.

We are going to spend the next 20 years discovering and dealing with the mental health effects of over-reliance on AI.

J

Does anyone know if @webdevs.firefox.com DevTools supports the "Live Expressions" feature similar to Chrome? I find this it incredibly useful for watching where focus lies with document.activeElement. Or, is there an equivalent built-in way to watch current focus in Firefox? Thanks!

J

One “skill” I’ve always had is the ability to pin point a face to a location. When watching movies, I get to use this skill. Somehow my memory forgets important things yet be able to recall the exact movie/tv show they’ve been in. I then Google to confirm 🤣

J

Reviewing my CSS "reset" and read @bram.us's post re `overscroll-behavior: contain;`. I currently do the following: html:has(dialog:open) { overflow: clip; } However, with `overscroll-behavior`, I can still technically scroll. Am I misunderstanding `overscroll-behavior`'s use case?

J
J

The second Scoped Custom Element registries ships in Firefox, I can see myself setting it as my default again. Very very impressed with it as of recent.

J
J

Web components: Purist light DOM enhancement vs. Shadow DOM with slots. Whats people’s thinking on programmatically injecting say an input into the light DOM to then reflect into the Shadow DOM? Thanks