Skip to content

Comments

ITP-2026-1 | Benjamin Vanderzeypen | Week 2 | Form-Controls#69

Open
nuttyproducer wants to merge 2 commits intoHackYourFutureBelgium:mainfrom
nuttyproducer:Form-Controls
Open

ITP-2026-1 | Benjamin Vanderzeypen | Week 2 | Form-Controls#69
nuttyproducer wants to merge 2 commits intoHackYourFutureBelgium:mainfrom
nuttyproducer:Form-Controls

Conversation

@nuttyproducer
Copy link

@nuttyproducer nuttyproducer commented Feb 19, 2026

Self checklist;

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist;

This PR adds a semantic HTML form for t-shirt orders, collecting name, email, color, and size. All fields are required and accessible, meeting the assignment criteria.

  • Interpret requirements and check against a list of criteria

  • Write a valid form

  • Test with Devtools

  • Refactor using Devtools

  • I have used HTML only.

  • I have not used any CSS or JavaScript.

  • My form is semantic html.

  • All inputs have associated labels.

  • My Lighthouse Accessibility score is 100.

  • I require a valid name. I have defined a valid name as a text string of two characters or more.

  • I require a valid email.

  • I require one colour from a defined set of 3 colours.

  • I require one size from a defined set of 6 sizes.

Questions

I have used the AIRA label as I was digging deeper into accessibility features. Is this approprate to already use these extra tags and attributes? Thanks!

Can we also create this form with extra CSS for practice reasons? I can make a new branch for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant