With the subsequent code :
<span>Label1 Label2</span>
<span style="float:left"><span>Value</span></span>
when double-clicking on the "Value" word, Label2 is selected (highlited) but not Label1. Why is this the case ?
What can I do to select only the "Value" word and none of the "Label" words ?
Live example: http://codepen.io/anon/pen/IHDzj
Edit: this bug only exists in Chrome