Burton Smith

@stuffbreaker
127 Followers
31 Following
425 Posts
@zachleat maybe one day... 🤞
@zachleat you're getting paid??? I think I'm doing this open source thing wrong...
You can throw away innerHTML and replace it with the new setHTML(), which has a built-in sanitizer. Here's how it works:

A conversation with a coworker re-triggered an intrusive thought that I find myself returning to regularly while working in a firm in the grips of AI influences:

Teams and engineering processes are like fish in tanks. There's a careful balance of the nitrogen cycle that keeps delicate organics alive; above a certain pH, it's just not plausible to believe things will keep working. But to understand effects, we have to take into account causes and add the effect of time.

* CSS Zoom inheritance fixes
* Custom Element Registry
* Auxiliary mouse button values in MouseEvent.button
* lighter operator in SVGFECompositeElement
* WebAuthn CTAP PIN/UV Auth Protocol 2
* Multiple microphone capture on macOS
* WebRTC network slicing on iOS
* MediaDeviceInfo in secure contexts only

They are all new in Safari 26.4 beta!
https://developer.apple.com/documentation/safari-release-notes/safari-26_4-release-notes

Safari 26.4 Beta Release Notes | Apple Developer Documentation

Released February 16, 2026 — 26.4 beta (20624.11.11)

Apple Developer Documentation
This is to collect research for HTML input pickers such as date, time, datetime and colour. "Please send us examples of good (or bad) ones. Even if they have extra functionality that doesn't exist yet (e.g. date ranges, perhaps we can add that in)." https://github.com/openui/open-ui/issues/1371
Research Issue for pickers · Issue #1371 · openui/open-ui

This is to collect research for pickers such as date, time, datetime and colour. Please send us examples of good (or bad) ones. Even if they have extra functionality that doesn't exist yet (e.g. da...

GitHub

Are teams using #TypeScript declaration maps to provide a better go-to-definition experience for developers?

I've used source maps, but I don't think I've provided declaration maps.

#SoftwareEngineering #Programming

@keithamus @Lukew I didn't know that. I'll have to check it out.

@Lukew thanks a lot! 😆

It may be a process detail for component authors and the files they reference in the CEM.

@Lukew That might be cleaner. How will the language server know which to choose?