|
1 | 1 | <!doctype HTML>
|
2 |
| -<html> |
| 2 | +<html lang=en> |
3 | 3 | <!-- Hi there, kind visitor! If you scroll down to <table>, you'll find nicely written markup. Feel free to contribute! -->
|
4 | 4 | <title>Periodic Table of the Web</title>
|
5 | 5 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
|
6 | 6 | <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>
|
7 | 7 | <style>
|
8 | 8 | /* How this works is each column is actually a table row. The following CSS rotates and transforms the table so it looks normal. */
|
9 | 9 | table { transform: rotate(90deg) scaleY(-1) }
|
10 |
| -table th, table td { transform: rotate(-90deg) scaleY(1) scaleX(-1); } |
| 10 | +table th, |
| 11 | +table td { transform: rotate(-90deg) scaleY(1) scaleX(-1); } |
| 12 | +/*table th { transform: rotate(-90deg) scaleY(1) scaleX(-1) rotate(-45deg); }*/ |
11 | 13 | body { margin-left: 7vw; }
|
12 | 14 | main { transform: translateX(17vw) translateY(-23vw); }
|
13 | 15 |
|
| 16 | +/*th { max-width: 5vw; max-height: 10vw; }*/ |
14 | 17 | td { width: 10vw; height: 10vw; }
|
15 | 18 | table { border-spacing: 1px 4px; }
|
16 | 19 | body { font-family: Arial, sans-serif; }
|
17 | 20 |
|
18 |
| -dt { font-size: xxx-large; font-weight: bold} |
| 21 | +/*th { font-size: x-large; }*/ |
| 22 | +dt { font-size: xxx-large; font-weight: bold; } |
19 | 23 | dd { margin-inline-start: 0px; }
|
20 | 24 |
|
21 | 25 | td { text-align: center; }
|
|
26 | 30 | dt { font-size: xxx-large; font-weight: bold; text-align: center;}
|
27 | 31 | dd { display: block; margin-inline-start: 0px; position: relative; padding-left: var(--left-padding);*//* text-align: center; }*/
|
28 | 32 |
|
| 33 | +/* Colors */ |
29 | 34 | td { background-color: var(--color); color: white; outline: 1px solid var(--color); }
|
30 | 35 | a { color: white; }
|
31 | 36 | .other { --color: grey; } /* default/other */
|
@@ -79,12 +84,12 @@ <h3>Key</h3>
|
79 | 84 | <td class="all">
|
80 | 85 | <time><a href="https://html.spec.whatwg.org/multipage/">2020</a></time>
|
81 | 86 | <dt><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference">Ht</a></dt>
|
82 |
| - <dd><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML">HTML5</a></dd> |
| 87 | + <dd><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML">HTML5</a> documents</dd> |
83 | 88 | </td>
|
84 | 89 | <td class="all">
|
85 | 90 | <time>2011</time>
|
86 | 91 | <dt>Svg</dt>
|
87 |
| - <dd>SVG1.1</dd> |
| 92 | + <dd>SVG1.1 vector graphics and document layout</dd> |
88 | 93 | </td>
|
89 | 94 | <td class="partial">
|
90 | 95 | <a href="https://caniuse.com/?search=mathml"></a>
|
@@ -236,7 +241,7 @@ <h3>Key</h3>
|
236 | 241 | </td>
|
237 | 242 | </tr>
|
238 | 243 | <tr>
|
239 |
| - <th>Scripting</th> |
| 244 | + <th>Interactive/Dynamic<br>Scripts</th> |
240 | 245 | <td>
|
241 | 246 | </td>
|
242 | 247 | <td class="all">
|
@@ -403,11 +408,11 @@ <h3>Key</h3>
|
403 | 408 | <td class="inprogress">
|
404 | 409 | <time>2020</time>
|
405 | 410 | <dt>Xr</dt>
|
406 |
| - <dd>WebXR</dd> |
| 411 | + <dd>WebXR Augmented and Virtual Reality</dd> |
407 | 412 | </td>
|
408 | 413 | <td class="inprogress">
|
409 | 414 | <time>2020</time>
|
410 |
| - <dt>Gp</dt> |
| 415 | + <dt>Gpu</dt> |
411 | 416 | <dd><a href="https://gpuweb.github.io/gpuweb/">WebGPU</a></dd>
|
412 | 417 | </td>
|
413 | 418 | </tr>
|
@@ -466,6 +471,11 @@ <h3>Key</h3>
|
466 | 471 | <dd>Web Bluetooth</dd>
|
467 | 472 | </td>
|
468 | 473 | </tr>
|
| 474 | + <tr> |
| 475 | + <th>Operating System</th> |
| 476 | + <td> |
| 477 | + </td> |
| 478 | + </tr> |
469 | 479 | </tbody>
|
470 | 480 | </table>
|
471 | 481 | </main>
|
|
0 commit comments