-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
594 lines (590 loc) · 26.5 KB
/
index.html
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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
<!doctype HTML>
<html lang=en>
<!-- Hi there, kind visitor! If you scroll down to .table, you'll find nicely written markup. Feel free to contribute! -->
<title>Periodic Table of Web Browser APIs/Technologies -
Visualization and Demoes, Tutorials, and Explainers
</title>
<meta name="keywords" content="web, www, visualization, map, api, html, css, technologies, mindmap, diagram, infographic, periodic table, chart, javascript">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://wwwperiodictable.surge.sh/" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
<a class="github-fork-ribbon left-top" href="https://github.com/CrazyPython/wwwperiodictable" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<meta name="robots" content="index, follow">
<style>
*{ box-sizing: border-box; }
html{font-size: 14px;}
@media(min-width:768px){html{font-size: 16px;}}
html,body{ margin: 0; padding: 0;}
body{ font-family: Arial, sans-serif;}
header{ margin: 3rem 1em 0 7rem;}
.container{ overflow-x: auto; display: flex; flex-direction: column; margin: 2rem 0 4rem 0; }
/* If you're adding another column, change the numer of repeats in grid-template-columns */
.table{ display: grid; grid-auto-flow: column; grid-template-columns: repeat(14,minmax(8rem,1fr)); text-align: center; padding: 0 1rem; }
.table > div > *{ display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0 1px;}
.table > div > div{ height: 6rem;}
dl{ height: 8rem; margin: 0; }
footer{ margin: 0 1rem 3rem 2rem; }
dt { font-size: xx-large; font-weight: bold; }
dd { margin-inline-start: 0px;}
dd,time {font-size: smaller;}
/* td:hover[class] {
/* Scale the squares to be bigger when we hover over a table vell
transform: rotate(-90deg) scaleY(1) scaleX(-1) scale(1.2);
border: 2px solid maroon;
}
td[class] { transition: 1s; } */
/* Colors */
dl { background-color: var(--color); color: var(--text); box-shadow: inset 1ch 1ch 1ch rgba(255,255,255,.2);}
.table a { color: inherit; }
.other { --color: darkmagenta; --text: white; } /* default/other */
.all { --color: #62BD69; --text: black; }
.allbutie11 { --color: #237948; --text: white;}
.somebrowsers { --color: #0c3823; --text: white;}
.chrome { --color: #FFAC4A; --text: black;}
.proprietary { --color: dodgerblue; --text: black;}
.partial { --color: slategray; --text: black;}
.inprogress { --color: #ba2420; --text: white;}
.deprecated { --color: #0d0d0d; --text: white;} /* TODO: Seperate color and legend for deprecated APIs" */
.none { --color: #0d0d0d; --text: white;}
.proposal { --color: #7a0400; --text: white;}
.chrome.inprogress { --color: #FD5602; --text: black;}
.key div::before { content: ""; display: inline-block; height: 1em; width: 1em; background-color: var(--color); }
</style>
<header>
<div style="position: absolute; top: 1vw; right: 1vw;">By James Lu</div>
<h1>Periodic Table of Web Browsers APIs/Technologies with tutorial links</h1>
<h3>A visually organized list of all the ways a web app can ask your web browser to do things</hr>
<div class="key">
<h3>Key</h3>
<div class="all"> Supported by all browsers including IE11</div>
<div class="allbutie11"> Supported by all browsers</div>
<div class="somebrowsers"> Supported by two modern browsers</div>
<div class="inprogress"> Implementation is in progress</div>
<div class="proposal"> Being discussed or proposed</div>
<div class="partial"> Partial support</div>
<div class="none"> No support</div>
<div class="chrome"> Supported only by Google Chrome</div>
<div class="chrome inprogress"> Implementation in progress in Google Chrome</div>
<div class="proprietary"> Proprietary</div>
<div class="other"> Other</div>
</div>
</header>
<main>
<div class="container">
<div class="table">
<div>
<div><h4>Markup</h4></div>
<dl class="all">
<a href="https://caniuse.com/?search=xhtml"></a>
<time><a href="https://www.w3.org/TR/2010/NOTE-xhtml2-20101216/">2010</a></time>
<dt><a href="https://www.cnet.com/news/an-epitaph-for-the-web-standard-xhtml-2/">Xhtml</a></dt>
<dd><a href="https://www.w3schools.com/html/html_xhtml.asp">EXTensible HyperText Markup Language</a></dd>
</dl>
<dl class="all">
<time><a href="https://html.spec.whatwg.org/multipage/">2021</a></time>
<dt><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference">Ht</a></dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML">HyperText Markup Language 5</a> documents</dd>
</dl>
<dl class="all">
<time>2011</time>
<dt>Svg</dt>
<dd>SVG1.1 vector graphics and document layout</dd>
</dl>
<dl class="partial">
<a href="https://caniuse.com/?search=mathml"></a>
<time><a href="https://www.w3.org/TR/MathML3/">2014</a></time>
<dt>Ma</dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Web/MathML">MathML3.0</a></dd>
</dl>
<dl class="other">
<time><a href="https://www.w3.org/TR/voicexml20/">2010</a></time>
<dt>Vxml</dt>
<dd>VoiceXML</dd>
</dl>
<dl class="proposal">
<time><a href="https://svgwg.org/specs/svg-native/">2021</a></time>
<dt>SvgN</dt>
<dd>SVG Native</dd>
</dl>
<dl></dl>
<dl></dl>
<dl class="partial">
<time>2018</time>
<dt>Svg2</dt>
<dd><a href="https://www.w3.org/TR/SVG2/">SVG2</a></dd>
</dl>
</div>
<div>
<div><h4>Offline</h4></div>
<dl class="all">
<time>2017</time>
<dt>Hc</dt>
<dd>HTTP Cache-Control, ETag</dd>
</dl>
<dl class="somebrowsers">
<time>2020</time>
<dt>Ni</dt>
<dd>Network status (wifi, cellular, offline)</dd>
</dl>
<dl class="allbutie11">
<time>2020</time>
<dt>Sw</dt>
<dd>Service Workers</dd>
</dl>
<dl class="somebrowsers">
<time>2021</time>
<dt>Pwa</dt>
<dd>Add to home screen</dd>
</dl>
<dl class="somebrowsers">
<time>2020</time>
<dt>Pu</dt>
<dd>Push API</dd>
</dl>
<dl class="chrome">
<time>2020</time>
<dt>Bgs</dt>
<dd>Background Sync</dd>
</dl>
<dl></dl>
<dl></dl>
<dl class="deprecated none">
<time>2020</time>
<dt>Ac</dt>
<dd>Application Cache</dd>
</dl>
<dl class="depcreated chrome none">
<time>2010</time>
<dt>Ge</dt>
<dd>Gears</dd>
</dl>
</div>
<div>
<div><h4>Image</h4></div>
<dl class=all>
<time>1993</time>
<dt>Gif</dt>
<dd>Graphics Interchange Format</dd>
</dl>
<dl class=all>
<time>1996</time>
<dt>Png</dt>
<dd>Portable Network Graphics</dd>
</dl>
<dl class=all>
<time></time>
<dt>Jpg</dt>
<dd>Joint Photographic Experts Group</dd>
</dl>
<dl class=allbutie11>
<time>2020</time>
<dt><a href="https://developers.google.com/speed/webp/gallery1">P</a></dt>
<dd>WebP</dd>
</dl>
<dl class=chrome>
<time>2020</time>
<dt>Av</dt>
<dd>AVIF</dd>
</dl>
</div>
<div>
<div><h4>Style</h4></div>
<dl>
</dl>
<dl class="all">
<time>2015</time>
<dt>Css</dt>
<dd>CSS</dd>
</dl>
<dl class="allbutie11">
<time>2017</time>
<dt>Lt</dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Web/XSLT">XSLT</a></dd>
</dl>
<dl class=allbutie11>
<a href="https://caniuse.com/flexbox"></a>
<time><a href="https://www.w3.org/TR/css-flexbox-1/">2018</a></time>
<dt><a href="https://demos.scotch.io/visual-guide-to-css3-flexbox-flexbox-playground/demos/">Fx</a></dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox">CSS Flexbox</a></dd>
</dl>
<dl class=allbutie11>
<a href="https://caniuse.com/css-grid"></a>
<time><a href="https://www.w3.org/TR/css-grid-1/">2020</a></time>
<dt><a href="https://gridbyexample.com/examples/">Gr</a></dt>
<dd><a href="https://learncssgrid.com/">CSS Grid</a></dt>
</dl>
<dl class="proposal">
<time>2021</time>
<dt>C4</dt>
<dd><a href="https://www.w3.org/TR/selectors-4/">Selectors Level 4, Lists and Counters Level 3</a></dd>
</dl>
<dl class="somebrowsers">
<time>2021</time>
<dt>Ho</dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Web/Houdini">CSS Houdini</a></dd>
</dl>
</div>
<div>
<div><h4>Persistence</h4></div>
<dl class="all">
<time><a href="https://tools.ietf.org/html/rfc6265">2011</a></time>
<dt>Co</dt>
<dd>Cookies</dd>
</dl>
<dl class="all">
<time>2016</time>
<dt>Ls</dt>
<dd>LocalStorage</dd>
</dl>
<dl class="all">
<time>2018</time>
<dt>Idb</dt>
<dd>IndexedDB</dd>
</dl>
<dl class=somebrowsers>
<a href="https://caniuse.com/mdn-api_permissions_persistent-storage_permission"></a>
<time><a href="https://storage.spec.whatwg.org/">2020</a></time>
<dt><a href="https://web.dev/persistent-storage/">Pe</a></dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Web/API/Storage_API#data_persistence_and_clearing">Persistent storage</a></dd>
</dl>
<dl class="allbutie11">
<time>2021</time>
<dt>Fs</dt>
<dd>FileSystem API</dd>
</dl>
<dl></dl>
<dl></dl>
<dl></dl>
<dl class="none">
<time>2010</time>
<dt>Sql</dt>
<dd>WebSQL</dd>
</dl>
</div>
<div>
<div><h4>Interactive / Dynamic<br>Scripts</h4></div>
<dl class="all">
<time>2014</time>
<dt>Js</dt>
<dd>JavaScript</dd>
</dl>
<dl class="allbutie11">
<time>2018</time>
<dt>Es</dt>
<dd><code>=></code> <code>WeakMap</code> <code>Proxy</code> <code>import</code> <code>class</code> <code>async</code> <code>...</code></dd>
</dl>
<dl class="allbutie11">
<time>2021</time>
<dt>Wa</dt>
<dd>WASM</dd>
</dl>
<dl class="somebrowsers">
<time>2021</time>
<dt>Nx</dt>
<dd>ES.Next <code>Intl</code> <code>WeakRef</code> <code>Atomics</code> <code>??</code> <code>||=</code></dd>
</dl>
<dl class="proposal">
<time><a href="https://docs.google.com/presentation/d/1kqtsJfLVC-Nmcm2sveMRdJPjurwKKiiCGilK2_ladpw/edit?usp=gmail&gxids=7628#slide=id.p">2020</a></time>
<dt>Co</dt>
<dd>Concurrent JS</dd>
</dl>
<dl></dl>
<dl></dl>
<dl></dl>
<dl class="deprecated none">
<time>2005</time>
<dt>Jx</dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Archive/Web/E4X/Processing_XML_with_E4X">XML in JS (E4X)</a></dd>
</dl>
<dl class="deprecated chrome none">
<time>2015</time>
<dt>Pn</dt>
<dd>PNaCL</dd>
</dl>
</div>
<div>
<div><h4>Network API</h4></div>
<dl class="all">
<time>2016</time>
<dt>Xhr</dt>
<dd>XMLHTTPRequest</dd>
</dl>
<dl class="allbutie11">
<time>2010</time>
<dt>Sse</dt>
<dd>Server-Sent Events</dd>
</dl>
<dl class="all">
<time>2011</time>
<dt>Ws</dt>
<dd>WebSocket</dd>
</dl>
<dl class="allbutie11">
<time>2020</time>
<dt>Fe</dt>
<dd>Fetch: Modernized Xhr</dd>
</dl>
<dl class=allbutie11>
<a href="https://caniuse.com/beacon"></a>
<time><a href="https://www.w3.org/TR/beacon/">2017</a></time>
<dt><a href="https://developer.mozilla.org/en-US/docs/Web/API/Beacon_API">Bc</a></dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon">Beacon API</a></dd>
</dl>
<dl class="allbutie11">
<time>2021</time>
<dt>Rtc</dt>
<dd>WebRTC</dd>
</dl>
<dl class="inprogress">
<time><a href="https://w3c.github.io/webtransport/">2021</a></time>
<dt><a href="https://web.dev/webtransport/">T</a></dt>
<dd><a href="https://github.com/w3c/webtransport/blob/main/explainer.md">WebTransport</a></dd>
</dl>
</div>
<div>
<div><h4>Social</h4></div>
<dl class="all">
<time><br/></time>
<dt><a href="mailto:[email protected]">Smtp</a></dt>
<dd>Email</dd>
</dl>
<dl class="other">
<time>2011</time>
<dt>Rss</dt>
<dd>RSS</dd>
</dl>
<dl class="other">
<time>2017</time>
<dt>Mn</dt>
<dd>WebMention</dd>
</dl>
<dl class="other">
<time><a href="https://www.w3.org/TR/activitystreams-core/">2017</a></time>
<dt>As</dt>
<dd>ActivityStreams 2.0</dd>
</dl>
<dl class="other">
<time>2018</time>
<dt>Sb</dt>
<dd>WebSub</dd>
</dl>
<dl class="other">
<time>2018</time>
<dt>Ap</dt>
<dd>ActivityPub</dd>
</dl>
<dl></dl>
<dl></dl>
<dl class="proprietary">
<time>2021</time>
<dt>Fb</dt>
<dd>Facebook</dd>
</dl>
</div>
<div>
<div><h4>Semantic & Metadata</h4></div>
<dl class="all">
<time>1999</time>
<dt>Hd</dt>
<dd>Last-Modified, Content-Language</dd>
</dl>
<dl class="all">
<time>2011</time>
<dt>Mt</dt>
<dd><code><meta/></code> name, keywords, description, http-equiv</dd>
</dl>
<dl class="other">
<time>2018</time>
<dt>Mc</dt>
<dd>Microdata</dd>
</dl>
<dl class="other">
<time>2021</time>
<dt>Owl</dt>
<dd>RDF and OWL; <a href="https://solidproject.org">Solid</a></dd>
</dl>
</div>
<div>
<div><h4>Authentication</h4></div>
<dl class=all>
<time><a href="https://tools.ietf.org/html/rfc7235">2014</a></time>
<dt>Ba</dt>
<dd>Basic Authentication</dd>
</dl>
<dl class=other>
<time><a href="https://tools.ietf.org/html/rfc6749">2012</a></time>
<dt>Oa</dt>
<dd>OAuth</dd>
</dl>
<dl class=allbutie11>
<time>2020</time>
<dt>Au</dt>
<dd>Web Authentication</dd>
</dl>
</div>
<div>
<div><h4>Graphics API</h4></div>
<dl class="none proprietary">
<time>2020</time>
<dt>Fl</dt>
<dd>Flash (now <a href="https://www.adobe.com/products/animate.html">Animate</a>; exports to Svg, C2D, Gl)</dd>
</dl>
<dl class="all">
<time>2020</time>
<dt>C2D</dt>
<dd>Canvas2D</dd>
</dl>
<dl class="all">
<time>2017</time>
<dt>Gl</dt>
<dd>WebGL</dd>
</dl>
<dl class="somebrowsers">
<a href="https://caniuse.com/?search=webgl2"></a>
<time>2020</time>
<dt>Gl2</dt>
<dd>WebGL2</dd>
</dl>
<dl class="inprogress">
<time>2020</time>
<dt>Xr</dt>
<dd>WebXR Augmented and Virtual Reality</dd>
</dl>
<dl class="inprogress">
<a href="https://github.com/gpuweb/gpuweb/wiki/Implementation-Status"></a>
<time>2021</time>
<dt>Gpu</dt>
<dd><a href="https://gpuweb.github.io/gpuweb/">WebGPU</a></dd>
</dl>
<dl></dl>
<dl></dl>
<dl class=deprecated>
<a href="https://caniuse.com/webvr"></a>
<time><a href="https://immersive-web.github.io/webvr/spec/1.1/">2017</a></time>
<dt><a href="https://experiments.withgoogle.com/collection/webvr">Vr</a></dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebVR_API">WebVR</a></dd>
</dl>
</div>
<div>
<div><h4>Sensors</h4></div>
<dl></dl>
<dl class=all>
<a href="https://caniuse.com/geolocation"></a>
<time><a href="https://w3c.github.io/geolocation-api/">2020</a></time>
<dt><a href="https://developer.mozilla.org/en-US/docs/Web/API/Geolocation#methods">Geo</a></dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API">Geolocation API</a></dt>
</dl>
<dl class=chrome>
<time>2018</time>
<dt>Am</dt>
<dd>Accelerometer</dd>
</dl>
<dl class=chrome>
<time>2018</time>
<dt>Gy</dt>
<dd>Gyroscope</dd>
</dl>
<dl class=chrome>
<time>2018</time>
<dt>Mg</dt>
<dd>Magnetometer</dd>
</dl>
<dl class=chrome>
<time>2018</time>
<dt>Ot</dt>
<dd>Orientation</dd>
</dl>
<dl></dl>
<dl></dl>
<dl class=none>
<time>2019</time>
<dt>Al</dt>
<dd>Ambient Light</dd>
</dl>
</div>
<div>
<div><h4>Hardware</h4></div>
<dl></dl>
<dl class=chrome>
<time>2021</time>
<dt>Usb</dt>
<dd>WebUSB</dd>
</dl>
<dl class=allbutie11>
<time>2020</time>
<dt>Gp</dt>
<dd>Gamepad</dd>
</dl>
<dl class=chrome>
<time>2015</time>
<dt>Midi</dt>
<dd>Web MIDI</dd>
</dl>
<dl class=chrome>
<time>2020</time>
<dt>Bt</dt>
<dd>Web Bluetooth</dd>
</dl>
<dl class="inprogress">
<time><a href="https://w3c.github.io/web-nfc/">2020</a></time>
<dt>Nfc</dt>
<dd>Web NFC</dd>
</dl>
<dl class="chrome inprogress">
<time><a href="https://wicg.github.io/serial/">2021</a></time>
<dt>Sr</dt>
<dd><a href="https://codelabs.developers.google.com/codelabs/web-serial/?hl=ro#0">Web Serial API</a></dd>
</dl>
</div>
<div>
<div><h4>Operating System</h4></div>
<dl></dl>
<dl class=allbutie11>
<a href="https://caniuse.com/notifications"></a>
<time><a href="https://notifications.spec.whatwg.org/">2017</a></time>
<dt><a href="https://developer.mozilla.org/en-US/docs/Web/API/notification">No</a></dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API">Notifications API</a></dd>
</dl>
<dl class=allbutie11>
<a href="https://caniuse.com/async-clipboard"></a>
<time><a href="https://www.w3.org/TR/clipboard-apis/">2021</a></time>
<dt><a href="https://googlechrome.github.io/samples/async-clipboard/">Cp</a></dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Interact_with_the_clipboard">Clipboard</a></dd>
</dl>
<dl class="somebrowsers">
<a href="https://caniuse.com/fullscreen"></a>
<time><a href="https://fullscreen.spec.whatwg.org/">2018</a></time>
<dt><a href="https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API#methods">Fu</a></dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API/Guide">Fulllsreen API</a></dd>
</dl>
<dl class=allbutie11>
<a href="https://developer.mozilla.org/en-US/docs/Web/API/Screen_Capture_API#browser_compatibility"></a>
<time><a href="https://www.w3.org/TR/screen-capture/">2021</a></time>
<dt><a href="https://www.webrtc-experiment.com/getDisplayMedia/">Sc</a></dt>
<dd><a href="https://developer.mozilla.org/en-US/docs/Web/API/Screen_Capture_API">Screen Capture API</a></dd>
</dl>
<dl class=chrome>
<!-- Badging API does not have a caniuse entry yet -->
<a href="https://mozilla.github.io/standards-positions/#badging"></a>
<time><a href="https://w3c.github.io/badging/">2021</a></time>
<dt><a href="https://badging-api.glitch.me/">Bd</a></dt>
<dd><a href="https://github.com/w3c/badging/blob/main/explainer.md#badging-api-explainer">Badging API</a></dt>
</dl>
</div>
</div>
</div>
</main>
<footer>
<h3>How is it organized?</h3>
<p>Just like a real periodic table, the positioning has a meaning.</p>
<p>The columns are organized left-to-right by the date an API in that column was first implemented. Older first. <br>
The rows are organized by the date they were first proposed.</p>
<p>The first row represents technologies that still work, but are superseded or obsoleted by newer technologies. <br>
The second-to-last row is deprecated or abandoned APIs. These may have been implemented before and removed, or only partly implemented.<br>
The last row is for APIs that only ever worked in one browser. Many of these are proprietary or vendor-specific APIs.</p>
<p>The darkness and lightness represents the browser support of an API. The redness represents how active an API's proposal or specification is.</p><br>
<h3>What do the colors represent?</h3>
<p>The lighter the color, the more support there is.</p>
<p>The red represents how active the specification or proposal is.</p>
</footer>
</html>