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
Technique G65 seems to imply in its tests that it is essential to not link to the current page in a breadcrumb navigation to sufficiently meet SC 2.4.8 Location:
For a breadcrumb trail that does include the current location:
Check that all elements except for the current location are implemented as links.
Check that the current location is not implemented as a link.
Considering that SC 2.4.8 only requires that …
Information about the user's location within a set of Web pages is available.
… I cannot see how including or excluding a link to the current page is relevant to passing or failing the SC.
If my assumption is correct, I think the page should be adjusted to remove the step from the testing procedure. Furthermore, I think with the introduction of aria-current="true", both including the link to the current page and leaving it off are equally good options.
The text was updated successfully, but these errors were encountered:
Technique G65 seems to imply in its tests that it is essential to not link to the current page in a breadcrumb navigation to sufficiently meet SC 2.4.8 Location:
Considering that SC 2.4.8 only requires that …
… I cannot see how including or excluding a link to the current page is relevant to passing or failing the SC.
If my assumption is correct, I think the page should be adjusted to remove the step from the testing procedure. Furthermore, I think with the introduction of
aria-current="true"
, both including the link to the current page and leaving it off are equally good options.The text was updated successfully, but these errors were encountered: