How can I get arabic numbers (not numerals) in my ordered lists?
So instead of 1, 2, 3... I need ...١ ٢ ٣
I tried it here http://jsfiddle.net/e2Gs7/ by using ol {list-style: arabic-indic;} But i don't know if it's standard CSS...
ol {list-style: arabic-indic;}