- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Oct 2011 00:36:37 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv11882
Modified Files:
Overview.html Overview.src.html
Log Message:
Added note to vw/vh about paged media changing the ICB.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- Overview.html 11 Oct 2011 00:35:09 -0000 1.118
+++ Overview.html 11 Oct 2011 00:36:35 -0000 1.119
@@ -1004,6 +1004,10 @@
<p class=issue>Do we need this now that we have the min() function?
</dl>
+ <p class=note>Note that Paged Media defines how the initial containing
+ block transforms across varying page widths. This also affects these
+ units.
+
<h3 id=absolute-lengths><span class=secno>5.2. </span> Absolute lengths:
the ‘<code class=css>cm</code>’, ‘<code
class=css>mm</code>’, ‘<code class=css>in</code>’,
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- Overview.src.html 11 Oct 2011 00:35:09 -0000 1.121
+++ Overview.src.html 11 Oct 2011 00:36:35 -0000 1.122
@@ -610,6 +610,9 @@
<p class=issue>Do we need this now that we have the min() function?
</dl>
+ <p class='note'>Note that Paged Media defines how the initial containing block
+ transforms across varying page widths. This also affects these units.</p>
+
<h3 id="absolute-lengths">
Absolute lengths: the ''cm'', ''mm'', ''in'', ''pt'', ''pc'', ''px'' units</h3>
Received on Tuesday, 11 October 2011 00:36:38 UTC