From 0e17fa981f41bc9e12988b9a87b2e70bde445cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20J=C3=B8dest=C3=B8l=20Haugland?= Date: Sat, 23 Apr 2022 14:08:50 +0200 Subject: [PATCH] Update Universal Design --- Universal-Design.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Universal-Design.md b/Universal-Design.md index f4f2f6f..0bdc9fb 100644 --- a/Universal-Design.md +++ b/Universal-Design.md @@ -61,6 +61,7 @@ Issues: - Ensures select element has an accessible name - Recourses: WCAG 1.3.1 And 4.1.2 - All other tests passed + Solutions: - Changed background color to increase contrast - Removed select element in favor of a slider @@ -75,9 +76,12 @@ Issue: - The “Manage teams” button on the page did not meet the contrast ratio requirement - Color-contrast – Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds - Resources: WCAG 1.4.3 + Solution: - Changed button color to increase contrast -“Manage teams” page + + +##### “Manage teams” page - All checks passed @@ -87,6 +91,7 @@ Issues: - Ensures every id attribute value used in ARIA and in labels is unique - Recourses: WCAG 4.1.1 - All other tests passed + Solutions: - Changed the ARIA id attribute on one of the elements