RE: [css3-background] box-shadow spread Multiple Choice Question

Regarding "blur-radius" vs "blur-diameter" vs. "blur-width" vs. "blur-factor" vs. "blur"...

Since it's not actually used in markup ("shadow-box-blur-radius: 15cm;" in CSS5?) now's a great time to just remove the 'radius' naming from 'blur-radius' in the spec and dodge the confusion going forward.


When I originally read the spec, I was thinking of blur radius in the sense of a "blurry expansion of the shape, somewhat like spread or scale" in which case the radius name was logical.  It meant that it's like an infinite number of circle-shaped lenses are positioned at every point along the geometry with the 'blur-radius' value as their radii, all contributing to a general blurring effect.
 
With the current definition where the blurring is centered on the geometry, diameter makes sense from the perspective that the markup-specified number is the diameter of those circle-shaped lenses.

One might argue 'width' is a better term in the sense that it is a thickness/width of blur along the shape and circles really don't have anything to do with it, and thus radii and diameters don't either.  Since width is already used in many places, I worry about using that word though.

-Brian

Received on Thursday, 10 June 2010 17:37:40 UTC