Skip to content

Commit 3d84a55

Browse files
committed
Remove links to nowhere. Update issues list.
1 parent 1fccf71 commit 3d84a55

3 files changed

Lines changed: 56 additions & 32 deletions

File tree

css3-images/Overview.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
1818

19-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 March 2012</h2>
19+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 March 2012</h2>
2020

2121
<dl>
2222
<dt>This Version:
2323

2424
<dd><a
2525
href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
26-
<!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120321/">http://www.w3.org/TR/2012/WD-css3-images-20120321/</a>-->
26+
<!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120323/">http://www.w3.org/TR/2012/WD-css3-images-20120323/</a>-->
2727

2828

2929
<dt>Latest Version:
@@ -1686,9 +1686,7 @@ <h3 id=sizing-terms><span class=secno>5.1. </span> Object-Sizing
16861686
class=property>background-size</code>&rsquo; properties. The specified
16871687
size may be a width and/or a height, or alternately a "cover" or
16881688
"contain" constraint. Additionally, the specified size may have a
1689-
horizontal or vertical "rounding" constraint. A <a>later section</a> of
1690-
this spec defines how the specified size is determined for various
1691-
contexts.
1689+
horizontal or vertical "rounding" constraint.
16921690

16931691
<dt><dfn id=concrete-object-size>concrete object size</dfn>
16941692

@@ -1707,8 +1705,7 @@ <h3 id=sizing-terms><span class=secno>5.1. </span> Object-Sizing
17071705
href="#concrete-object-size"><i>concrete object size</i></a> when both
17081706
the <a href="#intrinsic-dimensions"><i>intrinsic dimensions</i></a> and
17091707
<a href="#specified-size"><i>specified size</i></a> are missing
1710-
dimensions. A <a>later section</a> of this spec defines how the default
1711-
object size is determined for various contexts.</p>
1708+
dimensions.
17121709
</dl>
17131710

17141711
<h4 id=specified-and-default-sizes><span class=secno>5.1.1. </span>

css3-images/Overview.src.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ <h3 id="sizing-terms">
10621062
</dd>
10631063

10641064
<dt><dfn>specified size</dfn></dt>
1065-
<dd>The specified size of an object is a set of constraints given by CSS, such as through the 'width' and 'height' or 'background-size' properties. The specified size may be a width and/or a height, or alternately a "cover" or "contain" constraint. Additionally, the specified size may have a horizontal or vertical "rounding" constraint. A <a>later section</a> of this spec defines how the specified size is determined for various contexts.</dd>
1065+
<dd>The specified size of an object is a set of constraints given by CSS, such as through the 'width' and 'height' or 'background-size' properties. The specified size may be a width and/or a height, or alternately a "cover" or "contain" constraint. Additionally, the specified size may have a horizontal or vertical "rounding" constraint.</dd>
10661066

10671067
<dt><dfn>concrete object size</dfn></dt>
10681068
<dd>The <i>concrete object size</i> is the result of combining an object's <i>intrinsic dimensions</i> and <i>specified size</i> with the <i>default object size</i> of the context it's used in, producing a rectangle with a definite width and height.</dd>
@@ -1072,7 +1072,6 @@ <h3 id="sizing-terms">
10721072
<p>The <i>default object size</i> is a rectangle with a definite height and
10731073
width used to determine the <i>concrete object size</i> when both the
10741074
<i>intrinsic dimensions</i> and <i>specified size</i> are missing dimensions.
1075-
A <a>later section</a> of this spec defines how the default object size is determined for various contexts.</p>
10761075
</dd>
10771076
</dl>
10781077

css3-images/issues-lc-2012.txt

Lines changed: 51 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,48 +25,54 @@ Summary: Use of 'bounding box' is undefined, should be 'border box'
2525
From: Leif Arne Storset
2626
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0033.html
2727
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/1386.html
28-
Closed: Accepted
28+
Closed: Accepted+Deferred
2929
Verified: http://lists.w3.org/Archives/Public/www-style/2012Feb/1399.html
30+
Deferred: The element() feature has been deferred to Level 4.
3031
----
3132
Issue 4.
3233
Summary: 'element reference identifier' underdefined
3334
From: David Baron
3435
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0253.html
3536
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0265.html
3637
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/1398.html
37-
Closed: Accepted
38+
Closed: Accepted+Deferred
39+
Deferred: The element() feature has been deferred to Level 4.
3840
----
3941
Issue 5.
4042
Summary: The element() cycle detection algo phrasing implies an incremental
4143
algorithm.
4244
From: David Baron
4345
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0251.html
4446
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0269.html
45-
Closed: Accepted
47+
Closed: Accepted+Deferred
48+
Deferred: The element() feature has been deferred to Level 4.
4649
----
4750
Issue 6.
4851
Summary: The element() cycle detection algo misses cycles caused by
4952
host-language elements.
5053
From: David Baron
5154
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0254.html
5255
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0270.html
53-
Closed: Accepted
56+
Closed: Accepted+Deferred
57+
Deferred: The element() feature has been deferred to Level 4.
5458
----
5559
Issue 7.
5660
Summary: The term "paint sources" is insufficiently defined, and should
5761
have explicit definitions for HTML and SVG.
5862
From: David Baron
5963
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0252.html
6064
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0264.html
61-
Closed: Accepted
65+
Closed: Accepted+Deferred
66+
Deferred: The element() feature has been deferred to Level 4.
6267
----
6368
Issue 8.
6469
Summary: HTML's definition of "paint source" only exists in the WHATWG
6570
version of HTML5, so it should be directly linked to.
6671
From: Leif Arne Storset
6772
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0267.html
6873
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0271.html
69-
Closed: Accepted
74+
Closed: Accepted+Deferred
75+
Deferred: The element() feature has been deferred to Level 4.
7076
----
7177
Issue 9.
7278
Summary: 'image-orientation' should be applied before any other transformations
@@ -88,14 +94,16 @@ Summary: element() examples still used old IDENT syntax.
8894
From: Kenny Lu
8995
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0394.html
9096
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0519.html
91-
Closed: Accepted
97+
Closed: Accepted+Deferred
98+
Deferred: The element() feature has been deferred to Level 4.
9299
----
93100
Issue 12.
94101
Summary: specify element() behavior when the selector matches multiple elements
95102
From: Kenny Lu
96103
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0394.html
97104
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0519.html
98-
Closed: Accepted
105+
Closed: Accepted+Deferred
106+
Deferred: The element() feature has been deferred to Level 4.
99107
----
100108
Issue 13.
101109
Summary: specify that relative image() urls compute to absolute
@@ -134,8 +142,7 @@ Summary: element() function should move to the next level of Images
134142
From: Simon Fraser
135143
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0324.html
136144
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0347.html
137-
Closed: Rejected
138-
Verified: (Verified as part of in-person discussion during the February CSSWG f2f.)
145+
Closed: Accepted
139146
----
140147
Issue 18.
141148
Summary: Define 'dpi' and 'dpcm' in terms of the real physical units,
@@ -175,7 +182,8 @@ Summary: There should be a non-example reference to CSSElementMap
175182
From: Simon Fraser
176183
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0268.html
177184
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0266.html
178-
Closed: Accepted
185+
Closed: Accepted+Deferred
186+
Deferred: The element() feature has been deferred to Level 4.
179187
----
180188
Issue 23.
181189
Summary: Wording of 'object-fit:fill' seems to imply that the content box
@@ -191,7 +199,10 @@ From: Leif Arne Storset
191199
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0036.html
192200
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0098.html
193201
Note: http://lists.w3.org/Archives/Public/www-style/2011May/0638.html
194-
Open.
202+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1122.html
203+
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0517.html
204+
Closed: Accepted
205+
Verified: http://lists.w3.org/Archives/Public/www-style/2012Mar/0525.html
195206
----
196207
Issue 25.
197208
Summary: "Concentric ellipses" is imprecise
@@ -230,8 +241,9 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1124.html
230241
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/1137.html
231242
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1250.html
232243
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/1265.html
233-
Closed: Accepted
244+
Closed: Accepted+Deferred
234245
Verified: http://lists.w3.org/Archives/Public/www-style/2012Feb/1330.html
246+
Deferred: The element() feature has been deferred to Level 4.
235247
----
236248
Issue 30.
237249
Summary: Style resolution of elements not in document
@@ -245,13 +257,15 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1288.html
245257
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/1350.html
246258
Closed: ???
247259
Verified: http://lists.w3.org/Archives/Public/www-style/2012Feb/1356.html
260+
Deferred: The element() feature has been deferred to Level 4.
248261
----
249262
Issue 31.
250263
Summary: Define precisely how SVG paint servers are used as paint sources
251264
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1250.html (bottom)
252265
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/1265.html (bottom)
253266
Closed: Accepted
254267
Verified: http://lists.w3.org/Archives/Public/www-style/2012Feb/1330.html (bottom)
268+
Deferred: The element() feature has been deferred to Level 4.
255269
----
256270
Issue 32.
257271
Summary: objectBoundingBox and userSpaceOnUse are defined to be identical
@@ -267,7 +281,9 @@ Summary: aliasing of object-fit/object-position
267281
From: Erik Dahlstrom
268282
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1126.html
269283
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/1127.html
270-
Open.
284+
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0518.html
285+
Closed: Accepted
286+
Verified: http://lists.w3.org/Archives/Public/www-style/2012Mar/0526.html
271287
----
272288
Issue 34.
273289
Summary: element() and 3D Transforms
@@ -276,27 +292,32 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1294.html
276292
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/1297.html
277293
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1325.html
278294
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/1334.html
279-
Open.
295+
Closed: Deferred to Level 4.
296+
Deferred: The element() feature has been deferred to Level 4.
280297
----
281298
Issue 35.
282299
Summary: GCPM element() and Images element()
283300
From: fantasai / Håkon Lie
284301
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1430.html
285302
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1433.html
286303
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0012.html
287-
Open.
304+
Closed: Deferred to Level 4
305+
Deferred: The element() feature has been deferred to Level 4.
288306
----
289307
Issue 36.
290308
Summary: Clarify scope of required Media Fragments support for image()
291309
From: David Baron
292310
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0152.html
293-
Open.
311+
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0493.html
312+
Closed: Accepted
294313
----
295314
Issue 37.
296315
Summary: ltr/rtl annotations should be per image() not per URL
297316
From: Kenny Lu
298317
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0243.html
299-
Open.
318+
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0519.html
319+
Closed: Deferred to Level 4
320+
Deferred: The directional images feature has been deferred to Level 4.
300321
----
301322
Issue 38.
302323
Summary: Default object size for replaced elements is incorrect
@@ -323,13 +344,16 @@ Issue 41.
323344
Summary: Combine directional images into image-orientation
324345
From: Kenny Luck
325346
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0397.html
347+
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0513.html
326348
Note: See also Issue 37
327-
Open
349+
Closed: Deferred to Level 4
350+
Deferred: The directional images feature has been deferred to Level 4.
328351
----
329352
Issue 42.
330353
Summary: image-orientation should inherit
331354
From: Kenny Luck
332355
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0397.html
356+
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0513.html
333357
Closed: Accepted
334358
----
335359
Issue 43.
@@ -351,14 +375,16 @@ Summary: Define closest aspect ratio more precisely
351375
From: Øyvind Stenhaug
352376
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0402.html
353377
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0498.html
378+
Closed: Accepted
379+
Verified: http://lists.w3.org/Archives/Public/www-style/2012Mar/0527.html
354380
----
355381
Issue 46.
356382
Summary: Accessibility Review
357383
From: Michael Cooper
358384
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0361.html
359385
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0366.html
360386
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0368.html
361-
Closed: (Mostly) Accepted
387+
Closed: Accepted
362388
----
363389
Issue 47.
364390
Summary: Interaction of object-fit and default sizing algorithm is messy
@@ -372,14 +398,16 @@ Issue 48.
372398
Summary: SVG with one intrinsic dimension and an aspect ratio
373399
From: David Baron
374400
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0364.html
375-
???
401+
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0415.html
402+
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0496.html
403+
Closed: Accepted
376404
----
377405
Issue 49.
378406
Summary: object-fit's resizing behavior doesn't account for mixed min/max constraints
379407
From: David Baron
380408
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0369.html
381409
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0370.html
382-
Open.
410+
Closed: Invalid via Issue 24 edits
383411
----
384412
Issue 50.
385413
Summary: image-orientation application unclear wrt background / 'content' images
@@ -402,7 +430,7 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0365.html
402430
Open.
403431
----
404432
Issue 52.
405-
Summary: Remove out-of-document element references
433+
Summary: Remove out-of-document element references feature
406434
From: Tab Atkins and fantasai
407435
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0477.html
408436
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0487.html

0 commit comments

Comments
 (0)