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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 17 02:44:25 PST 2006


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





------- Comment #4 from hyatt at apple.com  2006-12-17 02:44 PDT -------
Break opportunities don't automatically exist in between inline elements. 
Consider this:

<span>A</span>pp<span>l</span>le

This is all one word, "Apple", despite having multiple inlines wrapping some of
the letters.  Whether or not a break opportunity exists depends on the
prevailing white-space mode (in this example "normal") and whether or not
there's a break opportunity between two characters.

In the case of <nobr>, the white-space mode is "nowrap", meaning that
everything inside a <nobr> is considered to be unbreakable.  When two of these
elements are contiguous, the break opportunity between the two characters at
the edges of the <nobr>s does not exist.


-- 
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