[Webkit-unassigned] [Bug 28857] Text inside <a> links not wrapping in divs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 11 19:27:47 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=28857
Yuzo Fujishima <yuzo at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
CC| |yuzo at google.com
--- Comment #5 from Yuzo Fujishima <yuzo at google.com> 2010-02-11 19:27:47 PST ---
Hmm, I don't see any reasons to change the current behavior.
As far as I searched, the HTML 4 spec doesn't say that a line can be
broken at non-space characters such as '/', except for soft hyphens.
http://www.w3.org/TR/html401/struct/text.html#h-9.3.2
I don't see any reasons from the compatibility point of view either.
Please see the attached "Test to see if line is broken at non-space".
IE 8.0: no line breaks (same as WebKit-based browsers)
FF 3.6: line breaks before '/'
Opera 10.10: line breaks after '/'.
Yuzo
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list