Bug 14798

Summary: Incorrect bidi reordering of neutrals and digits after RTL embed
Product: WebKit Reporter: mitz
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P3    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
URL: data:text/html,<span style="direction: rtl; unicode-bidi: embed">&#x05d0;</span>^1
Attachments:
Description Flags
Fix bugs in resolving neutrals' levels hyatt: review+

mitz
Reported 2007-07-28 05:26:43 PDT
WebKit renders the URL as (X standing for the Hebrew letter Aleph): X^1 but Firefox renders it like this: 1^X I think WebKit is wrong. (My original test case was <span style="direction: rtl; unicode-bidi: embed">&#x05d0;</span> (1) )
Attachments
Fix bugs in resolving neutrals' levels (125.58 KB, patch)
2007-07-31 07:50 PDT, mitz
hyatt: review+
mitz
Comment 1 2007-07-31 07:50:38 PDT
Created attachment 15759 [details] Fix bugs in resolving neutrals' levels The cases fixed by the patch are quite esoteric. No layout test regressions. Includes an extensive layout test.
Dave Hyatt
Comment 2 2007-08-07 12:56:59 PDT
Comment on attachment 15759 [details] Fix bugs in resolving neutrals' levels r=me
Mark Rowe (bdash)
Comment 3 2007-08-07 14:12:28 PDT
Mark Rowe (bdash)
Comment 4 2007-08-10 00:55:05 PDT
Landed in r24977.
Note You need to log in before you can comment on or make changes to this bug.