Open
Bug 299505
Opened 19 years ago
Updated 2 years ago
request: specific intl.css for each platform (mac, unix, win)
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
NEW
People
(Reporter: piaip, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
global/intl.css is a good place to optimize localized user interface
however some times this is specific to platform (especially for fonts).
Thus have an intl.css in global-platform/intl.css would be fine.
Reproducible: Always
Steps to Reproduce:
Actual Results:
Currently intl.css will be applied to all platforms, and it has a font setting
(with some Windows specific fonts listed there) for window class.
Expected Results:
It would be better if we have an
@import url("chrome://global-platform/locale/intl.css");
and use more platform specific fonts in global-platform/intl.css.
Although we localizers can add extra files in language packs, intl.css is
in toolkit component instead of browser/mail thus I think it is better
to be made official to all locales.| Reporter | ||
Updated•19 years ago
|
Component: Other → Internationalization
Product: Mozilla Localizations → Core
Version: unspecified → Trunk
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•15 years ago
|
Assignee: nobody → smontagu
QA Contact: i18n
Is this bug still relevant?
Comment 3•12 years ago
|
||
(In reply to Henri Sivonen (:hsivonen) from comment #2) > Is this bug still relevant? Not sure. Pike, what do you think?
Comment 4•2 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: smontagu → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•