[Webkit-unassigned] [Bug 51622] PNG transparency rendering problem on direction:rtl;

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 26 16:56:02 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51622





--- Comment #2 from mitz at webkit.org  2010-12-26 16:56:02 PST ---
WebKit draws line flows in visual order rather than in document order. Here is a simpler example:


<p>
    <span style="background: red;">_</span><span style="background: green; margin-left: -1ex">_</span>
</p>
<p dir="rtl">
    <span style="background: red;">_</span><span style="background: green; margin-right: -1ex">_</span>
</p>

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