You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We see this accessibility error in local development on every single site we make. The "Home" href in the main nav is different from the "Home" href in the breadcrumbs. For example, one is:
https://launchlab.wvu.edu/home
and the other is:
#home
I would like to be able to customize the content of the href attribute in the r:breadcrumbs tag. I think this will help CleanSlate designers when remediating their sites. People like to be able to achieve a "clean slate" in local development (see what I did there?).
We see this accessibility error in local development on every single site we make. The "Home"
href
in the main nav is different from the "Home"href
in the breadcrumbs. For example, one is:https://launchlab.wvu.edu/home
#home
I would like to be able to customize the content of the
href
attribute in ther:breadcrumbs
tag. I think this will help CleanSlate designers when remediating their sites. People like to be able to achieve a "clean slate" in local development (see what I did there?).Relevant:
https://github.com/wvuweb/hammer/blob/master/hammer/services/tags/basic.rb#L487
The text was updated successfully, but these errors were encountered: