diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..7fa8c4a Binary files /dev/null and b/.DS_Store differ diff --git a/FormControls/formcontrolchecklist.md b/FormControls/formcontrolchecklist.md new file mode 100644 index 0000000..77b3ee8 --- /dev/null +++ b/FormControls/formcontrolchecklist.md @@ -0,0 +1,18 @@ +# Developers must test their work + +## Let's write out our testable criteria: + +### HTML +- [X ] I have used **HTML** and **CSS** only. +- [ X] My form is **semantic HTML**. +- [ X] All inputs have associated **labels**. +- [X ] My **Lighthouse Accessibility** score is **100**. +- [ X] I require a **valid name**. I have defined a valid name as a text string of two characters or more. +- [ X] I require a **valid email**. +- [X ] I require one **colour** from a defined set of 3 colours. +- [ X] I require one **size** from a defined set of 6 sizes. +- [ X] I require one **date** from a constrained date range. + +### CSS +- [ X] I show which element is **focused**. +- [ X] My **Lighthouse Accessibility** score is **100**. diff --git a/FormControls/index.html b/FormControls/index.html new file mode 100644 index 0000000..b8c4622 --- /dev/null +++ b/FormControls/index.html @@ -0,0 +1,69 @@ + + +
+ + +Welcome to my wireframe demo page
+This is the home section where the main content will be displayed.
+This section describes what the page or website is about.
+Details of services offered can go here.
+This section provides contact information or a form for users to reach out.
+