Skip to content

Commit 4510a9e

Browse files
author
Florian Rivoal
committed
Add a Changelog
1 parent 8626a61 commit 4510a9e

2 files changed

Lines changed: 69 additions & 0 deletions

File tree

css3-mediaqueries/Overview.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
268268
<li><a href="#resolution0"><span class=secno>6.1. </span>Resolution</a>
269269
</ul>
270270

271+
<li><a href="#changes"><span class=secno>7. </span>Changes</a>
272+
<ul class=toc>
273+
<li><a href="#changes-2010"><span class=secno>7.1. </span>Changes Since
274+
the 27 July 2010 Candidate Recommendation</a>
275+
</ul>
276+
271277
<li class=no-num><a href="#acknowledgments">Acknowledgments</a>
272278

273279
<li class=no-num><a href="#references">References</a>
@@ -1143,6 +1149,43 @@ <h3 id=resolution0><span class=secno>6.1. </span>Resolution</h3>
11431149
<p>In this specification, these units are only used in the &lsquo;<code
11441150
class=css>resolution</code>&rsquo; media feature.
11451151

1152+
<h2 id=changes><span class=secno>7. </span>Changes</h2>
1153+
1154+
<h3 id=changes-2010><span class=secno>7.1. </span>Changes Since the 27 July
1155+
2010 Candidate Recommendation</h3>
1156+
1157+
<p>The following changes were made to this specification since the <a
1158+
href="http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/">27 July
1159+
2010 Candidate Recommendation</a>:
1160+
1161+
<ul>
1162+
<li><a href="#resolution">Section 4.11</a>: Clarified the meaning of
1163+
resolution in the case of printers, for which the meaning of dots was
1164+
ambiguous.
1165+
<blockquote>
1166+
<p><ins>For printers, this corresponds to the screening resolution (the
1167+
resolution for printing dots of arbitrary color).</ins>
1168+
</blockquote>
1169+
1170+
<li><a href="#Units">Section 6.1</a>: Made it explicit that the
1171+
&lsquo;<code class=css>inch</code>&rsquo; and &lsquo;<code
1172+
class=css>cm</code>&rsquo; mentioned are the CSS units, not the physical
1173+
ones.
1174+
<blockquote>
1175+
<dl>
1176+
<dt>dpi
1177+
1178+
<dd>dots per <ins>CSS &lsquo;<code
1179+
class=css>inch</code>&rsquo;</ins><del>inch</del>
1180+
1181+
<dt>dpcm
1182+
1183+
<dd>dots per <ins>CSS &lsquo;<code
1184+
class=css>centimeter</code>&rsquo;</ins><del>cm</del>
1185+
</dl>
1186+
</blockquote>
1187+
</ul>
1188+
11461189
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>
11471190

11481191
<p>This specification is the product of the W3C Working Group on Cascading

css3-mediaqueries/Overview.src.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,32 @@ <h3>Resolution</h3>
10071007
''resolution'' media feature.</p>
10081008

10091009

1010+
<h2 id="changes">Changes</h2>
1011+
<h3 id="changes-2010">Changes Since the 27 July 2010 Candidate Recommendation</h3>
1012+
<p>The following changes were made to this specification since the
1013+
<a href="http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/">27 July 2010
1014+
Candidate Recommendation</a>:
1015+
<ul>
1016+
<li><a href="#resolution">Section 4.11</a>: Clarified the meaning of
1017+
resolution in the case of printers, for which the meaning of dots was
1018+
ambiguous.
1019+
<blockquote>
1020+
<p><ins>For printers, this corresponds to the screening resolution (the
1021+
resolution for printing dots of arbitrary color).</ins>
1022+
</blockquote>
1023+
<li><a href="#Units">Section 6.1</a>: Made it explicit that the ''inch'' and ''cm''
1024+
mentioned are the CSS units, not the physical ones.
1025+
<blockquote>
1026+
<dl>
1027+
<dt>dpi</dt>
1028+
<dd>dots per <ins>CSS ''inch''</ins><del>inch</del></dd>
1029+
1030+
<dt>dpcm</dt>
1031+
<dd>dots per <ins>CSS ''centimeter''</ins><del>cm</del></dd>
1032+
</dl>
1033+
</blockquote>
1034+
</ul>
1035+
10101036
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
10111037

10121038
<p>This specification is the product of the W3C Working Group on

0 commit comments

Comments
 (0)