summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-18 16:48:25 +0200
committerMartin Fischer <martin@push-f.com>2023-08-18 16:52:25 +0200
commita1be6064f6ebd194d51b3644f959e811040f7d46 (patch)
tree592261490c3c59470c1ef255b6289156c4498aa9
parent87cb2de6d967d4e0b57e240f7ccc3ee98cbae4ef (diff)
break!: redirect to multipage version of HTML specHEADmaster
The one-page version is a huge 13MB HTML file that takes long to load. Unfortunately this breaks any anchor links that used the redirect ... but I still think it's worth it.
-rw-r--r--specs.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/specs.toml b/specs.toml
index ca2a2ac..f939b98 100644
--- a/specs.toml
+++ b/specs.toml
@@ -132,7 +132,8 @@ PNG = "https://www.w3.org/TR/PNG/"
["Markup languages"]
XML = "https://www.w3.org/TR/xml11/"
-HTML = "https://html.spec.whatwg.org/"
+HTML = "https://html.spec.whatwg.org/multipage/"
+# TODO: also redirect subpaths for html e.g. /html/parsing -> /multi-page/parsing.html
MathML = "https://www.w3.org/TR/MathML3/"
SVG = "https://www.w3.org/TR/SVG11/"
CommonMark = "https://spec.commonmark.org/"