[Webkit-unassigned] [Bug 65381] New: WebKit should support a defined word-wrap limit to prevent widows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 29 10:53:27 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65381
Summary: WebKit should support a defined word-wrap limit to
prevent widows
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Text
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eoconnor at apple.com
CC: mitz at webkit.org
Webkit should support a defined word-wrap limit to give content authors control over widowed words. This is especially useful in cases where authors currently rely on forced breaks and creative spans for word spacing.
For example, the following would result in two or more words per line to prevent an widowed word.
p { -webkit-word-wrap-limit: 2; }
<rdar://problem/9861318>
--
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