Bug 49985 - In RTL documents, "Another try..." is rendered as "...Another try"
Summary: In RTL documents, "Another try..." is rendered as "...Another try"
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-23 11:35 PST by Andrew Wilson
Modified: 2010-11-23 11:45 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>.