[Webkit-unassigned] [Bug 74988] <ul><li> behavior is strange in RTL.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 21 00:24:09 PST 2011


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





--- Comment #1 from Aharon (Vladimir) Lanin <aharon at google.com>  2011-12-21 00:24:09 PST ---
HTML 4.1 had specified that block elements (like <li>) are supposed to have unicode-bidi:embed by default (as opposed to "normal" for inline elements), in case they get set to display:inline by CSS as you have done in your test case. FF implemented that a couple of years ago at least, but WebKit has not. This is the basic cause of the bug.

However, note that in HTML5, the what-used-to-be-called-block elements are supposed to have unicode-bidi:isolate. This too will result in the behavior you expect. FF has implemented this change (see https://bugzilla.mozilla.org/show_bug.cgi?id=676245), but WebKit has not yet, see https://bugs.webkit.org/show_bug.cgi?id=65617. IMO, this is a duplicate of that bug.

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



More information about the webkit-unassigned mailing list