InterviewSolution
| 1. |
Why Call The Subtended Angle A "pixel", Instead Of Something Else (e.g. "subangle")? |
|
Answer» In most cases, a CSS pixel will be equal to a device pixel. But, as you point out, the definition of a CSS pixel will sometimes be different. For example, on a laser PRINTER, one CSS pixel can be equal to 3X3 device pixels to AVOID printing illegibly small text and images. I don't RECALL anyone ever PROPOSING another name for it. Subangle? Personally, I think most people would prefer the pragmatic "px" to the non-intuitive "sa". In most cases, a CSS pixel will be equal to a device pixel. But, as you point out, the definition of a CSS pixel will sometimes be different. For example, on a laser printer, one CSS pixel can be equal to 3x3 device pixels to avoid printing illegibly small text and images. I don't recall anyone ever proposing another name for it. Subangle? Personally, I think most people would prefer the pragmatic "px" to the non-intuitive "sa". |
|