You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/content
Kévin Commaille 9882d95775
Improve the quality of the rendered diagrams (#1999)
The first commit allows to lazy-load the diagrams, which should improve the loading time of the CS API on mobile. In the process it also improves the alt text of the images.

The second commit serves the diagrams as high-resolution WebPs. Encoding a high resolution diagram as WebP gives a file of approximately the same size as the lower resolution PNG. For maximum compatibility we also serve them as a lower resolution WebP and a fallback PNG. WebP was chosen because it is one of the export formats of draw.io/diagrams.net, and it is widely available in modern browsers.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2 days ago
..
changelog Fix relative URLs when serving the specification with a custom `baseURL` (#1984) 1 week ago
client-server-api Improve the quality of the rendered diagrams (#1999) 2 days ago
rooms Always use `%` delimiter for `added-in` and `changed-in` shortcodes (#1975) 3 weeks ago
_index.md Remove note about reference implementations (#1966) 1 month ago
appendices.md Always use `%` delimiter for `added-in` and `changed-in` shortcodes (#1975) 3 weeks ago
application-service-api.md Specify that appservice login and register fail on incorrect as_tokens (#1744) 8 months ago
identity-service-api.md Deprecate authentication via a query string (#1808) 7 months ago
proposals.md Add some clarifications around implementation requirements for MSCs (#1718) 8 months ago
push-gateway-api.md Add standard error responses (MSC3743). (#1347) 2 years ago
server-server-api.md Always use `%` delimiter for `added-in` and `changed-in` shortcodes (#1975) 3 weeks ago