From e0c89d04692aa20dc94d4531a61f8dccdb87d244 Mon Sep 17 00:00:00 2001 From: Adrian Tai Date: Wed, 8 Dec 2021 23:59:18 -0500 Subject: [PATCH] Update Accessibility.md --- phase2/Accessibility.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phase2/Accessibility.md b/phase2/Accessibility.md index 21a7b68..604e0dd 100644 --- a/phase2/Accessibility.md +++ b/phase2/Accessibility.md @@ -13,6 +13,7 @@ As none of the inputs or website usage are time-constrained, this principle does - When the user goes through the website, there is a clear flow of information and the user can easily understand it. - The website is consistent with user expectations and intuition. - All the text and labels use simple vocabulary. +- We used natural mapping (a UX design concept) so that the user can immediately recognize where the buttons are located. - In the future, we plan to implement error messages for wrong inputs. #### Principle 4: Perceptible Information - We provide adequate contrast between essential information and its surroundings by using a light background and dark text. @@ -27,7 +28,7 @@ As none of the inputs or website usage are time-constrained, this principle does #### Principle 7: Size and Space for Approach and Use - Everything is in line of sight and easily organized. -- All text can be read within reading distance of the screen. +- All text is large enough and can be read within reading distance of the screen. - The website is compatible with screen readers. - In the future, we will make it work with audio input devices.