Replies: 1 comment 2 replies
-
|
are you saying that the order of links is different at smaller viewports between the pages that have a tabstrip and the ones that don't? or is the issue here that the order is different on the same page at different zoom levels? if the latter, note that zooming/changing viewport size falls under the "unless a change is initiated by the user" clause. the SC doesn't demand that the order will always be consistent even across different breakpoints/adaptations. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Let's say that you have a web application that has navigation links along the left side of the page; this is on ALL pages. Some of the pages happen to have a horizontal tabstrip as well.
When I magnify the page:
On pages with big tabstrips, the ones that no longer fit are replaced by a "More" tab. If you open it, it shows the tabs that no longer fit, as a menu. If there were 10 tabs, the last 3 are moved into the More menu. This is what I expect to happen.
The same thing is done for the vertical navigation links. HOWEVER, the overall order does change.
In my opinion, this is a failure of "Consistent Navigation". The order should not change simply because the user magnified the page. The more you zoom, the larger the More menu gets, but 10 never makes it into the More menu.
Looking forward to some feedback. If you agree that this is a valid failure, could this be mentioned in the WCAG 2.2 documentation, for future reference?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions