4
4
5
5
<!-- {{<objectives>}}>-->
6
6
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
11
11
<!-- {{<objectives>}}>-->
12
12
13
13
## Task
@@ -30,18 +30,18 @@ Do not write a form action for this project.
30
30
31
31
Let's write out our testable criteria. Check each one off as you complete it.
32
32
33
- - [ ] I have used HTML only.
33
+ - [x ] I have used HTML only.
34
34
- [x] I have not used any CSS or JavaScript.
35
35
36
36
### HTML
37
37
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.
45
45
46
46
## Resources
47
47
0 commit comments