Re: [css3-values] [css3-images] no units for default 'image-resolution'

On Oct 26, 2010, at 1:30 PM, "Shelby Moore" <shelby@coolpage.com> wrote:

> DPI is an ambiguous term and is discouraged:
> 
> http://en.wikipedia.org/wiki/Dots_per_inch
> 
> It is advised instead to use PPI.
> 
> Thus I suggest you change 'dppx' to 'pppx'.

It is only ambiguous if we don't define it well, since CSS properties get their definitions from the module specs, not from wikipedia. That said, we try to use familiar and intuitive words for the property names, as much as we can. 

'pppx' is not especially familiar and intuitive, and expanding that out in my mind to "pixels per pixel" just makes it seem weird and confusing. "Dpi", on the other hand, is familiar to designers, especially those with a print background like myself. This leads to "dppx" to be pretty easily intuited for designers and other authors working with CSS px. 


> Also 'image resolution' is ambiguous:
> 
> http://en.wikipedia.org/wiki/Image_resolution#Pixel_resolution
> 
> I think you need to change this to 'image-spatial-resolution'.

Brevity of property names is another important consideration when picking a name for a property, not just accuracy. 

Received on Tuesday, 26 October 2010 21:10:17 UTC