It appears that Netscape 4.61 on OS/2 handled the style x-small incorrectly. It did not make the text as small as it was supposed to be.
The way Mozilla and Warpzilla displays it is correct (and comparable to other platforms) Mike "Erik P. Olsen" wrote: > How come Warp 4 with Netscape 4.6 displays the font nicely on > http://www.zdnet.com? AFAIKS web browser checking is just as crappy with NS46 > as with mozilla yet the display is very nice. > > Regards, > Erik P. Olsen > > ** Reply to message from Michael Kaply <[EMAIL PROTECTED]> on Wed, 05 Jun 2002 > 10:16:51 -0500 > > > Crappy web browser checking. > > > > if (is.ie && !is.ie3) theSheet="ie.css"; > > else if (is.win && is.nav4up) theSheet="nn_pc.css"; > > else if (is.mac && is.nav6up) theSheet="nn6_mac.css"; > > else if (is.mac && is.nav4up) theSheet="nn4_mac.css"; > > else if (is.win && is.ie3) theSheet="ie3_pc.css"; > > else if (is.linux && is.nav4up) theSheet="nn_lx.css"; > > else theSheet="ie.css"; // default for everyone else > > > > So we take the ie.css route which uses too small fonts. > > > > This code in particular: > > > > // PLATFORM > > this.win = ( (agt.indexOf("win")!=-1) || (agt.indexOf("16bit")!=-1) > > ); > > this.mac = (agt.indexOf("mac")!=-1); > > this.linux = (agt.indexOf("inux")!=-1); > > > > Sucks > > > > > > Blame zdnet. > > > > > > "Gregory L. Marx" wrote: > > > > > FYI ... > > > > > > I'm running RC3 but this happens with ALL builds of Mozilla that I > > > have used ... > > > > > > When reading TalkBacks at http://www.zdnet.com the font displayed is > > > extremely tiny ... as if it doesn't respect what I've set via > > > Mozilla's Preferences ... > > > > [snip]
