tritonJS826 / masters-way

37 stars 32 forks source link

Accessibility: Social media buttons has no value text on Home page #990

Closed pp2amd6 closed 1 month ago

pp2amd6 commented 3 months ago

Description

Social media buttons has no value text on Home page. Accordingly to WCAG descriptive text must be presented to screen reader users to indicate the function of the button. image

Steps to reproduce

  1. Open Home page
  2. View HTML code for social media buttons element

Actual result

Social media buttons has no value text

<a class="_link_lef6t_1" rel="noopener noreferrer" href="https://linkedin.com/company/masters-way-project" target="_blank">...</a>

Expected result

Social media buttons has value text, for example aria-label

<a class="_link_lef6t_1" rel="noopener noreferrer" href="https://linkedin.com/company/masters-way-project" target="_blank" aria-label="Master's Way LinkedIn page">...</a>
Ekaterina1994 commented 3 months ago

989 and #991

Ekaterina1994 commented 2 months ago

Done

n144astya commented 1 month ago

Done