Skip to content

Birmingham | 26-ITP-Jan | Mohammed Omer | Sprint 2 | Form-Control#1183

Closed
mo-omer wants to merge 2 commits into
CodeYourFuture:mainfrom
mo-omer:Form-Control
Closed

Birmingham | 26-ITP-Jan | Mohammed Omer | Sprint 2 | Form-Control#1183
mo-omer wants to merge 2 commits into
CodeYourFuture:mainfrom
mo-omer:Form-Control

Conversation

@mo-omer
Copy link
Copy Markdown

@mo-omer mo-omer commented Feb 18, 2026

Learners, PR Template

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

T-shirt sale form using provided html and css templetes.

@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 18, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit c0c462e
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/69965122e324570008a32d8a
😎 Deploy Preview https://deploy-preview-1183--cyf-onboarding-module.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
2 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 91 (🟢 up 5 from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions

This comment has been minimized.

@mo-omer mo-omer added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 18, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 18, 2026
@mo-omer mo-omer added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 18, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 18, 2026
@mo-omer mo-omer changed the title Birmingham | 26-ITP-Jan | Mohammed Omer | Sprint 2 | Birmingham | 26-ITP-Jan | Mohammed Omer | Sprint 2 | Form-Control Feb 18, 2026
@mo-omer mo-omer added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Feb 18, 2026
@cjyuan cjyuan added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Feb 18, 2026
Copy link
Copy Markdown
Contributor

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to https://validator.w3.org/, there is one warning. Can you address this warning?

Comment thread Form-Controls/index.html

<p>
<input type="radio" id="red" name="colour" value="red" required />
<label for="red">Red</label>
Copy link
Copy Markdown
Contributor

@cjyuan cjyuan Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could consider wrapping the radio button input inside the label element as

            <label>
              <input type="radio" name="colour" value="red" required>
              Red
            </label>

This way, we don't need to use id and for attributes.

Comment thread Form-Controls/index.html Outdated
Comment on lines +127 to +130
<p>
<input type="radio" id="blue" name="colour" value="blue" />
<label for="blue">Blue</label>
</p>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<div> is more appropriate than <p> as a container element here. Can you look into why that is?

@cjyuan cjyuan added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Feb 18, 2026
@mo-omer mo-omer closed this Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reviewed Volunteer to add when completing a review with trainee action still to take.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants