Simulating Vision Deficiencies to Test UI
Cover

Simulating Vision Deficiencies to Test UI

Firefox dev-tools

Screenshot showing vision simulation options in the "Accessibility" tab in Firefox Dev-tools

You can simulate vision deficiencies in the “Accessibility” tab and there you can test how your users see your website when they have:

  • Protanopia, which is blindness to red.
  • Deuteranopia, which is blindness to green.
  • Tritanopia, which is a form of blue-yellow color blindness
  • Achromatopsia. People with complete achromatopsia cannot perceive any colors, they see only black, white, and shades of gray.
  • Contrast loss (or Reduced contrast sensitivity), reduced ability to distinguish an object from other objects and the background (like black coffee in a black cup or grey text on a white background).

In the “Accessibility” tab, you can also check for issues: it will tell you whether you have problems with labels, whether contrast is compliant with WCAG, and check for image alt attributes.

Chrome dev-tools

Screenshot showing vision simulation options in the "Rendering" tab in Chrome Dev-tools

The option to simulate vision deficiencies hides in the “Rendering” tab (you can find this tab in the “Other tools” menu). You can find all the options that Firefox has. The new one is the “Blurred Vision” option, to see how a person with, for instance, hyperopia (farsightedness) can view your website.

#accessibility #a11y #ux #design #inclusivedesign

要查看或添加评论,请登录

Artem Alekseev的更多文章

  • Quick Tips for Accessible Forms

    Quick Tips for Accessible Forms

    Here are some things to keep in mind, while designing form elements: Every field or group of fields should include a…

  • UI Design & Seizures

    UI Design & Seizures

    As UI designs become more complex, we need to be mindful of the impact they can have on users with photosensitive…

  • Simple Metrics to Detect UX Problems with Microsoft Clarity

    Simple Metrics to Detect UX Problems with Microsoft Clarity

    When designing digital products, it’s crucial to understand how users interact with your interface. Microsoft Clarity…

  • Overview of Screen Readers Across Operating Systems

    Overview of Screen Readers Across Operating Systems

    Windows NVDA and JAWS are screen readers of choice for many on Windows. the usage of both is nearly the same.

  • UI Animations & Vestibular Disorders

    UI Animations & Vestibular Disorders

    Scroll hijacking and parallax scrolling not only can be annoying, it can also make people with Vestibular Disorders…

  • Use skip navigation links

    Use skip navigation links

    In 1998, Jim Thatcher (contributor to WCAG guidelines, and author of one of the first screen readers IBM Screen Reader…

  • Enhancing Contrast and Color Perception: WCAG, Ambient Light Sensor, and Media-queries

    Enhancing Contrast and Color Perception: WCAG, Ambient Light Sensor, and Media-queries

    1. Use WCAG AA+ Compliant Colors One of the simplest yet most effective ways to improve accessibility is using colors…

  • How People Use Braille on Smartphones

    How People Use Braille on Smartphones

    What is On-Screen Braille? On-screen Braille is a method that allows users to type using Braille directly on their…

  • ARIA Live Regions

    ARIA Live Regions

    Aria-live allows screen readers to mark sections as dynamic, so the screen reader can announce the change if content…

  • Testing Accessibility in Flutter

    Testing Accessibility in Flutter

    Accessibility is a crucial aspect of app development, ensuring that your application can be used by everyone, including…