30 Day of the Accessibility testing

 


Day2 # 30 days of accessibility testing

Use a tool like WAVE to scan a web page for accessibility problems.

For this challenge, I used the WAVE chrome extension to test the https://web.smartcric.com/homepage.

Issues found by Wave tool

Found 70 places where the color contrast between the text and background was too low.

30 ALERTS- Redundant link

When adjacent links go to the same location (such as a linked product image and an adjacent linked product name that goes to the same product page) this results in additional navigation and repetition for keyboard and screen reader users.

If possible, combine the redundant links into one link and remove any redundant text or alternative text (for example, if a product image and product name are in the same link, the image can usually be given alt="").

Redundant title text -

The title attribute text is the same as text or alternative text.


The title attribute value is used to provide advisory information. It typically appears when the users hover the mouse over an element. The advisory information presented should not be identical to or very similar to the element text or alternative text.

Features 

31 FEATURES - Null or empty alternative text -4

Alternative text is null or empty (alt="").


If an image does not convey content or if the content of the image is conveyed elsewhere (such as in a caption or nearby text), the image should have empty/null alternative text (alt="") to ensure that it is ignored by a screen-reader and is hidden when images are disabled or unavailable.


Ensure that the image does not convey content or that the content of the image is conveyed in a nearby text (e.g., a caption).


Linked image with an alternative text

Alternative text is present for an image that is within a link. (T20 WORLDCUP, ICC,)


Including appropriate alternative text on an image within a link ensures that the function and purpose of the link and the content of the image are available to screen reader users or when images are unavailable.

Structural Elements

An unordered (bulleted) list (<ul> element) is present.


Ensure that an unordered (bulleted) list is appropriate for the context. If list items are sequential or numbered, an ordered list (<ol>) is likely more appropriate.


Comments

Popular posts from this blog

Testing Challenges

WCAG 2.0 - WEB CONTENT ACCESSIBILITY GUIDELINES