NEW 122879
Avoid re-implementing UBA P2 and P3 rules in RenderBlockLineLayout and StringImpl
https://bugs.webkit.org/show_bug.cgi?id=122879
Summary Avoid re-implementing UBA P2 and P3 rules in RenderBlockLineLayout and String...
Ryosuke Niwa
Reported 2013-10-15 20:44:40 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/c01ab8408af4901314b66a2eee661dc975ff5b89 In blink we have two unicode bidi P2 and P3[1] rules implementations(One in RenderBlockLineLayout and other one in StringImpl). The purpose of this patch is moving those implementations to BidiResolver to avoid code duplication. [1] http://www.unicode.org/reports/tr9/#The_Paragraph_Level
Attachments
Note You need to log in before you can comment on or make changes to this bug.