User "SPQRobin" posted a comment on MediaWiki.r90743. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90743#c18748 Commit summary:
Directionality improvements as part of bug 6100 (under $wgBetterDirectionality): * Add CSS that should fix all LTR/LTR text on both LTR/RTL wikis, for the editsection link, TOC, and lists (ul/ol). * Add a class mw-content-ltr/rtl for that. * Change the divs on CategoryPage so it works wit that CSS. This is the last relatively major issue for bug 6100. Comment: The structure is <pre> <div class="mw-content-rtl" dir="rtl"> Stuff like <span class="editsection"></span> </div> </pre> but the extra [dir="ltr/rtl"] is to make sure a div dir="ltr/rtl" within the wikitext works as well (which doesn't work without $wgBetterDirectionality). Ideally it shouldn't be there, but there are many pages on multilingual wikis that have an extra div dir="rtl" where editsection/TOC/lists currently don't display nicely. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
