Design comparison
SolutionDesign
Solution retrospective
Pls tell me if you find a bug
Community feedback
- @RocTanweerPosted over 3 years ago
Salam @fajar, Nice attempt on this one..! There are some issues with your project...
-
Due to accessibility issue, put aria-label in your button.mod and input.keyword.
-
There should not be a form without a submit button.
Basically, if you make a button or an input-field, they require a label to represent them, but in some cases, we don't want to have a label(like delete button in this case).
So we put aria-label in those tag with a string to represent them in place or their labels.
Hope it helps(Happy coding..!)
2 -
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord