From a62c90f0803f38f22bbfee89123055d7d467aab4 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sun, 28 Jan 2018 19:07:19 +0100 Subject: [PATCH] add article about accessible SVGs from CSS-Tricks #116 (#123) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c63866f0..24402ddd 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,8 @@ The super tiny icons are accessible by default. Each icon has: `Note:` if using the `````` as the `src` for an `````` element, the `alt` attribute should still be used on the `````` element because the ARIA is not recognised in this context. +CSS-Tricks has also an [article about accessible SVG icons](https://css-tricks.com/accessible-svgs/). + ### Guidelines This is the standard guideline. Use this to help with sizing your icons and they will look good no matter what border radius is chosen.