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
While conducting WCAG testing for a portal, on the basic HTML version, I discovered that:
Main menu could not be operated at all, neither with keyboard nor with mouse. Accordions do not open, menu links do nothing.
The contrast issue on the menu is so severe that main menu becomes dark blue rectangles, as if there is no text in them. Only when they are hovered or they receive focus, the link names are revealed.
This is what I have so far for CSS changes in the public/gcweb/cdtsapps.css:
/*Menu bar - When `wbdisable=true` passed in URL*/
.wb-disable#wb-sm .menu {
background:#E1E4E7;
border-bottom:1px solid #D3D4D8;
border-top:1px solid #D3D4D8;
}
/*Menu bar dropdown - When `wbdisable=true` passed in URL*/
.wb-disable .wb-menu .sm {
display: inline;
max-height: fit-content;
background:#C9CFD4;
}
/*Menu bar dropdown - links - When `wbdisable=true` passed in URL*/
.wb-disable#wb-sm .menu .sm>li>a {
color:#335075;
}
The hover still needs some work and you might want specific colour combos to fit the Canada.ca look and feel. I wish I had more time to give you on this. I kind of miss working on this project.
While conducting WCAG testing for a portal, on the basic HTML version, I discovered that:
(Please note that Canada.ca works normally.)
I assume websites using this template linked below have the same issue:
CDTS Sample - Custom Menu (Basic HTML)
The text was updated successfully, but these errors were encountered: