@@ -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: …
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
0 commit comments