Skip to content

Commit f7e5f9d

Browse files
committed
[css-values] Update spec to match resolution for dppx as canonical <resolution>.
1 parent a6edbb2 commit f7e5f9d

File tree

3 files changed

+20
-25
lines changed

3 files changed

+20
-25
lines changed

css-values/Overview.bs

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,13 +1320,7 @@ Resolution Units: the <<resolution>> type and ''dpi'', ''dpcm'', ''dppx'' units<
13201320
or the 'image-resolution' property defined in [[CSS3-IMAGES]].
13211321

13221322
All <<resolution>> units are <a>compatible</a>,
1323-
and ''dpi'' is their <a>canonical unit</a>.
1324-
1325-
Issue(178):
1326-
1327-
Note: Due to the 1:96 fixed ratio of CSS ''in'' to CSS ''px'',
1328-
''1dppx'' is equivalent to ''96dpi''.
1329-
This corresponds to the default resolution of images displayed in CSS: see 'image-resolution'.
1323+
and ''dppx'' is their <a>canonical unit</a>.
13301324

13311325
<div class="example">
13321326
The following @media rule uses Media Queries [[MEDIAQ]]
@@ -2244,7 +2238,8 @@ Changes</h2>
22442238
<li>Defined <a href="#local-urls">special handling</a> for fragment URLs.
22452239
<li>Defined an empty <<url>> resolves to an invalid resource.
22462240
<li>Defined <a href="#calc-serialize">serialization of <css>calc()</css> values</a>.
2247-
<li>Added definition of <<ident>> to definition of <a>identifiers</a>.
2241+
<li>Defined <a>compatible units</a> and <a>canonical units</a> for serialization.
2242+
<li>Added definition of <<ident>> notation to definition of <a>identifiers</a>.
22482243
<li>Added <<length-percentage>> as a shorthand for <<length>> | <<percentage>>,
22492244
along with equivalent productions for angles, numbers, times, and frequencies.
22502245
<li>Various clarifications and editorial improvements.

css-values/issues-cr-2015.bsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ From: Bem Jones-Bey
2424
Comment: https://lists.w3.org/Archives/Public/www-style/2014Nov/0054.html
2525
Comment: https://lists.w3.org/Archives/Public/www-style/2015Jun/0271.html
2626
Response: ???
27-
Open: Accepted
27+
Closed: Accepted
2828
Edits: https://drafts.csswg.org/css-values-3/#calc-serialize
2929
Resolved: https://lists.w3.org/Archives/Public/www-style/2016Apr/0093.html
3030
----
@@ -41,7 +41,7 @@ Summary: Define <length-percentage> etc. productions
4141
From: Tab Atkins
4242
Comment: https://lists.w3.org/Archives/Public/www-style/2015Dec/0150.html
4343
Response: https://lists.w3.org/Archives/Public/www-style/2015Dec/0258.html
44-
Open: Accepted
44+
Closed: Accepted
4545
Verified: Reporter is editor
4646
Resolved: ???
4747
----
@@ -143,7 +143,7 @@ Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0171.html
143143
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0184.html
144144
Comment: https://lists.w3.org/Archives/Public/www-style/2016Mar/0178.html
145145
Response: https://lists.w3.org/Archives/Public/www-style/2016Mar/0369.html
146-
Open: Awaiting fixes to edits.
146+
Closed: Accepted
147147
----
148148
Issue 18.
149149
Summary: Implementations only drop calc() from "simple values" at computed-value time
@@ -157,7 +157,7 @@ Issue 19.
157157
Summary: pushState() breaks relative URL resolution
158158
From: Tab Atkins
159159
Comment: https://lists.w3.org/Archives/Public/www-style/2016Mar/0298.html
160-
Open: Edits need review
160+
Closed: Accepted
161161
Resolved: https://lists.w3.org/Archives/Public/www-style/2016May/0209.html
162162
----
163163
Issue 20.
@@ -178,8 +178,8 @@ Issue 22.
178178
Summary: Define canonical values for serialization
179179
From: Tab Atkins and fantasai
180180
Comment: https://github.com/w3c/csswg-drafts/issues/178
181-
Open: Accepted
182-
Resolved: =WG= Review and discuss <resolution>.
181+
Closed: Accepted
182+
Resolved: 2016-06-15
183183
----
184184
Issue 23.
185185
Summary: Link to more information on serialization

css-values/issues-cr-2015.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ <h1>CSS Values and Units Level 3 Disposition of Comments for 2015-06-11 CR</h1>
5050
<span class="a">Closed: Accepted</span>
5151
<span class="a">Verified: reporter is editor</span>
5252
<span>Resolved: Editorial</span></pre>
53-
<pre class='open a' id='issue-3'>
53+
<pre class=' a' id='issue-3'>
5454
<span>Issue 3. <a href='#issue-3'>#</a></span>
5555
<span>Summary: Define serialization of calc()</span>
5656
<span>From: Bem Jones-Bey</span>
5757
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2014Nov/0054.html'>https://lists.w3.org/Archives/Public/www-style/2014Nov/0054.html</a></span>
5858
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jun/0271.html'>https://lists.w3.org/Archives/Public/www-style/2015Jun/0271.html</a></span>
5959
<span>Response: ???</span>
60-
<span class="a">Open: Accepted</span>
60+
<span class="a">Closed: Accepted</span>
6161
<span>Edits: <a href='https://drafts.csswg.org/css-values-3/#calc-serialize'>https://drafts.csswg.org/css-values-3/#calc-serialize</a></span>
6262
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Apr/0093.html'>https://lists.w3.org/Archives/Public/www-style/2016Apr/0093.html</a></span></pre>
6363
<pre class=' ' id='issue-4'>
@@ -68,13 +68,13 @@ <h1>CSS Values and Units Level 3 Disposition of Comments for 2015-06-11 CR</h1>
6868
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0126.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0126.html</a></span>
6969
<span class="">Closed: Accepted.</span>
7070
<span>Resolved: Editorial</span></pre>
71-
<pre class='open a' id='issue-5'>
71+
<pre class=' a' id='issue-5'>
7272
<span>Issue 5. <a href='#issue-5'>#</a></span>
7373
<span>Summary: Define &lt;length-percentage> etc. productions</span>
7474
<span>From: Tab Atkins</span>
7575
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Dec/0150.html'>https://lists.w3.org/Archives/Public/www-style/2015Dec/0150.html</a></span>
7676
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Dec/0258.html'>https://lists.w3.org/Archives/Public/www-style/2015Dec/0258.html</a></span>
77-
<span class="a">Open: Accepted</span>
77+
<span class="a">Closed: Accepted</span>
7878
<span class="a">Verified: Reporter is editor</span>
7979
<span>Resolved: ???</span></pre>
8080
<pre class=' a' id='issue-6'>
@@ -168,15 +168,15 @@ <h1>CSS Values and Units Level 3 Disposition of Comments for 2015-06-11 CR</h1>
168168
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0158.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0158.html</a></span>
169169
<span class="a">Closed: Accepted</span>
170170
<span>Resolved: Editors' discretion</span></pre>
171-
<pre class='open ' id='issue-17'>
171+
<pre class=' a' id='issue-17'>
172172
<span>Issue 17. <a href='#issue-17'>#</a></span>
173173
<span>Summary: How units/expressions are resolved in specified style</span>
174174
<span>From: François Remy and David Baron</span>
175175
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0171.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0171.html</a></span>
176176
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0184.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0184.html</a></span>
177177
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0178.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0178.html</a></span>
178178
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0369.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0369.html</a></span>
179-
<span class="">Open: Awaiting fixes to edits.</span></pre>
179+
<span class="a">Closed: Accepted</span></pre>
180180
<pre class=' a' id='issue-18'>
181181
<span>Issue 18. <a href='#issue-18'>#</a></span>
182182
<span>Summary: Implementations only drop calc() from "simple values" at computed-value time</span>
@@ -185,12 +185,12 @@ <h1>CSS Values and Units Level 3 Disposition of Comments for 2015-06-11 CR</h1>
185185
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0178.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0178.html</a></span>
186186
<span class="a">Closed: Accepted</span>
187187
<span>Resolved: Bugfix</span></pre>
188-
<pre class='open ' id='issue-19'>
188+
<pre class=' a' id='issue-19'>
189189
<span>Issue 19. <a href='#issue-19'>#</a></span>
190190
<span>Summary: pushState() breaks relative URL resolution</span>
191191
<span>From: Tab Atkins</span>
192192
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0298.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0298.html</a></span>
193-
<span class="">Open: Edits need review</span>
193+
<span class="a">Closed: Accepted</span>
194194
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016May/0209.html'>https://lists.w3.org/Archives/Public/www-style/2016May/0209.html</a></span></pre>
195195
<pre class=' a' id='issue-20'>
196196
<span>Issue 20. <a href='#issue-20'>#</a></span>
@@ -206,13 +206,13 @@ <h1>CSS Values and Units Level 3 Disposition of Comments for 2015-06-11 CR</h1>
206206
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0247.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0247.html</a></span>
207207
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Jun/0031.html'>https://lists.w3.org/Archives/Public/www-style/2016Jun/0031.html</a></span>
208208
<span class="oi">Closed: Invalid</span></pre>
209-
<pre class='open a' id='issue-22'>
209+
<pre class=' a' id='issue-22'>
210210
<span>Issue 22. <a href='#issue-22'>#</a></span>
211211
<span>Summary: Define canonical values for serialization</span>
212212
<span>From: Tab Atkins and fantasai</span>
213213
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/178'>https://github.com/w3c/csswg-drafts/issues/178</a></span>
214-
<span class="a">Open: Accepted</span>
215-
<span>Resolved: =WG= Review and discuss &lt;resolution>.</span></pre>
214+
<span class="a">Closed: Accepted</span>
215+
<span>Resolved: 2016-06-15</span></pre>
216216
<pre class=' a' id='issue-23'>
217217
<span>Issue 23. <a href='#issue-23'>#</a></span>
218218
<span>Summary: Link to more information on serialization</span>

0 commit comments

Comments
 (0)