3
3
exports [` tooltip props basic tooltip 1` ] = `
4
4
<div >
5
5
<span
6
+ aria-describedby = " basic-example"
6
7
data-tooltip-id = " basic-example"
7
8
>
8
9
Lorem Ipsum
@@ -25,6 +26,7 @@ exports[`tooltip props basic tooltip 1`] = `
25
26
exports [` tooltip props clickable tooltip 1` ] = `
26
27
<div >
27
28
<span
29
+ aria-describedby = " example-clickable"
28
30
data-tooltip-id = " example-clickable"
29
31
>
30
32
Lorem Ipsum
@@ -49,6 +51,7 @@ exports[`tooltip props clickable tooltip 1`] = `
49
51
exports [` tooltip props tooltip with custom position 1` ] = `
50
52
<div >
51
53
<span
54
+ aria-describedby = " example-place"
52
55
data-tooltip-id = " example-place"
53
56
>
54
57
Lorem Ipsum
@@ -81,6 +84,7 @@ exports[`tooltip props tooltip with delay hide 1`] = `
81
84
exports [` tooltip props tooltip with delay show 1` ] = `
82
85
<div >
83
86
<span
87
+ aria-describedby = " example-delay-show"
84
88
data-tooltip-id = " example-delay-show"
85
89
>
86
90
Lorem Ipsum
@@ -103,6 +107,7 @@ exports[`tooltip props tooltip with delay show 1`] = `
103
107
exports [` tooltip props tooltip with disableTooltip return false 1` ] = `
104
108
<div >
105
109
<span
110
+ aria-describedby = " example-disableTooltip-false"
106
111
data-tooltip-id = " example-disableTooltip-false"
107
112
>
108
113
Lorem Ipsum
@@ -125,6 +130,7 @@ exports[`tooltip props tooltip with disableTooltip return false 1`] = `
125
130
exports [` tooltip props tooltip with float 1` ] = `
126
131
<div >
127
132
<span
133
+ aria-describedby = " example-float"
128
134
data-tooltip-id = " example-float"
129
135
>
130
136
Lorem Ipsum
@@ -147,6 +153,7 @@ exports[`tooltip props tooltip with float 1`] = `
147
153
exports [` tooltip props tooltip with html 1` ] = `
148
154
<div >
149
155
<span
156
+ aria-describedby = " example-html"
150
157
data-tooltip-id = " example-html"
151
158
>
152
159
Lorem Ipsum
@@ -174,6 +181,7 @@ exports[`tooltip props tooltip with html 1`] = `
174
181
exports [` tooltip props tooltip with place 1` ] = `
175
182
<div >
176
183
<span
184
+ aria-describedby = " example-place"
177
185
data-tooltip-id = " example-place"
178
186
>
179
187
Lorem Ipsum
0 commit comments