@@ -1865,7 +1865,19 @@ Thanks to the Webkit team, Brad Kemper, Brian Manthos, and Alan Gresley
1865
1865
<h2 class="no-num" id="changes">
1866
1866
Changes</h2>
1867
1867
1868
- <h3 class="no-num" id="changes-20120407">
1868
+ <h3 id="changes-20191010">
1869
+ Changes Since the <a href="https://www.w3.org/TR/2019/CR-css-images-3-20191010/">10 Oct 2019 Candidate Recommendation</a></h3>
1870
+
1871
+ Major changes include:
1872
+
1873
+ * Define handling of degenerate aspect ratios
1874
+ (<a href="https://github.com/w3c/csswg-drafts/issues/4572">Issue 4572</a> )
1875
+ * Define that layout-affecting metadata occurring after the image data should be ignored
1876
+ (<a href="https://github.com/w3c/csswg-drafts/issues/5165">Issue 5165</a> )
1877
+ * Define that 'image-orientation' applies to both decorative and content images
1878
+ (<a href="https://github.com/w3c/csswg-drafts/issues/5245">Issue 5245</a> )
1879
+
1880
+ <h3 id="changes-20120407">
1869
1881
Changes Since the <a href="https://www.w3.org/TR/2012/CR-css3-images-20120417/">17 April 2012 Candidate Recommendation</a></h3>
1870
1882
1871
1883
Major changes include:
@@ -1890,40 +1902,3 @@ Changes Since the <a href="https://www.w3.org/TR/2012/CR-css3-images-20120417/">
1890
1902
- Various minor clarifications.
1891
1903
1892
1904
A <a href="https://drafts.csswg.org/issues?spec=css-images-3&doc=cr-2012">Disposition of Comments</a> is available.
1893
-
1894
-
1895
- <h3 class=no-num id=changes-last-call>
1896
- Changes Since Last Call</h3>
1897
-
1898
- Major changes include:
1899
-
1900
-
1901
- - The <css> element()</css> feature has been deferred to Level 4.
1902
- - The directional images feature
1903
- (''ltr'' /''rtl'' annotations in ''image()'' )
1904
- has been deferred to Level 4 to address some design-level feedback.
1905
- - Images referenced with unsupported URL fragment syntax
1906
- are now considered invalid (and trigger fallback) within ''image()'' .
1907
- - The 'object-fit' property no longer resizes the element's content box in any cases.
1908
- - The 'image-orientation' property is now inherited.
1909
-
1910
-
1911
- Significant details updated:
1912
-
1913
-
1914
- - There is now a definition for <a>invalid images</a> ,
1915
- which trigger fallback in the ''image()'' notation.
1916
- - Clarified that media fragments are only required to be supported within ''image()''
1917
- in order to satisfy the prerequisite for supporting ''image()'' .
1918
- - Defined how to determine the closeness of two aspect ratios
1919
- (used in the definition of <a href="#intrinsic-dimensions"><i>intrinsic dimensions</i></a> ).
1920
- - Corrected error in which 'image-orientation' was applied after CSS transforms.
1921
- - The 'object-fit' and 'object-position' properties
1922
- can no longer be aliased to <css> image-fit</css> and <css> image-position</css> .
1923
- A future edition of the <a href="http://www.w3.org/TR/css-print/">CSS Print Profile</a>
1924
- may allow this for printer implementations, however.
1925
-
1926
- There were also many clarifications
1927
- and several sections were rearranged to make them easier to read.
1928
-
1929
- The <a href="http://dev.w3.org/csswg/css3-images/issues-lc-2012">Disposition of Last Call Comments</a> is available.
0 commit comments