Carriage returns in tooltips
HTML
<div id="div" style="width:100px;height:100px;background-color:red"></div>
JavaScript
document.getElementById('div').title = 'Hello\r\nthere'
<div id="div" style="width:100px;height:100px;background-color:red"></div>
document.getElementById('div').title = 'Hello\r\nthere'