<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CSS Units</title>
	<atom:link href="http://webkit.org/blog/57/css-units/feed/" rel="self" type="application/rss+xml" />
	<link>http://webkit.org/blog/57/css-units/</link>
	<description>All about WebKit development</description>
	<lastBuildDate>Sat, 21 Nov 2009 23:00:28 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AaronShep</title>
		<link>http://webkit.org/blog/57/css-units/comment-page-1/#comment-22941</link>
		<dc:creator>AaronShep</dc:creator>
		<pubDate>Mon, 15 Oct 2007 19:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=57#comment-22941</guid>
		<description>There&#039;s something I&#039;m not hearing anyone mention about automatically downscaling bitmap images. For optimal quality, an image must be sharpened _after_ it is downscaled -- because the optimal amount of sharpening depends partly on the image resolution. If you sharpen an image at 200 ppi, it will be blurry again after downscaling to 100 ppi.

If a browser is going to downscale properly, it must apply additional appropriate sharpening. And that is possibly too much to ask.

Aaron</description>
		<content:encoded><![CDATA[<p>There&#8217;s something I&#8217;m not hearing anyone mention about automatically downscaling bitmap images. For optimal quality, an image must be sharpened _after_ it is downscaled &#8212; because the optimal amount of sharpening depends partly on the image resolution. If you sharpen an image at 200 ppi, it will be blurry again after downscaling to 100 ppi.</p>
<p>If a browser is going to downscale properly, it must apply additional appropriate sharpening. And that is possibly too much to ask.</p>
<p>Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Units of Measurement &#171;  
LearningNerd</title>
		<link>http://webkit.org/blog/57/css-units/comment-page-1/#comment-22164</link>
		<dc:creator>CSS Units of Measurement &#171;  
LearningNerd</dc:creator>
		<pubDate>Fri, 01 Jun 2007 17:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=57#comment-22164</guid>
		<description>[...] ;. In other words, they&#8217;re never used for websites. As explained in an article about CSS Units, &#8220;The absolute unit is a myth&#8230;. Any browser that truly attempted to treat pt as 1/72nd [...]</description>
		<content:encoded><![CDATA[<p>[...] ;. In other words, they&#8217;re never used for websites. As explained in an article about CSS Units, &#8220;The absolute unit is a myth&#8230;. Any browser that truly attempted to treat pt as 1/72nd [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SoloSolo</title>
		<link>http://webkit.org/blog/57/css-units/comment-page-1/#comment-2897</link>
		<dc:creator>SoloSolo</dc:creator>
		<pubDate>Wed, 03 May 2006 14:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=57#comment-2897</guid>
		<description>I think that you can apply this High DPI idea to quirks mode.
In standard mode leave 1px = 1 monitor pixel and 1in = 1 real inch, please.
I want my logo to be 2 inches wide, no more, no less.

Bad designers must be educated or confined to quirks mode. Leave standard mode as correct as possible for the designers that studied the CSS specs and the CSS manuals.</description>
		<content:encoded><![CDATA[<p>I think that you can apply this High DPI idea to quirks mode.<br />
In standard mode leave 1px = 1 monitor pixel and 1in = 1 real inch, please.<br />
I want my logo to be 2 inches wide, no more, no less.</p>
<p>Bad designers must be educated or confined to quirks mode. Leave standard mode as correct as possible for the designers that studied the CSS specs and the CSS manuals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://webkit.org/blog/57/css-units/comment-page-1/#comment-2550</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 26 Apr 2006 02:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=57#comment-2550</guid>
		<description>I was surprised to see that px was indeed relative. So the proposal seems entirely in line with the intention. But what makes the question mark appear above my head is why the CSS spec included no absolute (non-relative) units. It may be rare, but there are certainly times where I want to specify a non-subpixel unit that is as small as possible.

I often stroke images with a 1px line, which I may not wish to scale up with the rest of the content. I may also place items along side each other as closely as possible, with only a 1px margin or padding -- also not wishing it to scale as the objects change size.

Whey did they include pixels when given the current specs, points would have done just fine? Illustrator, PageMaker, and other print apps have expressed everything in points forever -- only recently have they had to add pixel units to meet the needs of the web design and production grind.

On a related note, you mentioned that px and pt have been used interchangeably under false pretense. But isn&#039;t this to solve the problem that images and other design elements are specified in pixels (with little in the way of alternate options since user agents don&#039;t respect DPI information in image files) yet to use points to specify typefaces would yield very different looking layouts across platforms or even browsers?</description>
		<content:encoded><![CDATA[<p>I was surprised to see that px was indeed relative. So the proposal seems entirely in line with the intention. But what makes the question mark appear above my head is why the CSS spec included no absolute (non-relative) units. It may be rare, but there are certainly times where I want to specify a non-subpixel unit that is as small as possible.</p>
<p>I often stroke images with a 1px line, which I may not wish to scale up with the rest of the content. I may also place items along side each other as closely as possible, with only a 1px margin or padding &#8212; also not wishing it to scale as the objects change size.</p>
<p>Whey did they include pixels when given the current specs, points would have done just fine? Illustrator, PageMaker, and other print apps have expressed everything in points forever &#8212; only recently have they had to add pixel units to meet the needs of the web design and production grind.</p>
<p>On a related note, you mentioned that px and pt have been used interchangeably under false pretense. But isn&#8217;t this to solve the problem that images and other design elements are specified in pixels (with little in the way of alternate options since user agents don&#8217;t respect DPI information in image files) yet to use points to specify typefaces would yield very different looking layouts across platforms or even browsers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacDome</title>
		<link>http://webkit.org/blog/57/css-units/comment-page-1/#comment-2549</link>
		<dc:creator>MacDome</dc:creator>
		<pubDate>Wed, 26 Apr 2006 01:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=57#comment-2549</guid>
		<description>James,

It looks like the SVG you cite is invalid XML (thus failing to render in both Firefox and Safari).

http://deerring.com/cg/cg1.svg

It&#039;s missing at least the xlink namespace declaration.  I would encourage you to read Jonathan Watt&#039;s SVG authoring guidelines for more information:

http://jwatt.org/svg/authoring/

-eric</description>
		<content:encoded><![CDATA[<p>James,</p>
<p>It looks like the SVG you cite is invalid XML (thus failing to render in both Firefox and Safari).</p>
<p><a href="http://deerring.com/cg/cg1.svg" rel="nofollow">http://deerring.com/cg/cg1.svg</a></p>
<p>It&#8217;s missing at least the xlink namespace declaration.  I would encourage you to read Jonathan Watt&#8217;s SVG authoring guidelines for more information:</p>
<p><a href="http://jwatt.org/svg/authoring/" rel="nofollow">http://jwatt.org/svg/authoring/</a></p>
<p>-eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlueSparc design, technology news  &#187; Blog Archive   &#187; High Definition Web Sites, Elastic Layout</title>
		<link>http://webkit.org/blog/57/css-units/comment-page-1/#comment-2540</link>
		<dc:creator>BlueSparc design, technology news  &#187; Blog Archive   &#187; High Definition Web Sites, Elastic Layout</dc:creator>
		<pubDate>Tue, 25 Apr 2006 15:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=57#comment-2540</guid>
		<description>[...] &gt;		 		High Definition Web Sites, Elastic Layout 		 			 			 			 		 		 			Dave Hyatt, of Surfin&#8217; Safari fame has a lot to say about the potential of high-definition websites, and the CSS t [...]</description>
		<content:encoded><![CDATA[<p>[...] &gt;		 		High Definition Web Sites, Elastic Layout 		 			 			 			 		 		 			Dave Hyatt, of Surfin&#8217; Safari fame has a lot to say about the potential of high-definition websites, and the CSS t [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkporter</title>
		<link>http://webkit.org/blog/57/css-units/comment-page-1/#comment-2513</link>
		<dc:creator>jkporter</dc:creator>
		<pubDate>Tue, 25 Apr 2006 03:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=57#comment-2513</guid>
		<description>I might be the only one but I always set the Windows DPI (IE, Opera) &amp; the DPI setting in Firefox to the actual physical DPI of my screen. I can’t recall I’ve ever ran into any problems as a result.</description>
		<content:encoded><![CDATA[<p>I might be the only one but I always set the Windows DPI (IE, Opera) &amp; the DPI setting in Firefox to the actual physical DPI of my screen. I can’t recall I’ve ever ran into any problems as a result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://webkit.org/blog/57/css-units/comment-page-1/#comment-2491</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 24 Apr 2006 21:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=57#comment-2491</guid>
		<description>James, I wasn&#039;t able to see your provided image (won&#039;t display in Safari 2.0.3, firefox raises an error). I guess your point is that you can have a pic that looks as good as a jpg with similar filesizes and display sizes, and when displayed at a higher image size will look nicer, albeit not showing any additional data. Well my point is that a browser at higher dpi should be able to display more details for an image and _that this very functionality (requesting more image data if the browser can display it) should be a basic browsing thing, not something that requires some hacks like extensive use of javascript.</description>
		<content:encoded><![CDATA[<p>James, I wasn&#8217;t able to see your provided image (won&#8217;t display in Safari 2.0.3, firefox raises an error). I guess your point is that you can have a pic that looks as good as a jpg with similar filesizes and display sizes, and when displayed at a higher image size will look nicer, albeit not showing any additional data. Well my point is that a browser at higher dpi should be able to display more details for an image and _that this very functionality (requesting more image data if the browser can display it) should be a basic browsing thing, not something that requires some hacks like extensive use of javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satunnainen Björklund  &#187; CSS-yksiköt</title>
		<link>http://webkit.org/blog/57/css-units/comment-page-1/#comment-2482</link>
		<dc:creator>Satunnainen Björklund  &#187; CSS-yksiköt</dc:creator>
		<pubDate>Mon, 24 Apr 2006 20:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=57#comment-2482</guid>
		<description>[...]        Satunnainen Björklund	   		 			24.4.2006 			CSS-yksiköt 			Surfin’ Safari: CSS Units. Lisää samasta aiheesta.  					 		Ennen ja jälkeen 		 			&#171; Hupia Scoblen ja MS:n kusta [...]</description>
		<content:encoded><![CDATA[<p>[...]  </p>
<p> Satunnainen Björklund	   		 			24.4.2006 			CSS-yksiköt 			Surfin’ Safari: CSS Units. Lisää samasta aiheesta.  					 		Ennen ja jälkeen 		 			&laquo; Hupia Scoblen ja MS:n kusta [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcburns</title>
		<link>http://webkit.org/blog/57/css-units/comment-page-1/#comment-2479</link>
		<dc:creator>jcburns</dc:creator>
		<pubDate>Mon, 24 Apr 2006 20:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=57#comment-2479</guid>
		<description>&quot;The sad truth is that designers never really understood the difference between pt and px.&quot;

Well, gee, thanks for painting all designers with the broadest of brushes...I think the truth (in my case and among many I know) is that we knew the distinction, but when CSS was over time so inconsistently implemented, you find something that produces (mostly) reproducable results, and then you stick with that.

Anyone who has used Photoshop since about 1994 has had the opportunity to distinguish between pt and px. 

It&#039;s a trust situation...when designers are convinced (and increasingly, we are) that it&#039;s safe to use all the tools in the CSS toolbox, we will. Otherwise we tell each other: &quot;don&#039;t touch that one, it&#039;ll hurt&#039;ya.&quot;</description>
		<content:encoded><![CDATA[<p>&#8220;The sad truth is that designers never really understood the difference between pt and px.&#8221;</p>
<p>Well, gee, thanks for painting all designers with the broadest of brushes&#8230;I think the truth (in my case and among many I know) is that we knew the distinction, but when CSS was over time so inconsistently implemented, you find something that produces (mostly) reproducable results, and then you stick with that.</p>
<p>Anyone who has used Photoshop since about 1994 has had the opportunity to distinguish between pt and px. </p>
<p>It&#8217;s a trust situation&#8230;when designers are convinced (and increasingly, we are) that it&#8217;s safe to use all the tools in the CSS toolbox, we will. Otherwise we tell each other: &#8220;don&#8217;t touch that one, it&#8217;ll hurt&#8217;ya.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
