Adds accessibility (#53)

* Adds ARIA to tiny SVG files
* Adds accessiblity info to the readme
This commit is contained in:
Léonie Watson
2017-11-26 16:41:31 +00:00
committed by Terence Eden
parent 14e21c9237
commit 0501a58a0d
79 changed files with 86 additions and 78 deletions

View File

@@ -1,4 +1,4 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<svg role="img" aria-label="Wikipedia" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#282828" height="512" rx="15%" width="512"/>
<path d="m57 130-1 1v7c0 2 2 3 5 3 21 1 21 5 29 24l94 205c7 15 17 17 26-1l47-92 44 92c8 16 17 17 25 0l90-203c8-18 20-25 37-25 2 0 3-1 3-3v-7l-1-1h-83l-1 1v7c0 2 2 3 4 3 11 0 30 2 22 20l-73 173-3-1-45-92 38-75c9-16 11-25 27-25 2 0 4-1 4-3v-7l-1-1h-67l-1 1v7c0 3 4 3 7 3 19 1 17 8 11 20l-29 58-26-54c-9-17-11-22 2-23 4-1 9-1 9-4v-7l-1-1h-72l-1 1v8c0 2 2 2 5 2 12 2 12 3 24 27l42 88-39 78-3-1-80-174c-8-18 3-17 19-18 3 0 3-1 3-3v-7l-1-1z" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 577 B

After

Width:  |  Height:  |  Size: 611 B