Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(primefaces#16630): ensure aria-describedby is dynamically set and…
… removed for tooltip This fix improves accessibility by maintaining proper ARIA relationships for tooltips. - Added `setAriaDescribedBy` to dynamically set `aria-describedby` attribute on the target element when the tooltip is created. - Added `removeAriaDescribedBy` to remove the `aria-describedby` attribute when the tooltip is removed.
- Loading branch information