Message on the blink-dev mailing list:
"Hi everyone,
Since JPEG XL was last evaluated, Safari has shipped support and Firefox has updated their position. We also continue to see developer signals for this in bug upvotes, Interop proposals, and survey data. There was also a recent announcement that JPEG XL will be added to PDF.
Given these positive signals, we would welcome contributions to integrate a performant and memory-safe JPEG XL decoder in Chromium. In order to enable it by default in Chromium we would need a commitment to long-term maintenance. With those and our usual launch criteria met, we would ship it in Chrome.
Rick (on behalf of Chrome ATLs)"
JPEG XL in Chromium update:
β[...] we would welcome contributions to integrate a performant and memory-safe JPEG XL decoder in Chromium. In order to enable it by default in Chromium we would need a commitment to long-term maintenance.β
groups.google.com/a/chromium.o...
22.11.2025 07:57 β π 77 π 9 π¬ 2 π 3
GitHub - WICG/declarative-partial-updates
Contribute to WICG/declarative-partial-updates development by creating an account on GitHub.
We've been working on a few proposals we'd like to bring to the web platform to make it easier to have more seamless navigations between pages.
@nomster.bsky.social @foolip.org and @dbaron.org presented these at W3C TPAC annual meeting last week
More details here:
github.com/WICG/declara...
1/6 π§΅
19.11.2025 20:49 β π 16 π 7 π¬ 1 π 1
Screenshot of a tweet: βthis is me, a FW author, giving feedback on DOM parts: am open to persuasion, but i'm not convinced it passes a high enough bar to be added to the platformβ
Would be curious what @rich-harris.dev thinks about github.com/WICG/webcomp.... He was skeptical about DOM Parts.
17.11.2025 23:07 β π 1 π 0 π¬ 1 π 0
869690 - Always show the @value for datalist options even when they have a label (show both the label and the value)
ASSIGNED (austinjckson) in Toolkit - Autocomplete. Last updated 2024-12-18.
I wonder if, as part of all the spec work on styling forms, thereβs any standardisation happening around what gets displayed in a HTML datalist, because this Firefox bug is 12 years oldβ¦ bugzilla.mozilla.org/show_bug.cgi...
17.11.2025 16:50 β π 0 π 0 π¬ 0 π 0
The native UI for picking emoji is pretty nice, and I doubt itβs feasible for that to use a websiteβs custom emoji font. Shouldnβt be a considered a dealbreaker imo.
17.11.2025 12:02 β π 3 π 0 π¬ 1 π 0
Web security survey
Thanks for taking our survey about the usage of web platform security features.
We're the W3C Security Web Application Guidelines Community Group (SWAG CG), and our mission is to develop guidelines f...
The W3C Security Web Application Guidelines Community Group wants to understand how developers are using specific web platform security features, and what the barriers are to the adoption.
Take their survey here: https://bit.ly/3JR6JML
13.11.2025 16:46 β π 9 π 11 π¬ 1 π 0
Gecko: Intent to ship: CSS Module Scripts
Gecko: Intent to ship: CSS Module Scripts
Gecko: Intent to ship: CSS Module Scripts
13.11.2025 15:06 β π 21 π 8 π¬ 0 π 1
I want to explore making frameworks less "framework-y". I'm curious how far you could go in that direction.
I want simpler things and less to worry about.
12.11.2025 20:32 β π 13 π 1 π¬ 8 π 0
Yesterday at TPAC I publicized my draft proposal for adding a declarative templating API to the DOM.
github.com/justinfagnan...
The repo has:
π Explainers for the templating API and DOM scheduler API
ποΈ Full prototype implementations
βοΈ a JSX transform
βοΈ a mini React-like framework
10.11.2025 23:04 β π 86 π 27 π¬ 6 π 1
Why the GOV.UK Design System team changed the input type for numbers
We take a look at why the GOV.UK Design System changed the element it uses for inputting numbers, making it more accessible and easier to use
Reading this article from 2020 and realised all of the accessibility issues have been resolved long ago. Are there any good reasons today to still dislike <input type="number">?
technology.blog.gov.uk/2020/02/24/w...
Also read stackoverflow.blog/2022/12/26/w... but most of the points are invalid
10.11.2025 08:35 β π 1 π 0 π¬ 1 π 0
I hope you can make the web components meeting. They are planning to discuss DOM Parts and perhaps NodeGroup/Persistent Fragment, which intersect with your work on Declarative partial updates, if only tangentially
09.11.2025 16:20 β π 2 π 0 π¬ 2 π 0
CSS @import is cool, actually
Importing CSS into a cascade layer. Conditionally importing CSS with feature queries and media queries. @import vs <link>
Personally I'd love to take a minimal standards-aligned slim-build approach where a tool would take my CSS files and put them into one single file using @sheet for each. It would remove the performance impact of @import. Useful for code organisation olliewilliams.xyz/blog/css-imp...
07.11.2025 10:55 β π 2 π 0 π¬ 1 π 0
TPAC 2025 - Hybrid meeting
Our major event of the year gathers our community for thought-provoking discussions and coordinated work.
Calling all web developers! Browsers are all meeting up next week (www.w3.org/events/tpac/...). I want your voice to be heard! Tell me your biggest problems, and tell me what you want to see from the platform. What problems are tough to solve, but could be easier?
06.11.2025 09:44 β π 61 π 29 π¬ 28 π 0
Ember Data is now WarpDrive.
This data framework can be used in any JS framework.
06.11.2025 12:58 β π 7 π 2 π¬ 1 π 0
A screenshot of text from the announcement post reading: βI should note that htmx 4.0 will continue to work with eval() disabled, but you will need to forego a few features like hx-on if you choose to do so.β
My main takeaways from the HTMX 4.0 announcement post:
- Surprise that, until 4.0, it had used XMLHttpRequest instead of fetch.
- Surprise that some features rely on eval().
htmx.org/essays/the-f...
05.11.2025 17:10 β π 7 π 0 π¬ 0 π 0
Screenshot of text from the Safari release notes: "Fixed the consolidation of -webkit-text-decoration and text-decoration so that the former is now a full alias handling all four longhand properties, and aligning serialization with other engines."
Updated my CSS vendor prefixes article. Safari 26.2 supports text-decoration as a shorthand, without a prefix. olliewilliams.xyz/blog/prefix/
05.11.2025 09:15 β π 4 π 1 π¬ 2 π 1
Safari 26.2 Beta Release Notes | Apple Developer Documentation
Released November 4, 2025 β 26.2 beta (20623.1.12)
π¨π If you maintain a client-side router, now is the time to begin a rewrite/refactor: Navigation API lands in Safari 26.2 developer.apple.com/documentatio...
05.11.2025 00:52 β π 14 π 3 π¬ 0 π 1
This is quite a banger feature for web perf engineers. In Chrome Canary, you can now turn on an experimental feature to throttle single requests!
chrome://flags/#devtools-individual-request-throttling
This is golden to check the performance impact of a delayed resource. π
04.11.2025 15:13 β π 75 π 13 π¬ 3 π 1
Is there an easier way to set the contents of an iframe to be the result of Document.parseHTML()?
02.11.2025 11:11 β π 1 π 0 π¬ 0 π 0
Design Tokens Format Module 2025.10
This document describes the technical specification for a file format to
exchange design tokens between different tools.
That's it, that's the day.
After years of open collaboration, the Design Tokens Community Group delivers a production-ready, interoperable format for design systems. Goodbye disjointed workflows.
Hello open standards. β tr.designtokens.org/format
28.10.2025 19:38 β π 12 π 3 π¬ 0 π 1
Thanks Luke π‘. Theoretically I get it, although practically I've set my policy to createHTML: (input) => input as I'm not that sure what else I'd do here. It's a lot of extra code. I feel like the naming of the method is already good at getting developers to use some amount of caution.
26.10.2025 12:46 β π 1 π 0 π¬ 1 π 0
Web components at Microsoft. Co-host at ShopTalk. Previously Luro and Paravel. Blogger.
Maker of premium interactive web motion fings.
https://gannon.tv
Teacher and Award Winning Freelance Creative Developer
Teacher at @fdnd.nl π and the Minor Web Development at Amsterdam University of Applied Sciences
Iβm an Okay Dev π©π½βπ» @okaydev.co
Tech speaker at meetups and conferences
Portfolio: https://cydstumpel.nl
#CSS ex-Google Chrome DevRel, CSSWG, co-host The CSS Podcast, host @ GUI Challenges, co-host Bad@CSS Podcast.
Creator of VisBug, open-props.style, gradient.style, transition.style & more
UI, UX, CSS, HTML, JS
https://nerdy.dev
Engineer on Google Chrome. Involved in CSS, W3C, and WHATWG standards. Previously Mozilla (2003-2020), W3C TAG (2015-2021). Massachusetts, USA.
Network protocols (HTTP/2, HTTP/3, QUIC) and Web performance
at Akamai. PhD. Dad. Longsword fencer. He/Him.
http://linkedin.com/in/rmarx
@programmingart@mastodon.social
Overly opinionated software developer on the Angular team at Google. Web development is hard, so I build tooling that makes it easier.
Blog: dwac.dev
Mastodon: techhub.social/@develwithoutacause
GitHub: github.com/dgp1130
I do Software. I like websites. SolidJS Fellow @solidjs.com
My work at https://github.com/titoBouzout
Montevideo, Uruguay - Missing Quack ααα’
Level up your front-end skills. Stay for the approachable, friendly content and go away with transferable skills you can use day to day.
https://piccalil.li
The guy behind Keenforms the form builder with the no code rules engine, https://keenforms.com & Launch Point Zero https://launchpointzero.com/. I was posting from @keenforms.bsky.social, but it seemed impersonal so here we are
Software engineer. Helping you master automated testing at http://EpicWeb.dev. Author mswjs.io. Instructor egghead.io.
I tell stories @zakarcher.com.
My debut book "LOGGERHEADS" it out π
https://zakarcher.com/books/loggerheads
The simplest web framework and site generator.
Runs on Deno, Node.js, Bun and in your browser as a VSCode extension.
https://mastrojs.github.io π§βπ³
#noBuild #noBloat #noMagic
software developer @ microsoft β dad β ENM β javascript fan β Builder of build systems http://github.com/giltayar/bilt β and lots of love β€οΈ
Web development (frontend, Web APIs), Web app security, build tools, Java, Kotlin, Gradle, etc.
Blog: https://blog.ltgt.net
Fediverse: https://piaille.fr/@tbroyer
GitHub: https://github.com/tbroyer
(((π³οΈβππͺπΉππ₯π¨πͺ)))
Muslim - Father - Husband - Son.
#GoogleDevExpert for #WebTechnologies