From 661fe3edcebc1d96e0c083077bef67b71b447b10 Mon Sep 17 00:00:00 2001 From: Maja Komel Date: Mon, 20 Jul 2020 09:54:44 +0200 Subject: [PATCH 1/5] =?UTF-8?q?=E2=9C=A8=20Support=20title=20and=20descrip?= =?UTF-8?q?tion=20in=20HdIcon=20(#481)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ make HdIcon accessible * add review changes * snapshot spec * reorganize the code, add another test * fix test * fix linting 🤦‍♀️ * use addAccessibilityTags --- src/components/HdIcon.vue | 33 +++++++++++++++++++ tests/unit/components/HdIcon.spec.js | 32 ++++++++++++++++++ .../__snapshots__/HdIcon.spec.js.snap | 9 +++++ 3 files changed, 74 insertions(+) diff --git a/src/components/HdIcon.vue b/src/components/HdIcon.vue index 35b2f6944..b0ba438d4 100644 --- a/src/components/HdIcon.vue +++ b/src/components/HdIcon.vue @@ -1,6 +1,7 @@