On 6/4/07, Zoffix Znet <zoffix@zoffix.com> wrote: > > Follow up to my previous comment... > > I think the algorithm should implement something like minimum font > size/maximum font size BEFORE the browser setting kicks in. As to limit > the range in which the "font-size: auto" would resize the fonts. > Overall I see font-size: auto as a good idea, however I do disagree with the max/min font size on a CSS level. That extra layer of redundancy isn't needed and would add more complexities to debugging. If font-size: auto doesn't work in your situation, either modify the paddings to make it work, or set a static size. You can easily emulate this with a javascript/css cocktail, checking the string length of the text, and altering it's CSS class accordingly (to adjust font sizes). Just my $0.02 however. Regards, -- -Harry Maugans http://www.harrymaugans.com http://www.desktopnexus.comReceived on Monday, 4 June 2007 14:56:04 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:51 GMT