Skip to content

Commit 05e458f

Browse files
committed
Update README.md to mark objectives and criteria as complete
1 parent befbaf1 commit 05e458f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Form-Controls/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
<!--{{<objectives>}}>-->
66

7-
- [ ] Interpret requirements and check against a list of criteria
8-
- [ ] Write a valid form
9-
- [ ] Test with Devtools
10-
- [ ] Refactor using Devtools
7+
- [x] Interpret requirements and check against a list of criteria
8+
- [x] Write a valid form
9+
- [x] Test with Devtools
10+
- [x] Refactor using Devtools
1111
<!--{{<objectives>}}>-->
1212

1313
## Task
@@ -30,18 +30,18 @@ Do not write a form action for this project.
3030

3131
Let'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

0 commit comments

Comments
 (0)