Map Markup Language is hypertext for Web maps, like HTML is hypertext for Web pages https://maps4html.org/MapML-Specification/spec/
55
stars
12
forks
source link
Move from single-page to multi-page WHATWG references #115
Closed
Malvoz closed 4 years ago
For performance reasons, we should use multi-page references (https://html.spec.whatwg.org/multipage/#the-thing) everywhere as opposed to the single-page version (https://html.spec.whatwg.org/#the-thing). The single-page loads in a lot slower.
In fact it seems WHATWG themselves mostly link to multi-page(s), and I have seemingly been inconsistent with this, prior to this PR.