A developer created a webpage for answering quizzes. To give the correct answer they decided to use the color green for correct and red for false. For the blind users they correctly used a non-visible text alternative in accordance to the WCAG guideline 1.1.1 for non-text content. The implementation of that can be seen in the JavaScript editor.
They thought they did all the actions necessary to make the webpage accessible but they did not. They failed to account for the 1% of the population that cannot distinguish the two colors.
A developer created a webpage for answering quizzes. To give the correct answer they decided to use the color green for correct and red for false. For the blind users they correctly used a non-visible text alternative in accordance to the WCAG guideline 1.1.1 for non-text content. The implementation of that can be seen in the JavaScript editor.
They thought they did all the actions necessary to make the webpage accessible but they did not. They failed to account for the 1% of the population that cannot distinguish the two colors.