Replies: 1 comment 5 replies
-
I'm not entirely sure of the history on this component, @majornista may have more insight. I'm not sure why the current page would be a non-disabled link. It wouldn't go anywhere, as it's the page you're already on. The APG patterns are one way in which to implement something. They are a good guideline, but not a strict rule. I see our announcement seems to be aligned with what that blog post described, so at the least, according to them, we are not breaking any aria. |
Beta Was this translation helpful? Give feedback.
5 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.
-
In the APG patterns, the last item (the current page) is an active link. Why is the last item in Breadcrumb made a disabled link? Given that
<a disabled>
doesn’t exist semantically, wouldn’t it be better to avoid using disabled links?Scottohara also mentioned that disabled links should be used wisely, carefully, and hopefully rarely in his blog post.
I’d appreciate any thoughts on this. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions