This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Commit 7563b47
fix(mdTooltip): Tooltip role (#10052)
The tooltip role was being assigned to an element that is being
detached and not re-attached, causing an a11y issue. The tooltip
role is now being assigned to the panel element through the `role`
attribute.
Fixes #100451 parent 471b850 commit 7563b47
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
385 | 384 | | |
386 | 385 | | |
387 | 386 | | |
388 | | - | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
389 | 390 | | |
390 | 391 | | |
391 | 392 | | |
| |||
0 commit comments