[webkit-dev] Your opinion on a CSS proposal

2007-06-05 Thread Windy Road
Hi, Sorry in advance if this is the wrong place/way to ask this. I recently posted on the www-style list a proposal for allowing the 'font-size' CSS property to have a value of 'auto': http://lists.w3.org/Archives/Public/www-style/2007Jun/0016.html The basic idea is that when font-size:

Re: [webkit-dev] Your opinion on a CSS proposal

2007-06-05 Thread David D. Kilzer
You may be interested in these blogs as well: http://webkit.org/blog/55/high-dpi-web-sites/ http://webkit.org/blog/56/high-dpi-part-2/ Dave Windy Road [EMAIL PROTECTED] wrote: Hi, Sorry in advance if this is the wrong place/way to ask this. I recently posted on the www-style list a

Re: [webkit-dev] Your opinion on a CSS proposal

2007-06-05 Thread Wesley Moore
Tom, Overlooking for the moment the problem Dave H raised, what would the rendering engine be aiming to do with the text when font-size was auto? I assume this is to make the resolution independent example you've made easier to implement, how does it help that? WM On 6/6/07, Windy Road [EMAIL

Re: [webkit-dev] Your opinion on a CSS proposal

2007-06-05 Thread Rob Burns
On Jun 6, 2007, at 12:01 AM, Windy Road wrote: On 06/06/07, Wesley Moore [EMAIL PROTECTED] wrote: Overlooking for the moment the problem Dave H raised, what would the rendering engine be aiming to do with the text when font-size was auto? I assume this is to make the resolution independent

Re: [webkit-dev] Your opinion on a CSS proposal

2007-06-05 Thread Windy Road
On 06/06/07, David Hyatt [EMAIL PROTECTED] wrote: Except that the width of an element can depend on the font size. And in those situations (say a floated element), specifying font-size: auto would be invalid and should be ignored. Your idea is interesting, but it can't really be defined