Skip to content

Commit 61606e9

Browse files
committed
Punt aliasing of object-fit/position to the Print Profile, per WG decision.
1 parent 80fa1f5 commit 61606e9

2 files changed

Lines changed: 2 additions & 24 deletions

File tree

css3-images/Overview.html

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,14 +2112,7 @@ <h3 id=object-fit><span class=secno>5.4. </span> Sizing Objects: the
21122112
that size is up to the image format. In particular, raster images always
21132113
scale to the given size, while SVG uses the given size as the size of the
21142114
"SVG Viewport" (a term defined by SVG) and then uses the values of several
2115-
attributes on the root &lt;svg> element to determine how to draw itself.
2116-
2117-
<p>User agents may accept &lsquo;<code
2118-
class=property>image-fit</code>&rsquo; as an alias for &lsquo;<a
2119-
href="#object-fit0"><code class=property>object-fit</code></a>&rsquo;, as
2120-
a previous version of this specification used that name. Authors must not
2121-
use &lsquo;<code class=property>image-fit</code>&rsquo; in their
2122-
stylesheets.</p>
2115+
attributes on the root &lt;svg> element to determine how to draw itself.</p>
21232116
<!-- ====================================================================== -->
21242117

21252118
<h3 id=object-position><span class=secno>5.5. </span> Positioning Objects:
@@ -2184,14 +2177,7 @@ <h3 id=object-position><span class=secno>5.5. </span> Positioning Objects:
21842177
<p class=note>Note that areas of the box not covered by the replaced
21852178
element will show the element's background.
21862179

2187-
<p class=issue>Find some good use-cases and make examples out of them.
2188-
2189-
<p>User agents may accept &lsquo;<code
2190-
class=property>image-position</code>&rsquo; as an alias for &lsquo;<a
2191-
href="#object-position0"><code
2192-
class=property>object-position</code></a>&rsquo;, as a previous version of
2193-
this specification used that name. Authors must not use &lsquo;<code
2194-
class=property>image-position</code>&rsquo; in their stylesheets.</p>
2180+
<p class=issue>Find some good use-cases and make examples out of them.</p>
21952181
<!-- ====================================================================== -->
21962182

21972183
<h2 id=image-processing><span class=secno>6. </span> Image Processing</h2>

css3-images/Overview.src.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,10 +1289,6 @@ <h3 id="object-fit">
12891289
the "SVG Viewport" (a term defined by SVG) and then uses the values of several
12901290
attributes on the root &lt;svg> element to determine how to draw itself.</p>
12911291

1292-
<p>User agents may accept 'image-fit' as an alias for 'object-fit', as a
1293-
previous version of this specification used that name. Authors must not
1294-
use 'image-fit' in their stylesheets.</p>
1295-
12961292
<!-- ====================================================================== -->
12971293

12981294
<h3 id="object-position">
@@ -1334,10 +1330,6 @@ <h3 id="object-position">
13341330

13351331
<p class='issue'>Find some good use-cases and make examples out of them.</p>
13361332

1337-
<p>User agents may accept 'image-position' as an alias for 'object-position', as a
1338-
previous version of this specification used that name. Authors must not
1339-
use 'image-position' in their stylesheets.</p>
1340-
13411333
<!-- ====================================================================== -->
13421334

13431335
<h2 id="image-processing">

0 commit comments

Comments
 (0)