This tooltip script is a basic example of how data attributes can be used to add a tooltip functionality to DOM elements. The tooltips are created for each element by reading out the title attribute.
What information was incorrect, unhelpful, or incomplete? The SC requires the tooltip to stay open, if the mouse is moved over it (hovered). This is not mentioned in the the description’s text, and ...