https://bugzilla.wikimedia.org/show_bug.cgi?id=30667
Volker Haas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #3 from Volker Haas <[email protected]> 2011-09-01 09:51:45 UTC --- Fixed with https://github.com/pediapress/mwlib.rl/commit/b4d5d2219e1414f2b6be26b2a51ed6e9b88d5180 The following four cases are handled correct. If there are more ways to indicate a direction switch in html/css let me know <div dir="ltr;"> text. this does actually not switch anything. the semicolon is responsible for breaking this. </div> <div dir="ltr"> text </div> <div style="direction:ltr;"> text </div> <div style="direction:ltr"> text </div> -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
