[Webkit-unassigned] [Bug 23124] RTL: Directionality inherited by non-paragraphic elements is lost after the first element and has inconsistent spacing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 11 11:20:14 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23124





------- Comment #3 from mitz at webkit.org  2009-01-11 11:20 PDT -------
I suspect that this behavior is related to the special treatment of hard line
breaks in BidiResolver::createBidiRunsForLine():

                // A deviation from the Unicode Bidi Algorithm in order to
match
                // Mac OS X text and WinIE: a hard line break resets bidi
state.

Perhaps the behavior of IE should be studied more carefully and the above
should be refined. Maybe it should only affect embedding using Unicode control
characters, and not embedding using CSS properties.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list