Skip to content

Commit 1e969d8

Browse files
committed
[css2] Issue 149.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403079
1 parent 2eccc7e commit 1e969d8

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

css2/changes.src

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<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 $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -4352,6 +4352,26 @@ used in the 'font-size' property, refers to the <em>parent
43524352
element's</em> 'ex' (just as 'em' refers to the parent's 'em' in that
43534353
case.)
43544354

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&nbsp;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+
43554375
<!--========================== issue 152 ==========================-->
43564376

43574377
<h3 id="t.4.3.4a"><a

0 commit comments

Comments
 (0)