Day 12 # Read an article about accessibility and share it with someone

Accessibility In Chrome DevTools – author Umar

This article will demonstrate some useful features in DevTools which can help you improve the accessibility of your website. For many websites, things like performance and accessibility are an afterthought. But as web developers, it’s best to strive to create the best possible experience we can for our users, regardless of their abilities.

Chrome has different accessibility-related features. I would like to talk about one feature here from the article.

 Contrast Ratio

This is a feature to check whether the inspected text has a satisfactory color contrast against the background color.

Using this tool can help influence the design and color scheme of your website, which can lead to more readable content for users with low vision.

Typically, a high level of contrast between the text color and underlying background color means more legible text for users of different abilities. In addition, it helps support users reading your text in a variety of environmental conditions, consider these examples which can impact how a user perceives text legibility:

Looking at a screen while outside with lots of sunlight

A mobile device has lowered its screen brightness all the way down to preserve battery life




Comments

Popular posts from this blog

Testing Challenges

WCAG 2.0 - WEB CONTENT ACCESSIBILITY GUIDELINES