-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
334 lines (278 loc) · 13.2 KB
/
index.html
File metadata and controls
334 lines (278 loc) · 13.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pragati+Narrow:wght@400;700&display=swap" rel="stylesheet">
<style>
.pragati-narrow-regular {
font-family: "Pragati Narrow", sans-serif;
font-weight: 400;
font-style: normal;
}
.pragati-narrow-bold {
font-family: "Pragati Narrow", sans-serif;
font-weight: 700;
font-style: normal;
}
/*
https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad9528b72c41
*/
html {
max-width: 70ch;
padding: 1em 0.5em;
margin: auto;
line-height: 1.25;
font-size: 1.25rem;
background: rgb(247 226 231);
font-family: "Pragati Narrow";
color: rgb(71 11 0);
}
/*
.bgimage-container {
position: fixed;
top: 0;
left: 0;
z-index: -10;
overflow: hidden;
}
.bgimage-container:after {
content: "";
display: block;
position: fixed;
bottom: 0;
right: 0;
width: 600px;
height: 600px;
background: rgb(247 226 231);
transform: rotate(-15deg);
transform-origin: center center;
}
*/
.content {
background-color: rgb(247 226 231);
}
h1,h2,h3,h4,h5,h6 {
font-family: "Pragati Narrow";
/*
margin: 1em 0 0.5em;
*/
}
.subtitle {
margin: 0;
}
p,ul,ol {
/*
margin-bottom: 1.5em;
*/
color: #1d1d1d;
}
ul {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
}
.initiatives li {
margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
html {
padding: 2em 0.5em;
margin: auto;
line-height: 1.25;
font-size: 1.25rem;
}
h1,h2,h3,h4,h5,h6 {
margin: 1em 0 0.5em;
}
p,ul,ol {
margin-bottom: 1.5em;
}
}
@media screen and (min-width: 992px) {
}
</style>
<script defer data-site="SUNQHGSW" src="https://cdn.usefathom.com/script.js"></script>
</head>
<body>
<div class="content">
<h1>WebTransitions</h1>
<h4 class="subtitle">Supporting transitional change on the web platform and in browsers
with funding, coordination and development.</h4>
<p>
Changing the web is hard, and for good reasons. But it should not be
impossible, or the web itself cannot grow and change with the needs of
the people who use it.
</p>
<p>
Many want changes to the web and browsers, but the barriers are often too
high and the process too long. Even experimentation can require decades of
expertise and a lot of time and space.
</p>
<strong>WebTransitions helps advance the web with:</strong>
<ul>
<li>Strategy / ecosystem shaping</li>
<li>Feasibility assessments / threat modeling</li>
<li>Ideation / exploration of new web features</li>
<li>Architecture / design / integration planning</li>
<li>Development from prototyping to production</li>
<li>Browser product advising</li>
</ul>
<h2>Initiatives</h2>
<ul class="initiatives">
<li><strong>(2026)</strong> The <a href="servo-readiness/">Servo Readiness Report</a> (<a href="servo-readiness/servo-readiness-one-pager.pdf">PDF</a>), a report-in-progress evaluating how far Servo is from being a usable web engine, and what amount of funding would get it usable sooner, with an aim to inform planning for a non-US multi-stakeholder governed web engine for use by everyone.</li>
<li><strong>(2018-∞)</strong> Custom scheme support in browsers: Since co-creating the <a href="https://github.com/mozilla/libdweb">Libdweb</a> project at Mozilla in 2018, over nearly 5yrs working on <a href="https://blog.ipfs.tech/?tags=browsers">P2P support in browsers</a> at <a href="https://www.protocol.ai/">Protocol Labs</a>, and getting bugs fixed, standards revised, and even major refactors in Chromium, still pushing on reducing barriers to enabling a multi-protocol web. Kicked off while leading the Browsers & Platforms team at PL, currently advising Igalia and the IPFS Fdn on an ongoing initiative to get custom scheme support into web extension manifests, and to follow that with backing those schemes with byte streams, not just extension-bundled HTML pages.</li>
<li><strong>(2022-5)</strong> <a href="https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API">Ed25519 support in the Web Cryptography API</a>: Kicked this off while at Protocol Labs, continued advising the project generally and directly getting vendor movement over 3+ years before all three engines finally shipped it in release versions in 2025 (<a href="https://blogs.igalia.com/jfernandez/2025/08/25/ed25519-support-lands-in-chrome-what-it-means-for-developers-and-the-web/">Igalia post</a>, <a href="https://blog.ipfs.tech/2025-08-ed25519/">IPFS Fdn post</a>).</li>
<li><strong>(2024-5)</strong> <a href="https://web-platform-dx.github.io/web-features/">Web Features Project</a>: Spent six months working in the W3C Web DX CG on behalf of Google, creating web feature definitions which let us reason about the web platform as ~1200 discrete features vs 15k+ unique pieces. These are used by MDN, Caniuse, Visual Studio, and many more.</li>
<li><strong>(2016-∞)</strong> <a href="https://bsky.app/profile/intenttoship.dev">@Intenttoship</a>: Bot that posts when browser makers announce an intent to ship, change or remove features in their web engines.</li>
</ul>
<h2>Areas of work</h2>
<ul>
<li>New web capabilities or browser features</li>
<li>Non-HTTP protocols, multiprotocol support</li>
<li>Decentralized/distributed web support</li>
<li>IPFS / libp2p</li>
<li>Browser extensions and APIs</li>
<li>Web archiving / preservation</li>
<li>P2P/Web3 integration and compat</li>
<li>Web form factor / OS integration / webviews</li>
<li>Experimental user agents</li>
<li>Portable and resilient web apps</li>
<li>Verifiability / provenance</li>
<li>WebCrypto API</li>
<li>Web sustainability</li>
</ul>
<h2>Who</h2>
<p>
After many years working towards paradigmatic change on the web at
Mozilla and Protocol Labs, WebTransitions was formed by
<a href="https://metafluff.com">Dietrich Ayala</a>
as a not-for-profit organization (pending) to enable experimentation and
innovation on the web platform.
It is a connector between those who want to see change on the web, and those who
can help make it happen - or at least help understand whether it should or could
happen at all.
</p>
Working or worked with these fine folks, among others:
<p>Google, Mozilla, Apple, Igalia, Protocol Labs, IPFS Foundation, Little Bear Labs, IPShipyard, Open Impact Foundation, Brave, Peergos and more.</p>
<!--
<h2>Initiatives / Collabs / WIP / Past</h2>
Verification on the web
<ul>
<li><a href="https://docs.google.com/document/d/1-04c0tW03tj3_VG_OFkBQGdJ7lLYkAgrprl4tlAtidc/edit?hl=en">Draft plan for verifiability/provenance support in the web</a>
</ul>
WebExtensions as first-class protocol handlers
<ul>
<li><a href="https://hackmd.io/86Ei010jQ9WPnKCt0jLVfw">Latest rollup from Igalia</a>
<li><a href="https://docs.google.com/document/d/1sDyVpi8N0FgAfNoG4J-3JhZrSnmi9npXf1VEcjRDDQI/edit?hl=en">API proposal doc for Chromium</a>
<li><a href="https://issues.chromium.org/issues/40482153">Chromium tracking issue</a>
<li><a href="https://github.com/w3c/webextensions/issues/365">W3C WebExtensions CG tracking issue</a>
<li><a href="https://darobin.github.io/proto-handler-reqs/">Draft spec by Robin Berjon</a>
<li><a href="https://github.com/ipfs/in-web-browsers/issues/212">IPFS tracking issue</a>
</ul>
Multi-protocol support in web browsers
<ul>
<li><a href="https://blogs.igalia.com/jfernandez/2022/11/14/discovering-chromes-pre-defined-custom-handlers/">Igalia HOWTO on implementing custom protocols in Chromium</a>
<li><a href="https://blogs.igalia.com/jfernandez/2022/08/10/new-custom-handlers-component-for-chrome/">Igalia announces new custom protocol handlers for Chromium</a>
<li><a href="https://blog.ipfs.tech/2021-01-15-ipfs-and-igalia-collaborate-on-dweb-in-browsers/">New dweb scheme registered, localhost origin interop/compat and more with Igalia</a>
</ul>
IPFS in web browsers
<ul>
<li><a href="https://blog.ipfs.tech/2023-05-multigateway-chromium-client/">Little Bear Labs announces native multi-gateway verified IPFS support in Chromium</a>
<li><a href="https://blog.ipfs.tech/14-11-2022-igalia-chromium/">IPFS support in Chromium via Igalia's refactor work</a>
<li><a href="https://brave.com/blog/brave-integrates-ipfs/">Brave announces IPFS full node support</a>
<li><a href="https://blog.ipfs.tech/2019-10-08-ipfs-browsers-update/">IPFS in web browsers update 2019</a>
</ul>
Secure curves in WebCrypto API
<ul>
<li><a href="https://blogs.igalia.com/jfernandez/2023/06/20/secure-curves-in-the-web-cryptography-api/">Igalia's Javi Ferndandez on Ed25519 support</a>
</ul>
-->
<h2>Let's work together</h2>
<p>
Do you need help getting a bug in a browser fixed?
A new feature added to browsers or the web,
or a web standards issue moved forward?
Or want experienced advice on your browser product, feature idea or new web protocol?
Something completely different but very relevant to everything you read so far?
</p>
<p>
Please email
<a href="mailto:hello@webtransitions.org">hello@webtransitions.org</a>.
</p>
<!--
<div>
<h4>Protocol Extensibility</h4>
HTTP is the default protocol for the web today but is constrained in many
ways. Alternate protocols with different features and trade-offs are
difficult to experiment with and not supported in most web user agents.
This area of work covers alternate protocol support in browsers, from
internal plumbing to user interface to extension APIs.
</div>
<div>
<h4>IPFS, libp2p</h4>
Peer-to-peer networking and content-addressing of data are both concepts
that the web has never embraced, but provide a number of advantages for
people who want long-lived resilient applications. How can these
approaches work inside HTTP web applications? What does the web look
like when they're integrated? What barriers exist to using these on the
web today? This area of work covers all of these questions and more.
</div>
<div>
<h4>WebCrypto API</h4>
Developer needs for cryptography in web applications continues to grow but
the web has not risen to meet them. This area of work has included lobbying
for and adding support for new curves and fixing interop/compat issues.
</div>
<div>
<h4>Web Archiving/Preservation</h4>
The web is in a constant state of decay - in some ways healthy and some
not. We've worked with WebRecorder, Internet Archive, Flickr Foundation,
Old Dominion University's <a href="https://twitter.com/WebSciDL">Web SciDL</a>
and others in capacities varying from research, tools and development, specifications, grant
writing and advising.
</div>
<div>
<h4>Verifiability/Provenance</h4>
The rapid growth of capabilities and availability of AI has compounded the
dis/misinformation challenges publishers and users face on the web today.
While the web security model allows resources to be verifiably served by
their originating publisher over HTTP, it does not allow for verification
of those resources in any other context.
What would it look like to elevate verifiability as a value of the web
itself? Let's answer that question through research, prototyping and
community building.
</div>
<div>
<h4>Experimental User Agents</h4>
The age of the one-size-fits-all browser is long past over.
What do people need from the web today that the windows-and-tabs model
can't provide? How might that application work?
</div>
<div>
<h4>Alternative Economic Models</h4>
Surveillance capitalism is the dominant funding model for the web, and
search and search placement is the primary funding source for web
browsers. What other ways might the web be powered, browsers funded, standards made?
</div>
<div>
<h4>Web Form Factor / OS Integration / Web-as-apps</h4>
PWA implementations are more browser-centric than application-, OS- or
user-centric. Webviews are a horror show for developers and users.
The landscape of "browser based applications" is fragmented and unstable.
Nativefier is dead. Gluon is dead. Electron is a mixed back. Tauri is
new. So much and so little and we haven't mentioned mobile yet.
</div>
-->
</div>
<div class="footer">
</div>
<!--
<div class="bgimage-container">
<image class="bgimage" src="forest.jpg">
</div>
-->
</body>
</html>