[Webkit-unassigned] [Bug 60855] New: hyphens:auto uses only rules for system language
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 15 08:55:42 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60855
Summary: hyphens:auto uses only rules for system language
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Text
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mnater at mac.com
Created an attachment (id=93582)
--> (https://bugs.webkit.org/attachment.cgi?id=93582&action=review)
Simple test case; resize window to see different hyphenation points
If I'm using the CSS3-propery
hyphens:auto;
I get rather confusing results:
On Safari on iOS all texts are hyphenated using the rules for the system language; regardless of the language of the hyphenated text.
On Webkit (Nightly 6533.21.1, r86499) hyphenation is only performed when the system language of OS X is set to 'English'.
I'd expect
a) Safari on iOS not to hyphenate text in an other language (i.e. when there's a lang-attribute with an other language).
b) Either Webkit on Mac OS X having other hyphenation patterns than just English or support for 'hyphenate-resource' to be able to load patterns.
--
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