-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
framework/gatsbyGatsby relatedGatsby relatedframework/reactReact relatedReact relatedgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededkind/bugSomething isn't workingSomething isn't workinglanguage/htmlIssues or pull requests that use HTMLIssues or pull requests that use HTML
Description
Description
Several interactive elements use attributes that do not belong to them:
Button alt attributes: The "Get Started" buttons include an alt attribute:
<button class="..." id="get-started-2" aria-label="Signup for Layer5 Cloud" title="Get Started" alt="Signup for Layer5 Cloud">Expected Behavior
The alt attribute is exclusively for images (<img>, <area>, <input type="image">). It is completely invalid on a <button>. Since the button already correctly uses aria-label and title, the alt attribute should be removed.
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.
- 📚 See contributing instructions.
- 🎨 Wireframes and designs for Layer5 site in Figma (open invite)
- 🙋🏾🙋🏼 Questions: Discussion Forum and Community Slack.
Join the Layer5 Community by submitting your community member form.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
framework/gatsbyGatsby relatedGatsby relatedframework/reactReact relatedReact relatedgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededkind/bugSomething isn't workingSomething isn't workinglanguage/htmlIssues or pull requests that use HTMLIssues or pull requests that use HTML