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
This means that we would only ever include href="#" to recommend that a designer will link to one specific page on their website. We will not use it to mean a literal href="#" that is published to the web.
Prerequisites
Describe the issue
Current documentation recommends to use a dropdown toggle as:
But this requires the unsemantic
href="#"
. In production, I consider that to be a broken link.Instead a better semantic could be:
This means that we would only ever include
href="#"
to recommend that a designer will link to one specific page on their website. We will not use it to mean a literalhref="#"
that is published to the web.Reduced test cases
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
5.3.3
The text was updated successfully, but these errors were encountered: