Anne van Kesteren
@annevk.nl
580 followers 110 following 40 posts
Web Standards Engineer at U+F8FF.
Posts Media Videos Starter Packs
annevk.nl
Evergreen sentiment. (If you always wanted to be a specification editor, wiki.whatwg.org/wiki/Specs/t... has some suggestions. Most still relevant.)
lukewarlow.dev
We *really* need a specification for hit testing on the web...
Reposted by Anne van Kesteren
jakearchibald.com
Web component folks: A common feature with request is to "inherit from a button". If that's something you want, which specific button behaviours is it you want to inherit? Why is putting a button in the shadow root not the answer?
annevk.nl
File an issue against whatwg/dom and we can explore. I’d imagine @lcas.dev and @nicr.dev to have thoughts about this.
annevk.nl
Congratulations! Hope this means I’ll see you at TPAC. Does this mean @surma.dev will soon return to the web platform as well? 😊
Reposted by Anne van Kesteren
bencollins.bsky.social
I got permission to share this, and I'm extremely grateful for that.

The Onion got this letter from one of our subscribers in Alaska. She works with dementia patients and decided to leave a copy in the car for each one.

This email made my year. Read it and you'll see what I mean. People are good.

I work as an elder and hospice caregiver, which I am oddly passionate about. I can love on them shamelessly and no one complains about my codependence. It's a win-win situation. 

Many of my caregiving colleagues complain about the repetitive questions and, sometimes reactions, of the elderly, especially when those patients happen to read the newspaper, especially with the current downward spiral of our country — as if these people haven't lived through enough horror...

I love my dementia peeps, but sometimes wonder if there's a Guinness Book World Record for how many times an hour a dementia patient can repeat the same question — it's got to be in the hundreds. At least with small children, they ask different questions. Dementia patients will get stuck on one short question and ask it until you can interrupt their train(carousel) of thought and successfully redirect their attention. That carousel is pretty manic sometimes. 

A couple days ago, I picked up my mail from the post office and drove over to the nursing home to take (let's call her "Miss Daisy") Miss Daisy out for a drive. Before we took off on our road trip, to the end of The Road and back, in our landlocked little town (Juneau, Alaska), I set my copy of The Onion down in front of her. 

Over our two-hour excursion, tiny Miss Daisy read that front page at least a dozen times and each time she would snicker, giggle, and guffaw, then put it down on the dash board and, a minute later, discover it anew. I think it was the best afternoon of my life. We don't often hear them laugh and when they do, it's the sweetest thing you've ever heard. 

...

Thank you, thank you, thank you, for the really important work all of you do. You make the world a better place.
annevk.nl
Yes, you can do this:

<input type=color list=x><datalist id=x><option value=red><option value=blue></datalist>
annevk.nl
There have been some requests for exposing the color as an object to JavaScript. Filing an issue against the HTML standard for alternate serialization formats seems reasonable.
annevk.nl
Thanks to @jensimmons.bsky.social for significantly improving the above post; @patrickangle.net, @smfr.bsky.social, and Aditya for design feedback; Chris Lilley for improving the relevant CSS standards; and @domenic.me for helping out on the HTML side and filing the initial issue.
Reposted by Anne van Kesteren
jensimmons.bsky.social
If you write code to make websites (HTML, CSS, JS, Web API, Media) and you get frustrated trying to wrangle your code to work in Safari, which bugs are blocking you? Which existing features would you most like to see improved? If you got a chance to order priorities which effort would you put first?
Reposted by Anne van Kesteren
rniwa.bsky.social
Please don't publish / release a polyfill for unshipped Web features. Someone is bound to use it in production and ruin it for everyone else.
annevk.nl
I don’t see the relationship. Even if we had discovered it earlier, it would still lead to a lesser web standard. Literally doesn’t matter. The act of polyfilling is what is problematic. Not when we discover somebody did it.
annevk.nl
I'll try to rephrase as all of this is besides the point I was trying to make. Which is that the polyfill (and others like it) limit the options we have in the design space. The end result is lesser web standards for everyone.
annevk.nl
No, ‪Nicolò understood it correctly.
annevk.nl
I’m not sure how they help with this particular problem.
annevk.nl
And yet another polyfill appears to have poisoned the standards well. This time for scoped custom element registries. People never learn. 🫠
annevk.nl
I have at times told people that if you want to generate XML, you should use a serializer. So when I had to generate a serialized CSS URL value containing a data: URL of an SVG document of which colors could vary, I immediately went for string manipulation and concatenation. 😅
annevk.nl
The aliens are coming and their goal is to invade and destroy Earth.
justinfalcone.com
In the jungle I must wait until the dice roll five or eight
The movie that was number one at the box office on your tenth birthday is how 2025 will turn out for you. I mean, maybe.
annevk.nl
Almost time to sign off for the year. Web standard proposals to finish in (early?) 2025:

- Declarative Web Push
- Scoped Custom Element Registries
- HTML (and SVG & MathML) Sanitizer API
- moveBefore()
- fetchLater()
- float16 in 2D canvas
- <button command>

and quite a few more. Happy holidays!
annevk.nl
Please describe why you and end users would want this behavior in the issue. The more compelling the story, the more likely you’ll nerd-snipe someone into fixing it.
annevk.nl
git blame as visualized by GitHub (or Searchfox for the HTML standard) is an amazing development tool for projects that span decades. In particular for projects that enforce good commit messages. Being able to answer why something is the way it is, can be crucial when changing it.