|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: changes.src,v 2.128 2010-10-26 19:48:54 bbos Exp $ --> |
| 3 | +<!-- $Id: changes.src,v 2.129 2010-10-28 18:26:37 bbos Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <TITLE>Changes</TITLE> |
6 | 6 | </HEAD> |
@@ -4352,6 +4352,26 @@ used in the 'font-size' property, refers to the <em>parent |
4352 | 4352 | element's</em> 'ex' (just as 'em' refers to the parent's 'em' in that |
4353 | 4353 | case.) |
4354 | 4354 |
|
| 4355 | +<!--========================== issue 149 ==========================--> |
| 4356 | + |
| 4357 | +<h3 id="t.4.3.2a"><a |
| 4358 | +href="/TR/2009/CR-CSS2-20090908/syndata.html#length-units"> |
| 4359 | +Section 4.3.2 Lengths</a></h3> |
| 4360 | + |
| 4361 | +<p><span class=date>[2010-10-28]</span> A UA must now <em>either</em> |
| 4362 | +display absolute lengths (cm, in, pt, etc.) at their real size |
| 4363 | +<em>or</em> make px align with device pixel boundaries near the 0.0213 |
| 4364 | +degrees viewing angle, but not both. In either case, 3px must equal |
| 4365 | +4pt. |
| 4366 | + |
| 4367 | +<p>(Until now, authors could use absolute lengths for physical sizes |
| 4368 | +and px for aligning to device pixels, but couldn't know the number of |
| 4369 | +pt in a px, except in combination with Media Queries. Authors can no |
| 4370 | +longer choose between absolute or device-related units, but can use px |
| 4371 | +and pt interchangeably. This should only affect relatively |
| 4372 | +low-resolution devices: above 300 dots per inch, the maximum error is |
| 4373 | +about 16%.) |
| 4374 | + |
4355 | 4375 | <!--========================== issue 152 ==========================--> |
4356 | 4376 |
|
4357 | 4377 | <h3 id="t.4.3.4a"><a |
|
0 commit comments