Bug 52497 - Embedding inline elements with RTL text is not rendered correctly when dir=rtl
Summary: Embedding inline elements with RTL text is not rendered correctly when dir=rtl
Status: RESOLVED DUPLICATE of bug 34176
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-14 16:48 PST by Xiaomei Ji
Modified: 2011-01-25 16:43 PST (History)
2 users (show)

See Also:


Attachments
test case (285 bytes, text/html)
2011-01-14 16:48 PST, Xiaomei Ji
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xiaomei Ji 2011-01-14 16:48:28 PST
Created attachment 79026 [details]
test case

<html>
<body style="direction:rtl">
 <div>H <span><span>what<span>שנב</span></span></span></div> 
 <div>H <span>what<span>שנב</span></span></div>
</body>
</html>

The above 2 lines should be rendered the same, but they do not.
Comment 1 Xiaomei Ji 2011-01-25 16:43:42 PST
same root cause as 34176.

*** This bug has been marked as a duplicate of bug 34176 ***