Skip to content

Commit 267650d

Browse files
committed
Update issues list, start Changes section.
1 parent 0619bae commit 267650d

3 files changed

Lines changed: 56 additions & 9 deletions

File tree

css3-images/Overview.src.html

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2 class="no-num no-toc" id="status">Status of this document</h2>
7171
<p>The following features are at risk: &hellip;
7272

7373
<ol>
74-
<li>The <a href="#image-notation">image()</a> and <a href='#element-reference'>element()</a> notations</li>
74+
<li>The <a href="#image-notation">image()</a> notation</li>
7575

7676
<li>The 'object-fit', 'object-position', 'image-orientation', and 'image-resolution' properties</li>
7777
</ol>
@@ -1148,7 +1148,7 @@ <h4 id="default-sizing">
11481148

11491149
<ol>
11501150
<li>If the object has an intrinsic height or width, its size is resolved
1151-
as if its <i>intrinsic size</i> were the <i>specified size</i>.
1151+
as if its <i>intrinsic size</i> were given as the <i>specified size</i>.
11521152

11531153
<li>Otherwise, its size is resolved as a <i>contain constraint</i>
11541154
against the <i>default object size</i>.</li>
@@ -1733,6 +1733,43 @@ <h3 class="no-num" id="normative-references">Normative references</h3>
17331733
<h3 class="no-num" id="other-references">Other references</h3>
17341734
<!--informative-->
17351735

1736+
<h3 class="no-num" id="changes">Changes Since Last Call</h3>
1737+
1738+
<p>Major changes include:</p>
1739+
<ul>
1740+
<li>The ''element()'' feature has been deferred to Level 4.
1741+
<li>The directional images feature (''ltr''/''rtl'' annotations in ''image()'')
1742+
has been deferred to Level 4 to address some design-level feedback.
1743+
<li>Images referenced with unsupported URL fragment syntax are now considered
1744+
invalid (and trigger fallback) within ''image()''.
1745+
<li>The 'object-fit' property no longer resizes the element's content box in
1746+
any cases.
1747+
<li>The 'image-orientation' property is now inherited.
1748+
</ul>
1749+
1750+
<p>Significant details updated:</p>
1751+
1752+
<ul>
1753+
<li>There is now a definition for <i>invalid images</i>, which trigger fallback
1754+
in the ''image()'' notation.
1755+
<li>Clarified that media fragments are only required to be supported within
1756+
''image()'' in order to satisfy the prerequisite for supporting ''image()''.
1757+
<li>Defined how to determine the closeness of two aspect ratios (used in
1758+
the definition of <i>intrinsic dimensions</i>).
1759+
<li>Corrected error in which 'image-orientation' was applied after CSS
1760+
transforms.
1761+
<li>The 'object-fit' and 'object-position' properties may no longer be
1762+
aliased to 'image-fit' and 'image-position'. A future edition of the
1763+
<a href="http://www.w3.org/TR/css-print/">CSS Print Profile</a> may allow
1764+
this for printer implementations, however.
1765+
</ul>
1766+
1767+
<p>There were also many clarifications and several sections were rearranged to
1768+
make them easier to read.
1769+
1770+
<p>The <a href="http://dev.w3.org/csswg/css3-images/issues-lc-2012">Disposition
1771+
of Last Call Comments</a> is available.
1772+
17361773
<h2 class="no-num" id="index">Index</h2>
17371774
<!--index-->
17381775

css3-images/issues-lc-2012.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ <h1>CSS Image Values and Replaced Content Level 3 Disposition of Comments</h1>
219219
</pre>
220220
<pre class="a" id="issue-21">
221221
Issue 21.
222-
Summary: <strong>The spec points to Values & Units for a definition of &lt;position>,</strong>
223-
but it's not defined there.
222+
Summary: <strong>The spec points to Values & Units for a definition of &lt;position>,
223+
but it's not defined there.</strong>
224224
From: Lea Verou
225225
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jan/0950.html">http://lists.w3.org/Archives/Public/www-style/2012Jan/0950.html</a>
226226
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Feb/1106.html">http://lists.w3.org/Archives/Public/www-style/2012Feb/1106.html</a>
@@ -282,15 +282,16 @@ <h1>CSS Image Values and Replaced Content Level 3 Disposition of Comments</h1>
282282
Closed: Accepted+Deferred
283283
Deferred: The element() feature has been deferred to Level 4.
284284
</pre>
285-
<pre class="a" id="issue-28">
285+
<pre class="d" id="issue-28">
286286
Issue 28.
287287
Summary: <strong>Use of &lt;svg> as a paint source</strong>
288288
From: Erik Dahlstrom
289289
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Feb/1124.html">http://lists.w3.org/Archives/Public/www-style/2012Feb/1124.html</a>
290290
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Feb/1131.html">http://lists.w3.org/Archives/Public/www-style/2012Feb/1131.html</a>
291291
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Feb/1137.html">http://lists.w3.org/Archives/Public/www-style/2012Feb/1137.html</a>
292-
Closed: Rejected
292+
Closed: Rejected+Deferred
293293
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2012Feb/1250.html">http://lists.w3.org/Archives/Public/www-style/2012Feb/1250.html</a>
294+
Deferred: The element() feature has been deferred to Level 4.
294295
</pre>
295296
<pre class="d" id="issue-29">
296297
Issue 29.
@@ -433,7 +434,11 @@ <h1>CSS Image Values and Replaced Content Level 3 Disposition of Comments</h1>
433434
Summary: <strong>Handling of negative color stops unclear</strong>
434435
From: David Baron
435436
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Mar/0357.html">http://lists.w3.org/Archives/Public/www-style/2012Mar/0357.html</a>
436-
Open.
437+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Mar/0372.html">http://lists.w3.org/Archives/Public/www-style/2012Mar/0372.html</a>
438+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Mar/0378.html">http://lists.w3.org/Archives/Public/www-style/2012Mar/0378.html</a>
439+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Mar/0380.html">http://lists.w3.org/Archives/Public/www-style/2012Mar/0380.html</a>
440+
Closed: Accepted
441+
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2012Mar/0393.html">http://lists.w3.org/Archives/Public/www-style/2012Mar/0393.html</a>
437442
</pre>
438443
<pre class="a" id="issue-44">
439444
Issue 44.

css3-images/issues-lc-2012.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,9 @@ From: Erik Dahlstrom
233233
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1124.html
234234
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/1131.html
235235
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/1137.html
236-
Closed: Rejected
236+
Closed: Rejected+Deferred
237237
Verified: http://lists.w3.org/Archives/Public/www-style/2012Feb/1250.html
238+
Deferred: The element() feature has been deferred to Level 4.
238239
----
239240
Issue 29.
240241
Summary: Clarify "not rendered"
@@ -362,7 +363,11 @@ Issue 43.
362363
Summary: Handling of negative color stops unclear
363364
From: David Baron
364365
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0357.html
365-
Open.
366+
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0372.html
367+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0378.html
368+
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0380.html
369+
Closed: Accepted
370+
Verified: http://lists.w3.org/Archives/Public/www-style/2012Mar/0393.html
366371
----
367372
Issue 44.
368373
Summary: Clarifications to intrinsic sizing terminology

0 commit comments

Comments
 (0)