[Webkit-unassigned] [Bug 60855] hyphens:auto uses only rules for system language
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 15 08:57:55 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60855
--- Comment #1 from Mathias Nater <mnater at mac.com> 2011-05-15 08:57:55 PST ---
(From update of attachment 93582)
><!DOCTYPE HTML>
><html lang="en">
> <head>
> <title>Test1</title>
> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
> <style type="text/css">
> body {
> width:50%;
> margin-left: 25%;
> margin-right: 25%;
> }
> .hyphenate {
> -webkit-hyphens:auto;
> }
> </style>
> </script>
> </head>
> <body>
> <h2>Paragraph with lang="de" is hyphenated with english patterns</h2>
> <p class="hyphenate" lang="en">
> A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.
> </p>
> <p class="hyphenate" lang="de">
> Eine wunderbare Heiterkeit hat meine ganze Seele eingenommen, gleich den süÃen Frühlingsmorgen, die ich mit ganzem Herzen genieÃe.
> </p>
> </body>
></html>
--
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