https://bugzilla.wikimedia.org/show_bug.cgi?id=25061

           Summary: Term of content problem on right to left languages
           Product: MediaWiki
           Version: unspecified
          Platform: All
               URL: http://ar.wikipedia.org/wiki/%D9%85%D8%B3%D8%AA%D8%AE%
                    D8%AF%D9%85:Ebraminio/TOC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Internationalization
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: ebrami...@gmail.com


Term of content number have problem on Right To Left language.

something same this:
== a ==
== b ==
=== c ===
== a ==
== b ==
=== c ===
must become this on toc:

Contents [hide]
1 a
2 b
2.1 c
3 a
4 b
4.1 c

but on RTL wiki, we are seeing other thing! something same:
1 a
2 b
1.2 c
3 a
4 b
1.4 c

(numbers are inverted)

for fix this problem, we can easily put

.tocnumber {
    unicode-bidi:bidi-override;
    direction:rtl;
}

on main-rtl.css that can fix this problem on rtl languages.

thanks.

thanks.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to