Skip to content

Commit 70f1606

Browse files
committed
Improve
1 parent efe998d commit 70f1606

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

index.html

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
<!doctype HTML>
2-
<html>
2+
<html lang=en>
33
<!-- Hi there, kind visitor! If you scroll down to <table>, you'll find nicely written markup. Feel free to contribute! -->
44
<title>Periodic Table of the Web</title>
55
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
66
<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>
77
<style>
88
/* How this works is each column is actually a table row. The following CSS rotates and transforms the table so it looks normal. */
99
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); }*/
1113
body { margin-left: 7vw; }
1214
main { transform: translateX(17vw) translateY(-23vw); }
1315

16+
/*th { max-width: 5vw; max-height: 10vw; }*/
1417
td { width: 10vw; height: 10vw; }
1518
table { border-spacing: 1px 4px; }
1619
body { font-family: Arial, sans-serif; }
1720

18-
dt { font-size: xxx-large; font-weight: bold}
21+
/*th { font-size: x-large; }*/
22+
dt { font-size: xxx-large; font-weight: bold; }
1923
dd { margin-inline-start: 0px; }
2024

2125
td { text-align: center; }
@@ -26,6 +30,7 @@
2630
dt { font-size: xxx-large; font-weight: bold; text-align: center;}
2731
dd { display: block; margin-inline-start: 0px; position: relative; padding-left: var(--left-padding);*//* text-align: center; }*/
2832

33+
/* Colors */
2934
td { background-color: var(--color); color: white; outline: 1px solid var(--color); }
3035
a { color: white; }
3136
.other { --color: grey; } /* default/other */
@@ -79,12 +84,12 @@ <h3>Key</h3>
7984
<td class="all">
8085
<time><a href="https://html.spec.whatwg.org/multipage/">2020</a></time>
8186
<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>
8388
</td>
8489
<td class="all">
8590
<time>2011</time>
8691
<dt>Svg</dt>
87-
<dd>SVG1.1</dd>
92+
<dd>SVG1.1 vector graphics and document layout</dd>
8893
</td>
8994
<td class="partial">
9095
<a href="https://caniuse.com/?search=mathml"></a>
@@ -236,7 +241,7 @@ <h3>Key</h3>
236241
</td>
237242
</tr>
238243
<tr>
239-
<th>Scripting</th>
244+
<th>Interactive/Dynamic<br>Scripts</th>
240245
<td>
241246
</td>
242247
<td class="all">
@@ -403,11 +408,11 @@ <h3>Key</h3>
403408
<td class="inprogress">
404409
<time>2020</time>
405410
<dt>Xr</dt>
406-
<dd>WebXR</dd>
411+
<dd>WebXR Augmented and Virtual Reality</dd>
407412
</td>
408413
<td class="inprogress">
409414
<time>2020</time>
410-
<dt>Gp</dt>
415+
<dt>Gpu</dt>
411416
<dd><a href="https://gpuweb.github.io/gpuweb/">WebGPU</a></dd>
412417
</td>
413418
</tr>
@@ -466,6 +471,11 @@ <h3>Key</h3>
466471
<dd>Web Bluetooth</dd>
467472
</td>
468473
</tr>
474+
<tr>
475+
<th>Operating System</th>
476+
<td>
477+
</td>
478+
</tr>
469479
</tbody>
470480
</table>
471481
</main>

0 commit comments

Comments
 (0)