Issue 2669: Font is too small to read
http://code.google.com/p/chromium/issues/detail?id=2669
Comment #5 by [EMAIL PROTECTED]:
It appears that IE7 violates the standard when it's in 'quirk mode'.
Google Video CN has <body style="font-size: small;"> and a couple of levels
down the
dom tree, it has 'font-size: 1em;'. 1 em in Chrome, Safari and Firefox is
the
computed font size of the parent element (as they should). '1 em' nested
inside
<body> above should be 'small'. However, in IE7 quirk mode, that's not the
case.
With html4 strict doctype, IE7 behaves the same way as other browsers.
Adding 'google' tag. Google Video should not use 'small' for CJK, Thai and
Arabic. In
button, it also uses 'font-size: x-small'.
BTW, Safari uses the same font as Firefox, Chrome and IE. It looks a little
different
due to its use of Cg on Windows. For me, it's even harder to read.
Xiaolu, do you have other web sites with this issue?
Issue attribute updates:
Labels: google
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---