Switch from table scope to id/headers

This commit is contained in:
inference 2023-11-20 01:36:50 +00:00
parent e08c4724b3
commit b3ad06a067
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Directory --> <!-- Inferencium - Website - Directory -->
<!-- Version: 0.3.0-alpha.1 --> <!-- Version: 0.4.0-alpha.1 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -35,17 +35,17 @@
either run by me or other people, but are hosted on Inferencium servers.</p> either run by me or other people, but are hosted on Inferencium servers.</p>
<table> <table>
<tr> <tr>
<th scope="col">Name</th> <th id="name">Name</th>
<th scope="col">URI</th> <th id="uri">URI</th>
<th scope="col">Description</th> <th id="description">Description</th>
<th scope="col">Public?</th> <th id="public">Public?</th>
</tr> </tr>
<tr> <tr>
<th>Inferencium</th> <th id="inferencium">Inferencium</th>
<td><code>xmpp://gojayi@muc.xmpp.inferencium.net?join</code></td> <td headers="uri inferencium"><code>xmpp://gojayi@muc.xmpp.inferencium.net?join</code></td>
<td class="td-desc"><p>General Inferencium channel. All topics permitted, <td class="td-desc" headers="description inferencium"><p>General Inferencium channel. All topics permitted,
excluding NSFW. Multimedia prohibited.<p></td> excluding NSFW. Multimedia prohibited.<p></td>
<td class="td-red">No</td> <td class="td-red" headers="public inferencium">No</td>
</tr> </tr>
</table> </table>
</section> </section>