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

2007-06-07 Thread Mark Rowe
On 07/06/2007, at 3:35 PM, Windy Road wrote: On 06/06/07, David D. Kilzer [EMAIL PROTECTED] wrote: 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/ Thanks for the heads up. I did find them interesting.

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

2007-06-06 Thread Windy Road
On 06/06/07, Rob Burns [EMAIL PROTECTED] wrote: I think its an interesting idea. However, perhaps it would be better to have an additional property that wouldn't conflict with the font- size property. Something like font-size-transform (to avoid conflict with font-size-adjust though this could

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

2007-06-06 Thread Windy Road
On 06/06/07, David D. Kilzer [EMAIL PROTECTED] wrote: 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/ Thanks for the heads up. I did find them interesting. Anyone got any thoughts on how to deliver high

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

2007-06-06 Thread Rob Burns
Its not easy to do these days. In my opinion, this is one of the key features needed for an HTTP 1.2 (along with event/change notifications and a few other things). Apache can probably be configured to do this, but I'm not sure that there's a way to easily get the HTTP clients to request

[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