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="HTML5" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<path d="m71 460-41-460h451l-41 460-185 52" fill="#e34f26"/>
<path d="m256 472 149-41 35-394h-184" fill="#ef652a"/>
<path d="m256 208h-75l-5-58h80v-56h-142l15 171h127zm-1 147-63-17-4-45h-56l7 89 116 32z" fill="#ebebeb"/>

Before

Width:  |  Height:  |  Size: 379 B

After

Width:  |  Height:  |  Size: 409 B