Open markcaron opened 2 years ago
@bennypowers I believe you had an idea on implementation on this, so we'll need your advisement.
@coreyvickery and I will have to update the docs too.
While discussing Jump Links with @Nouveau today, we realized that we're likely going to run into an issue with Jump Links and color-palette
/ color-context
as it remains sticky
and slides over different colored "bands" (i.e. dark
and light
). This may mean that Jump Links must have a background color, otherwise the context switching as the user scrolls will never work well (or be 100% accessible).
CC: @marionnegp @coreyvickery @nikkimk @jvanpelt
On my smaller laptop screen, jump links with many items end up getting cut off. The jump links on the All products page just barely fits if I make my window fullscreen.
Dan suggested potentially decreasing the padding for each item.
After our <rh-jump-links>
discovery meeting last week...
We discussed the following problems:
vertical
to horizontal
, since the layout exists outside of the component itself.And we came to the following decisions:
vertical
variant, it will remain vertical across all media and container queries. Same for horizontal
, though we can provide an overflow/scroll somewhat similar to Subnav and Tabs.<nav>
role internally as a built-in landmark.@markcaron Marionne will be taking on this work.
Tag Name
pfe-jump-links
RHDS Only
Additional Info
<rh-jump-links>
from<pfe-jump-links>
.Current design specs 2022 study about jump links on redhat.com
To do