﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
19624,Incorrect font size in tag cloud on decimal comma locales,SergeyBiryukov,,"On [http://en.wikipedia.org/wiki/Decimal_mark#Countries_using_Arabic_numerals_with_decimal_comma some PHP locales], comma is used as a decimal separator.

This creates incorrect font sizes in tag cloud (e.g. the one on Install Plugins screen). See the screenshot.

Browser fails to handle `font-size` attributes with commas properly, as CSS specification only supports decimal point as a separator:
http://www.w3.org/TR/CSS21/syndata.html#length-units

To reproduce, add this to `wp-config.php`:
{{{
setlocale(LC_ALL, 'fr_FR');
}}}

Related: #18460, #19593",defect (bug),closed,normal,,Taxonomy,,normal,duplicate,has-patch commit,
