Closed
Bug 1364732
Opened 9 years ago
Closed 9 years ago
KATAKANA MIDDLE DOT (U+30FB) in ruby is too large on OSX
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: arai, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
33.61 KB,
image/png
|
Details |
Steps to reproduce:
1. open Firefox Nightly with clean profile on OSX (Japanese environment)
2. open https://ja.wikipedia.org/wiki/Load-Link/Store-Conditional
3. look at the 1st line of the 1st paragraph
Actual result:
KATAKANA MIDDLE DOT (U+30FB) in "ロード・アンド・リザーヴ" over "load and reserve" is too large, compared to other KATAKANA characters in ruby text (see attached screenshot)
Expected result:
all ruby texts are scaled samely or similarly
| Reporter | ||
Updated•9 years ago
|
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86_64
| Reporter | ||
Updated•9 years ago
|
Severity: normal → minor
Comment 1•9 years ago
|
||
I suspect this is because of using "ruby" font feature again...
ni? myself for investigation anyway...
Flags: needinfo?(xidorn+moz)
Comment 2•9 years ago
|
||
So my guess is correct, this is because of the ruby font feature. If you use the following code:
> <p style="font-variant-east-asian: ruby">ロード・アンド・リザーヴ</p>
you can see the same effect without ruby.
Since other browsers don't support font-variant-east-asian property yet, you have to use this code:
> <p style="font-feature-settings: 'ruby'">ロード・アンド・リザーヴ</p>
to show that in other browsers.
That says, a properly designed font usually use heavier glyph for ruby text, so it is somehow by design of the font.
Given this, I'd say this bug is INVALID.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(xidorn+moz)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•