diff options
author | 2022-05-15 11:23:23 +0200 | |
---|---|---|
committer | 2022-05-15 11:23:23 +0200 | |
commit | 8085310013853ccf3a4b05fc510517ec0d1ce4e1 (patch) | |
tree | 890c728f916c9b230e14cd6c2e71c921d31646ff /web | |
parent | [security] transport.Controller{} and transport.Transport{} security and perf... (diff) | |
download | gotosocial-8085310013853ccf3a4b05fc510517ec0d1ce4e1.tar.xz |
[accessibility] Add description for the pinafore logo (#568)
Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com>
Diffstat (limited to 'web')
-rw-r--r-- | web/template/index.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/template/index.tmpl b/web/template/index.tmpl index 52581d3aa..34d795373 100644 --- a/web/template/index.tmpl +++ b/web/template/index.tmpl @@ -17,7 +17,9 @@ </p> <div class="applist"> <div class="entry"> - <svg class="logo redraw" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10000 10000"> + <svg role="img" aria-labelledby="pinaforeTitle pinaforeDesc" class="logo redraw" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10000 10000"> + <title id="pinaforeTitle">The Pinafore logo</title> + <desc id="pinaforeDesc">A stylised boat in flat design</desc> <path d="M9212 5993H5987V823c1053 667 2747 2177 3225 5170zM3100 2690A12240 12240 0 01939 6035h2161zm676 7210h2448a3067 3067 0 003067-3067H5052V627a527 527 0 00-1052 0v6206H709a3067 3067 0 003067 3067z"></path> </svg> <div> |