Chrome seems to already support dir=auto, and I see no downsides using it for user...
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Sep 2011 08:32:52 +0000 (08:32 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Sep 2011 08:32:52 +0000 (08:32 +0000)
Amir said that it is good.

includes/Linker.php

index 0ca1732..4861045 100644 (file)
@@ -1370,7 +1370,7 @@ class Linker {
                        return '';
                } else {
                        $formatted = self::formatComment( $comment, $title, $local );
-                       return " <span class=\"comment\">($formatted)</span>";
+                       return " <span class=\"comment\" dir=\"auto\">($formatted)</span>";
                }
        }