@@ -2272,12 +2272,12 @@ Absolute Lengths: the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' unit
22722272 and devices with unusual viewing distances,
22732273 it is recommended instead that the [=anchor unit=] be the [=pixel unit=] .
22742274 For such devices it is recommended that the [=pixel unit=]
2275- refer to the whole number of device pixels that best approximates the reference pixel.
2275+ refer to the whole number of [= device pixels=] that best approximates the reference pixel.
22762276
22772277 Note: If the [=anchor unit=] is the [=pixel unit=] ,
22782278 the [=physical units=] might not match their physical measurements.
22792279 Alternatively if the [=anchor unit=] is a [=physical unit=] ,
2280- the [=pixel unit=] might not map to a whole number of device pixels.
2280+ the [=pixel unit=] might not map to a whole number of [= device pixels=] .
22812281
22822282 Note: This definition of the [=pixel unit=] and the [=physical units=]
22832283 differs from the earlier editions of CSS1 and CSS2.
@@ -2301,7 +2301,7 @@ Absolute Lengths: the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' unit
23012301 css/CSS2/values/units-009.xht
23022302 </wpt>
23032303
2304- The <dfn export>reference pixel</dfn> is the visual angle of one pixel on a device with a pixel density of 96dpi
2304+ The <dfn export>reference pixel</dfn> is the visual angle of one pixel on a device with a [=device pixel=] density of 96dpi
23052305 and a distance from the reader of an arm's length.
23062306 For a nominal arm's length of 28 inches,
23072307 the visual angle is therefore about 0.0213 degrees.
@@ -2354,6 +2354,15 @@ Absolute Lengths: the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' unit
23542354 css/css-values/absolute-length-units-001.html
23552355 </wpt>
23562356
2357+ A <dfn export>device pixel</dfn> is the smallest unit of area on the device output
2358+ capable of displaying its full range of colors.
2359+ For typical color screens, it's a square or somewhat rectangular region
2360+ containing a red, green, and blue subpixel.
2361+ Many non-traditional outputs exist that can blur this definition,
2362+ such as by displaying some colors at higher resolutions.
2363+ Such devices still expose some equivalent notion of "device pixel",
2364+ however.
2365+
23572366<h2 id="other-units">
23582367Other Quantities</h2>
23592368
0 commit comments