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

--- Comment #7 from Niklas Laxström <[email protected]> 2010-12-08 
07:23:02 UTC ---
You're not testing the same thing. Bengali Wikipedia has the following rule in
MediaWiki:Common.css:

ol{
  list-style-type:bengali;
  list-style-type:-moz-bengali;
}

However the rule I added to shared.css is:

ol:lang(bn) li {
    list-style-type: -moz-bengali;
    list-style-type: bengali;
}

-- 
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

Reply via email to