From 4779ab5d5af0f453df250dbec34edc3bf8db5a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20J=C3=B8dest=C3=B8l=20Haugland?= Date: Tue, 19 Apr 2022 12:09:45 +0200 Subject: [PATCH] Update Universal Design --- Universal-Design.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Universal-Design.md b/Universal-Design.md index 8903214..f4f2f6f 100644 --- a/Universal-Design.md +++ b/Universal-Design.md @@ -25,11 +25,13 @@ We have used React components with material styling to ensure that components wi #### 7. Signifiers Our solution to providing the user with information about where they should perform specific actions, goes hand in hand with our solution for affordance. All buttons have text, and the most significant ones also have symbols. The most important buttons are also bigger and clearly located on a card with a specific team or tournament or at the bottom of a form. +
+ In addition to following Don Norman’s seven fundamental design principles, we know that following principle 1 of WCAG 2.1 (perceivable) can significantly improve certain users’ experiences. Our steps to follow this principle include, but are not limited to: -- 1 -- 2 -- 3 +- Testing of each page in the web application using Microsoft's Accessibility Insights for Web +- Sticking to the same colors and color scheme to ensure the contrast ratio stays the same throughout the web application +- Ensuring all navigation is intuitive and obvious for the user