- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Feb 2012 21:56:03 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv19546
Modified Files:
Overview.html Overview.src.html
Log Message:
Markup tweak.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -d -r1.312 -r1.313
--- Overview.html 28 Feb 2012 21:39:14 -0000 1.312
+++ Overview.html 28 Feb 2012 21:56:00 -0000 1.313
@@ -376,10 +376,11 @@
<dd>dots per ‘<code class=css>px</code>’ unit
</dl>
- <p>The <resolution> unit represents the size of a single "dot" in a
- graphical representation by indicating how many of these dots fit in a CSS
- ‘<code class=property>in</code>’, ‘<code
- class=property>cm</code>’, or ‘<code
+ <p>The ‘<a href="#resolution-type"><code
+ class=css><resolution></code></a>’ unit represents the size of a
+ single "dot" in a graphical representation by indicating how many of these
+ dots fit in a CSS ‘<code class=property>in</code>’,
+ ‘<code class=property>cm</code>’, or ‘<code
class=property>px</code>’. For uses, see e.g. the ‘<code
class=css>resolution</code>’ media query in <a href="#MEDIAQ"
rel=biblioentry>[MEDIAQ]<!--{{MEDIAQ}}--></a> or the ‘<a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -d -r1.322 -r1.323
--- Overview.src.html 28 Feb 2012 21:39:14 -0000 1.322
+++ Overview.src.html 28 Feb 2012 21:56:01 -0000 1.323
@@ -130,7 +130,7 @@
<dd>dots per ''px'' unit</dd>
</dl>
- <p>The <resolution> unit represents the size of a single "dot" in a
+ <p>The ''<resolution>'' unit represents the size of a single "dot" in a
graphical representation by indicating how many of these dots fit in a
CSS 'in', 'cm', or 'px'.
For uses, see e.g. the ''resolution'' media query in [[MEDIAQ]]
Received on Tuesday, 28 February 2012 21:56:06 UTC