Bug 49985

Summary: In RTL documents, "Another try..." is rendered as "...Another try"
Product: WebKit Reporter: Andrew Wilson <atwilson>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: mitz, playmobil
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Andrew Wilson 2010-11-23 11:35:46 PST
Create a document like this:

<html dir="rtl">
Another try...
</html>

Safari, Chrome, and IE render this as "...Another try", while Firefox renders this as "Another try..."

I would expect that "..." (3 period characters, not a single elipsis) would be treated as part of the "Another try" LTR string and rendered as a single LTR block, but it is not.
Comment 1 mitz 2010-11-23 11:45:15 PST
Behaves correctly per <http://unicode.org/reports/tr9/#N2>.