Sebastian Mendel a écrit :
Marc Delisle schrieb:
Hi,
I would like to educate myself about this subject :) I know that we have decided to use the default browser's font size, but I just made a test:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <body> <p>Rename table to</p> </body> </html>
and when I display that in FF 2.0.0.5, the text looks larger than the same text as seen on the Operations panel from PMA 2.10.2. In fact, I have to choose a font size of 80% to obtain the same size as in my test.
'your' test is larger than in PMA and you have to reduce to 80% in PMA to get same size as in your test? how does this work?
Sorry, the text looks larger in PMA. In my test, it looks OK. It looks too large in PMA, as mentionned by Florian on the users list.
Why? Is my simple test flawed?
i cannot see any difference
Did you try my test page and compare it with PMA's output?
did you tried adding html {font-size: 100%;} ?
Sorry, I don't know where to add this. Modify the <html> tag?
what tells you page information about view mode? standard compliance both?
If I do right-click/page information, it says "mode de respect strict des standards" (strict standard mode).