You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This feature is related to the aspect of accessibility problem
Describe the solution you'd like
The solution is to add important attributes like aria-label for social anchors (links like Github) which are placed on Social media section.
it is important to note that we want to add the title attribute also. This is because the title attribute is intended to provide additional information to screen reader users.
The aria-label attribute is a way more important for providing accessibility information to screen reader users. The aria-label attribute is an Accessible Rich Internet Applications (ARIA) attribute that can be used to provide a label for an element. This label is then read aloud by screen readers, providing additional information about the element to the user.
In general, the aria-label & title attributes are preferred for providing accessibility information to screen reader users.
You can consider to assign this issue to me to make the site accessible for screen readers
Describe alternatives you've considered
There's no alternative's for accessibility improvements
Additional context
I'm a GSSoC`23 Contributor
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
The solution is to add important attributes like
aria-label
for social anchors (links like Github) which are placed on Social media section.it is important to note that we want to add the
title
attribute also. This is because thetitle
attribute is intended to provide additional information to screen reader users.The
aria-label
attribute is a way more important for providing accessibility information to screen reader users. Thearia-label
attribute is an Accessible Rich Internet Applications (ARIA) attribute that can be used to provide a label for an element. This label is then read aloud by screen readers, providing additional information about the element to the user.In general, the
aria-label
&title
attributes are preferred for providing accessibility information to screen reader users.You can consider to assign this issue to me to make the site accessible for screen readers
Describe alternatives you've considered
Additional context
Code of Conduct
The text was updated successfully, but these errors were encountered: