Handling of ALT and TITLE attribute tooltip rendering for AREA element:
- IE 4+: ALT content rendered if present. TITLE content rendered if present. If both present, only ALT is rendered.
- NS 3.x: TITLE and ALT ignored.
- NS 4.x: ALT attribute rendered, TITLE ignored.
- NS 6.x+: TITLE rendered, ALT ignored.
- O -4.x: TITLE and ALT ignored.
- O 5.x+: TITLE attribute content rendered as tooltip and in status toolbar.