File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ Do not write a form action for this project.
3030
3131Let's write out our testable criteria. Check each one off as you complete it.
3232
33- - [ ] I have used HTML only.
33+ - [x ] I have used HTML only.
3434- [x] I have not used any CSS or JavaScript.
3535
3636### HTML
3737
38- - [ ] My form is semantic html.
39- - [ ] All inputs have associated labels.
40- - [ ] My Lighthouse Accessibility score is 100.
41- - [ ] I require a valid name. I have defined a valid name as a text string of two characters or more.
42- - [ ] I require a valid email.
43- - [ ] I require one colour from a defined set of 3 colours.
44- - [ ] I require one size from a defined set of 6 sizes.
38+ - [x ] My form is semantic html.
39+ - [x ] All inputs have associated labels.
40+ - [x ] My Lighthouse Accessibility score is 100.
41+ - [x ] I require a valid name. I have defined a valid name as a text string of two characters or more.
42+ - [x ] I require a valid email.
43+ - [x ] I require one colour from a defined set of 3 colours.
44+ - [x ] I require one size from a defined set of 6 sizes.
4545
4646## Resources
4747
You can’t perform that action at this time.
0 commit comments