8 Commits

Author SHA1 Message Date
bdfe6373d8
Remove "Planetarium" from source list
Project "Planetarium" has been cancelled due to lack of personal
interest in Fediverse.
2024-01-30 17:29:24 +00:00
f40f2ddd03
Remove "Constellation" from source list
Project "Constellation" has been cancelled due to lack of personal
interest in Fediverse.
2024-01-30 17:28:24 +00:00
7a651eafde
Remove units from img element height and width attributes
Units are not permitted to be used in `height` and `width` attributes in
`img` elements.
2024-01-30 00:01:48 +00:00
331f055a96
Add alt attribute to images
`alt` attribute is a mandatory attribute of `<img>` elements.
2024-01-29 23:18:34 +00:00
0a39225eea
Remove duplicate IDs
IDs should not be defined multiple times. Use the `<section>` elements
to define the IDs rather than the headings.
2024-01-29 21:41:25 +00:00
f535c3e573
Reorder navigation bar list 2024-01-29 18:30:37 +00:00
3b062d4bbf
Rebase webpage "Source" from version "5.0.0-alpha.1" onto "5.0.0" 2024-01-29 18:05:09 +00:00
dba0b18bc8
Switch from HTML to XHTML
XHTML provides strict parsing checks to enforce XML compliance, unlike
HTML which will allow broken code to load. Code-correctness will
substantially increase with this change.
2024-01-12 08:02:13 +00:00