RESOLVED DUPLICATE of bug 14626 12536
Bidi Algorithm should be extracted from RenderBlock and generalized
https://bugs.webkit.org/show_bug.cgi?id=12536
Summary Bidi Algorithm should be extracted from RenderBlock and generalized
Dave Hyatt
Reported 2007-02-01 15:38:48 PST
There's no need for the bidi algorithm to be dependent on renderers. We should refactor the bidi algorithm so that a generic BidiClient can be hooked up to it. The bidi algorithm can then return BidiRuns to that client and use the client for iteration and directionality querying. Then the bidi algorithm can move to platform and be taken out of the rendering code.
Attachments
mitz
Comment 1 2007-08-18 07:20:35 PDT
I guess I forgot all about this bug when I filed bug 14626. I considered the BidiClient approach but ended up using templates because of performance concerns. *** This bug has been marked as a duplicate of 14626 ***
Note You need to log in before you can comment on or make changes to this bug.