Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
@locales is a typo. It should be @locale
There are two places in base-desktop.css where this should be fixed.
/** But: in CJK, IE is having some bad problems with sizing lists
and choices correctly - this is bug 2440402. For the two styles
that are relevant here, work around the problem using size 100%. That's
not perfect, since it'll make these resolve relative to their
container, but it seems to work well in practice. **/
@platform windows, ppc {
@agent ie {
@locales ja, zh, ko {
.AFFieldText
.AFFieldTextDisabled
{ font-size: 100%; }} } }
and
/** And on Thai Gecko - see bug 3897341 - bump the font size up **/
@platform windows, linux {
@agent gecko {
@locales th {
.AFDefaultFontFamily:alias
.AFDefaultFont:alias
{ -tr-rule-ref: selector(".AFDefaultFontFamily:alias"); }} } }