-
-
Notifications
You must be signed in to change notification settings - Fork 409
London | ITP-JAN-2016 | Ping Wang | Sprint 2 | form-controls #989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
jenny-alexander
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @pathywang - great work with your form controls. 👍
I left a few comments for your to review.
| <header> | ||
| <h1>Product Pick</h1> | ||
| </header> | ||
| <main> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check to make sure you have the closing </main> tag?
| </div> | ||
| <br> | ||
| <div> | ||
| <p>Size</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your radio button labels and input work, but it is a bit unusual to have the label first and then the input.
For radio buttons, having the input defined first will be a bit more intuitive for users.
Here is an example: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input/radio#try_it
If you wrap your radio buttons inside of a <fieldset> and use a <legend>, then a screen reader will be able to announce the <legend> text along with each radio button, providing context to your user.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
jenny-alexander
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job @pathywang!
|
Many many thanks, Jenny.
Kind regards
Ping
…On Saturday, 24 January 2026, Jennifer Alexander ***@***.***> wrote:
***@***.**** commented on this pull request.
Great job @pathywang <https://github.com/pathywang>!
—
Reply to this email directly, view it on GitHub
<#989 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BR4KUR5XFUHOJJDF3GAQSXT4IODWDAVCNFSM6AAAAACSF6TPASVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTOMBRHAYTGMJYHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|

changelist
i did code as requirement from readme.md, only use HTML code, no CSS style or JavaScript, i put on fieldset and also swap label and input in order to make my form more tidy.