Please enable JavaScript.
Coggle requires JavaScript to display documents.
Useability Interfaces (Accessibility (Text Colour Contrast (Colour…
Useability Interfaces
Accessibility
-
Text Colour Contrast
-
If two colours are quite close to each-other, they can become quite difficult to view, especially between the web page and the text on it
-
Screen Reading
Helps people when they are struggling to read a block of text, as the screen reader will read it to them instead
If the web page is set up badly, then the screen reader will struggle to read the page
Accessible Images
For images, alternate text can be set up so a screen reader can describe the image
Accessible Multimedia
Audio transcripts can help people who can't hear the video or music file follow along with what is happening
There are may ways to do this, like YouTube's auto-cc tool
Safety
Consent Prompts
Asking a user whether they consent to the application gaining access to some of the users information
-
-
Data Loss
Preventing a user from losing data i.e. Deleting unsaved files, closing application to soon
-
Utility
-
-
Responsiveness
-
Solved by using code that uses variable data for screen height and width (Width = x, Height = y)