We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aria-label
1 parent 9b00689 commit a7a45b2Copy full SHA for a7a45b2
site/content/docs/5.3/components/tooltips.md
@@ -111,7 +111,7 @@ And with custom HTML added:
111
With an SVG:
112
113
<div class="bd-example tooltip-demo">
114
- <a href="#" class="d-inline-block" data-bs-toggle="tooltip" data-bs-title="Default tooltip">
+ <a href="#" class="d-inline-block" data-bs-toggle="tooltip" data-bs-title="Default tooltip" aria-label="Hover or focus to see default tooltip">
115
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 100 100">
116
<rect width="100%" height="100%" fill="#563d7c"/>
117
<circle cx="50" cy="50" r="30" fill="#007bff"/>
0 commit comments