Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Noticed Add alt attributes and It's Text, & ARIA Attributes to Social Icons and Form Sections in Some Files #531

Open
1 task done
NarendraKoya999 opened this issue Aug 4, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@NarendraKoya999
Copy link
Contributor

NarendraKoya999 commented Aug 4, 2023

Is your feature request related to a problem? Please describe.

  • In Some Multiple Files, We need to alt attributes along with alt text to Image Elements.
  • At the Same thing, ARIA Attributes(Web Accessibility) , title(Tooltip), rel attributes to Social Icons.
  • Other Files, Form sections need ARIA Attributes.
  • Most Important thing, starting of the HTML Document in Some HTML Files. Missing <DOCTYPE html> Line of Code.

Describe the solution you'd like

  • Only Follow above Issues with adding Features is the Solution for Us.

Describe alternatives you've considered

No response

Additional context

  • ARIA attributes enable modifying an element's states and properties as defined in the accessibility tree. Note: ARIA only modifies the accessibility tree, modifying how assistive technology presents the content to your users. ARIA doesn't change anything about an element's function or behavior.
  • 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).
  • The title attribute specifies extra information about an element. The information is most often shown as a tooltip text when the mouse moves over the element. The title attribute can be used on any HTML element (it will validate on any HTML element.
  • The rel attribute specifies the relationship between the current document and the linked document. Only used if the href attribute is present. Tip: Search engines can use this attribute to get more information about a link!
  • The HTML document type declaration, also known as DOCTYPE , is the first line of code required in every HTML or XHTML document. The DOCTYPE declaration is an instruction to the web browser about what version of HTML the page is written in. This ensures that the web page is parsed the same way by different web browsers.
    No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@NarendraKoya999 NarendraKoya999 added the enhancement New feature or request label Aug 4, 2023
@github-actions
Copy link

github-actions bot commented Aug 4, 2023

👋 @NarendraKoya999

Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.

Please make sure you have given us as much context as possible.

@NarendraKoya999
Copy link
Contributor Author

@AshAman999 . Please Review on this Issue Also. Thank You !

@github-actions
Copy link

github-actions bot commented Aug 9, 2023

Hello @NarendraKoya999, thank you for raising an issue. 🙌 I have assigned the issue to you. You can now start working on it. If you encounter any problems, please feel free to connect with us. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant