Open
Description
HTML spec specifies
nobr wbr { white-space: normal; }
However, Blink, Presto, WebKit, and IE6 all break through both nobr
elements and other elements with white-space: nowrap
.
See testcase http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=8755
Just removing the nobr
from that selector should be sufficient to fix this.