-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
ITP Jan25 | KATARZYNA KAZIMIERCZUK | Onboarding | WEEK 3 #228
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is generally fine - if you perform a Lighthouse accessibility audit, though, it gets a score of 91. Please try doing the audit, reading what it says, and use maybe HTML or CSS to make the form pass the audit and get a 100 score (it should only need one change!)
|
||
<div> | ||
<label for="name">Name</label> | ||
<input type="text" name="name" id="name" placeholder="Enter your name?" required> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a required
attribute here, which works really well for ensuring that a user has entered something here. What should be consider as being a name, though? Can we add another requirement?
Self checklist
Changelist
I created a form with the required fields and ensured accessibility was at 100%.
Questions
No questions.