-
Notifications
You must be signed in to change notification settings - Fork 17
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
USWDS-Sandbox - UX Prototype: 2025 Q1 #176
Conversation
Use a more specific name to avoid confusion from multiple forms
<svg | ||
class="usa-icon usa-tooltip" | ||
data-position="top" | ||
title="Accommodations are available but limited" | ||
role="img"> | ||
<use href="{{ '/assets/img/sprite.svg#info' | url }}"></use> | ||
</svg> |
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.
One more thing about tooltip on mobile: I was expecting to be able to tap on the "i" icon and see the tooltip pop up. Curious if others feel that that should be the expected behavior (@amycole501 @alex-hull @mejiaj ). If so, I am still not able to tap on the icon and see the tooltip.
@jaclinec the tooltip is inside the label, but I was able to toggle it on Firefox for Android.
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.
@mejiaj I'm not able to toggle it on iPhone using Safari or Chrome. I wonder if it's a browser limitation or if we have any control over it? When I tap the "i" icon it briefly shows the tooltip for a split second and then takes me into the character count input.
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.
I spoke with James internally about the tooltip on mobile issue and it seems it might be an iPhone issue that'd require a lot of customizations and workarounds to "fix," so we are moving forward with testing it as-is. If this is a bug or enhancement to tooltip we need to make down the road, we can address it then. Right now it seems out of scope.
@jaclinec I've added the default values to the error state. Ready for final review. |
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.
Just reviewed again and had just a couple more comments. One was about breadcrumb on mobile (should probably use default after all for "Book a tour" proto instead of modified, and keep the modified version for "Error" proto) and one more comment on tooltip for iPhone. This is 99% there!
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.
Made one comment about the heading level on the reservation page. Once that is adjusted (if needed), I think we should be all good!
- Remove zebra naming convention - Organize tests under time-based list
@alex-hull @jaclinec ready for final review, please let me know if I haven't addressed the outstanding issues. |
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.
Everything looks good from my point of view - thanks for all your hard work on this!!
@amycole501 this is ready for FFR. |
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.
Looks good!
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.
One small but notable change needed.
The third tab stop on the page goes to what appears to be an empty element. In NVDA I hear "Banner landmark, US National parks link"
The question I have is, is that the BANNER or the HEADER? Should it change to read something other than banner?
Here's what ANDI is showing
Can we fix it so that isn't a tab stop? I don't know that it's needed.
Logo markup matches recommended USA Header style. This fixes an A11Y issue where the tab stop was appearing blank and not highlighting on focus. More info in PR comment: #176 (review)
@amycole501 the third tab stop is the header from the last test. Specifically, the logo text "U.S. National Parks." Fixed the markup and it now should highlight correctly [13da400]. |
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.
Looks good now, thanks!
Closes #168.
This PR creates the prototype for testing. It includes experimental component changes made in this branch and in uswds/uswds#ux-prototype-2025Q1.
Preview
Included experimental features
Created a feature branch on USWDS [
ux-prototype-2025Q1
] which includes the following experimental features:Bugs found