'' or '''' is created in the DOM. This container will be used as the tooltip.
- The attribute value for ''aria-label'' of the element is duplicated into the newly created container.
- CSS files are used to position and style the tooltip as required.
When the mouse-over moves off the element or the focus is lost, the container is deleted from the DOM.
This behaviour may be applied when the element is activated. Consequently, when the element is deactivated, the simulated tooltip is then deleted from the DOM.
===== Démonstration =====
* [[http://accede.info/demos/en/demo-infobulle-accessible-en/|Online demo of a tooltip]].