You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although that's probably a good quick-fix to help align with observable behavior, the real issue here is #221, which I tried to fix in #2298 but got stuck on. (And that PR doesn't include this subtlety.)
HTML spec specifies
However, Blink, Presto, WebKit, and IE6 all break through both
nobr
elements and other elements withwhite-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.The text was updated successfully, but these errors were encountered: