-
Notifications
You must be signed in to change notification settings - Fork 10
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
About page #47
Comments
Here's a draft I have for now. It was good to think about it since it pointed to certain missing features (eg let users know about the status of their submission) and maybe the need to update existing components (eg. should the progress bar reveal to sighted users the numbers of tags entered so far. It's already set for screen reader to announce it) About OR Instructions OR Guide to the HTML Quiz The Importance of HTML Tags User Guide
We hope this quiz not only tests your existing knowledge but also reinforces the importance of understanding and utilizing HTML tags for creating accessible and inclusive web experiences. Excited to dive into the world of tags? |
This sounds perfect! As for the about page, how could this look like?
|
I like both! Would either one be more problematic for screen readers? My question is more general, in terms of what's more convenient: to switch between two pages or work with just one page but have to open/close the accordion. |
I will do some research on the apple problem. I can only assume that it would be easier to stay on the same page instead of switching, but of course I don't know that. I will also research that! |
Browser Support: Regarding to MDN browser support as well as Adrian Roselli (the god of a11y), LinksMDN https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#browser_compatibility |
About disclosure widget vs navigation:
|
(I learned about the |
I guess we think of the implementation of the widget in a different way (since you mentioned that the about section may be out of sight, you maybe would implement it beneath the list). I would have implemented beneath the heading, therefore, when open it, it could stay open and maybe still have the input field in side. Maybe, people what to have the instruction right in front of them the whole time, that was my thought scenario 😅 |
I was thinking that a mobile user will have a hard time accessing the input field with the About page open. But in terms of where to place the About page I agree that the top of the page is better . Now, where and how exactly to place it? I'm afraid I won't be very helpful here because I can never make a decision and stick with it when it comes to UI/UX 😅. (Changing the design of my site every other day because I can't decide what I want...) |
I will either create a quick wireframe or open a draft PR start adding and we make decision based on what we are currently see 🙂 |
Description
The
about page
talks briefly about the importance of semantic HTML. I may also contains a guide on how to use the app.By adding this, the subtitle might change since important details are not shown in the
about page
.Reference
Originally posted by @CorinaMurg in #23 (comment)
The text was updated successfully, but these errors were encountered: