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
We need to add aria-label OR aria-labelby attributes to Form Section
Also, add aria-label, title, target, rel attributes to Respective Social Icons in All Web Pages
Missing alt attributes to Image Tags in ServicesSection/index.html File
Purpose of Raising this Issue:
The aria-label attribute provides a way to place a descriptive text label on an object, such as a link, when there are no elements visible on the page that describe the object. If descriptive elements are visible on the page, the aria-labelledby attribute should be used instead of aria-label .
The target attribute inside anchor tags ( ) tells the browser where the linked document should be loaded. It's optional, and defaults to _self when no value is provided.
The rel attribute specifies the relationship between the current document and the linked document. Only used if the href attribute is present.
The title attribute gives users an important indication as to where they will be directed to when they click on a link. If the user hovers with the mouse over a link reference, the title text, which was defined in the attribute, will be displayed.
The required alt attribute specifies an alternate text for an image, if the image cannot be displayed. The alt attribute provides alternative information for an image if a user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader).
For Reviewers, I want to work on this Issue
The text was updated successfully, but these errors were encountered:
GSSOC'23 Contributor
Issue Description:
aria-label OR aria-labelby attributes to Form Section
aria-label, title, target, rel attributes to Respective Social Icons in All Web Pages
alt attributes to Image Tags in ServicesSection/index.html File
Purpose of Raising this Issue:
aria-label attribute
provides a way to place a descriptive text label on an object, such as a link, when there are no elements visible on the page that describe the object. If descriptive elements are visible on the page, the aria-labelledby attribute should be used instead of aria-label .target attribute
inside anchor tags ( ) tells the browser where the linked document should be loaded. It's optional, and defaults to _self when no value is provided.rel attribute
specifies the relationship between the current document and the linked document. Only used if the href attribute is present.title attribute
gives users an important indication as to where they will be directed to when they click on a link. If the user hovers with the mouse over a link reference, the title text, which was defined in the attribute, will be displayed.required alt attribute
specifies an alternate text for an image, if the image cannot be displayed. The alt attribute provides alternative information for an image if a user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader).For Reviewers, I want to work on this Issue
The text was updated successfully, but these errors were encountered: