disableTitleTooltips

Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.dom.feature

This function allows you to disable the ugly tooltips that displays when hover a link/image/etc… with a “title” attribute. If you want to support accessibility, make use of the “aria-label” attribute instead

Example

import { disableTitleTooltips } from '@blackbyte/sugar/features';
disableTitleTooltips();