Page MenuHomePhabricator

Term of content problem on right to left languages
Closed, ResolvedPublic

Description

Author: nzmoihue

Description:
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.


Version: unspecified
Severity: enhancement
URL: http://ar.wikipedia.org/wiki/%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85:Ebraminio/TOC

Details

Reference
bz25060

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:12 PM
bzimport set Reference to bz25060.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of bug 25061 ***