570639 - Implement CSS min-font-size and max-font-size property - chromium - Monorail
DRANK

Issue 570639Implement CSS min-font-size and max-font-size propertyStarred by 7 usersReported by yio...@gmail.com, Dec 17 2015Back to listUserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36 Steps to reproduce the problem: All along, Chrome has been the default to open the feature of minimum font size , what causes too many problems (such as "crbug.com/308862"). Other browsers also have such a feature, but the default is disabled. Especially in the simplified Chinese language system, the minimum font size is setting 12px. But we always need to display the text whose size less than 12px in Chinese language page, such as the Arabic numerals and English letters. In the past we could use "-webkit-text-size-adjust: 100%" to achieve indirectly.But Chrome 27 above has no longer support this property, since it will lead to some of the availability problems. When discussed with "wangxianzhu@chromium.org", I understo…

bugs.chromium.org
Related Topics: Fonts CSS Mac