r72900 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72899‎ | r72900 | r72901 >
Date:14:39, 13 September 2010
Author:nikerabbit
Status:ok (Comments)
Tags:
Comment:
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -892,3 +892,19 @@
893893 display: table-cell;
894894 padding: 0.33ex;
895895 }
 896+
 897+/* Localised ordered list numbering for some languages */
 898+ol:lang(bcc) li,
 899+ol:lang(bqi) li,
 900+ol:lang(fa) li,
 901+ol:lang(glk) li,
 902+ol:lang(kk-arab) li,
 903+ol:lang(mzn) li {
 904+ list-style-type: -moz-persian;
 905+ list-style-type: persian;
 906+}
 907+
 908+ol:lang(ckb-arab) li {
 909+ list-style-type: -moz-arabic-indic;
 910+ list-style-type: arabic-indic;
 911+}

Follow-up revisions

RevisionCommit summaryAuthorDate
r75247Fix immediate issues in r72900. I'd still like more testing and perhaps reque...nikerabbit15:24, 23 October 2010

Comments

#Comment by Raymond (talk | contribs)   16:31, 14 September 2010

Are you sure the style for ckb-arab will work? The language code of http://ckb.wikipedia.org is 'ckb' only:

<html xmlns="http://www.w3.org/1999/xhtml" lang="ckb" dir="rtl">

#Comment by Nikerabbit (talk | contribs)   17:04, 14 September 2010

Right, there isn't such thing as ckb-arab. This is not full list anyway and the actual list of codes still need to be ironed out.

#Comment by Ebrahim (talk | contribs)   15:24, 22 October 2010

hi, please convert ckb-arab to ckb and add ol:lang(bn) li { list-style-type: -moz-bangali; list-style-type: bangali; } i speaked with a bnwikt sysop about that. he said they need that (also i think other number type that i tell before on http://translatewiki.net/wiki/User:Ebraminio/number can be applied, but i am not sure)

Status & tagging log