Tooltips and aria-describedby: Screenreaders don't see them
Created by: jmuheim
The Bootstrap tooltips seem to be implemented with blind users in mind, because they have an aria-describedby
attribute. Sadly though, that screenreaders will never see this information, as it is only present in the DOM when the tooltipped element is hovered with the mouse, and blind people do not use any mice.