Bug 1164279 - Disable font-variant-east-asian: ruby for <rt> on Windows. r=jfkthame

This commit is contained in:
Xidorn Quan 2015-09-14 17:35:13 +08:00
parent 41bf22eb34
commit 18a6759b6b
2 changed files with 6 additions and 1 deletions

View File

@ -811,7 +811,12 @@ marquee[direction="up"], marquee[direction="down"] {
white-space: nowrap;
font-size: 50%;
line-height: 1;
%ifndef XP_WIN
/* The widely-used Windows font Meiryo doesn't work fine with this
* setting, so disable this on Windows. We should re-enable it once
* Microsoft fixes this issue. See bug 1164279. */
font-variant-east-asian: ruby;
%endif
}
@supports (text-emphasis: none) {
rtc, rt {

View File

@ -4,7 +4,7 @@
toolkit.jar:
* res/ua.css (ua.css)
res/html.css (html.css)
* res/html.css (html.css)
res/quirk.css (quirk.css)
res/full-screen-override.css (full-screen-override.css)
res/plaintext.css (plaintext.css)