Closed
Bug 973171
Opened 12 years ago
Closed 12 years ago
Don't use italic text in CJKT pages
Categories
(www.mozilla.org :: Pages & Content, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pascalc|PTO, Assigned: kohei)
References
Details
(Whiteboard: [kb=1273744] )
Attachments
(1 file, 1 obsolete file)
Italic does not work for Chinese glyphs, we need to reset all uses of italic or oblique for zh-* locales on the site.
| Assignee | ||
Comment 1•12 years ago
|
||
Also in Japanese (ja)
Blocks: 937413
Locale: ja / Japanese, zh-CN / Chinese (Simplified), zh-TW / Chinese (Traditional)
Summary: Don't use italic text in Chinese pages → Don't use italic text in Chinese and Japanese pages
| Assignee | ||
Updated•12 years ago
|
Summary: Don't use italic text in Chinese and Japanese pages → Don't use italic text in CJKT pages
| Assignee | ||
Comment 3•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → kohei.yoshino
Status: NEW → ASSIGNED
Whiteboard: [kb=1273744]
| Reporter | ||
Comment 4•12 years ago
|
||
wouldn's it make sense to force that for all enlements in base templates? Like:
html[lang='ja'] *,
html[lang='ko'] *,
html[lang|='zh'] * {
font-style: normal !important;
}
this way we can make sure for future pages using the base template are unaffected and we don't need to add rules to files for specific pages like partners?
| Assignee | ||
Comment 5•12 years ago
|
||
Oh, that makes sense.
I'm writing another PR:
https://github.com/kyoshino/bedrock/compare/locale-fonts
| Assignee | ||
Comment 6•12 years ago
|
||
Added those locale-specific rules in a PR for Bug 973396:
https://github.com/mozilla/bedrock/pull/1706
| Reporter | ||
Comment 7•12 years ago
|
||
I see that you closed your PR and that the PR in Bug 973396 isn't ready to be merged. Since we need this fix for MWC pages going live tomorrow, I am requesting my initial patch to be merged in.
Attachment #8376686 -
Attachment is obsolete: true
Comment 8•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/2ed21370a30dc4431cdb1ccda21be4c96043bb81
Bug 973171: never use italic font styles for Chineses/Japanese/Korean
https://github.com/mozilla/bedrock/commit/ddd1e0149769b3c0989347b057e0361b0a4d129f
Merge pull request #1721 from pascalchevrel/bug-973171-CJKT-locales-no-italic-font
Bug 973171: never use italic font styles for Chineses/Japanese/Korean
| Reporter | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•