Pod request access landing page solution (HTML + SCSS + JS)
Design comparison
Solution retrospective
👋🏻 Hello everyone. This is my solution for the Pod request access landing page.
Feel free to leave your feedback on my solution.
Thanks! 😁
Community feedback
- @vanzasetiaPosted over 1 year ago
Hi, Mateus Belício! 👋
Add alternative text to the logo. Logo is an important content of the page. It is not decorative, and not the one with blank alternative text (
alt=""
). Without that information, a screen reader user or a search engine will not know what the site/project is called.Not every image needs alternative text. Decorative images should not have alternative text (
alt=""
). This will tell the screen reader to skip over the image. As a result, it saves screen reader users time navigating the page.For your information, decorative images are images that don't add any information and serve only aesthetic purposes.
The error message of the email input should be programmatically connected with the
<input>
by usingaria-describedby
. After that, make the error message a live region by usingaria-live
attribute. This way, as soon as the<p>
gets populated with the error message, screen readers will pronounce it.Learn more — How To Create Accessible Form with Simple Design? — Vanza Setia
I hope this helps. Happy coding! 😄
Marked as helpful1@mateusbelicioPosted over 1 year agoHey, Vanza! 👋🏻
Thank you very much for the feedback, I will implement these fixes soon. 😁
0
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