[Webkit-unassigned] [Bug 11857] WebKit doesn't break between <nobr> tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 17 03:18:00 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11857





------- Comment #7 from mitz at webkit.org  2006-12-17 03:17 PDT -------
Note that in Firefox for a line break to occur between adjacent <nobr>s, either
the first one must end with whitespace or the second one must begin with
whitespace, i.e.
<nobr>No</nobr><nobr>break</nobr>
won't wrap, but the following will
<nobr>No </nobr><nobr>break</nobr>
<nobr>No</nobr><nobr> break</nobr>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list