Skip to content

Commit 12c1bf4

Browse files
committed
Marked element() and object-* as at-risk.
1 parent d664e38 commit 12c1bf4

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

css3-images/Overview.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,18 @@ <h2 class="no-num no-toc" id=abstract> Abstract</h2>
8383
properties used to control the interaction of replaced content and the CSS
8484
layout algorithms. These properties can affect the used image resolution
8585
for bitmaps, the replaced object's orientation, and whether and how to
86-
preserve the object's aspect ratio.</p>
86+
preserve the object's aspect ratio.
87+
88+
<p>The following properties and values are &lsquo;<code
89+
class=property>at-risk</code>&rsquo;, which means they may be removed from
90+
this specification if they do not achieve two interoperable
91+
implementations in a reasonable amount of time:
92+
93+
<ol>
94+
<li>The element() function
95+
96+
<li>The object-fit and object-position properties
97+
</ol>
8798
<!-- ====================================================================== -->
8899

89100
<h2 class="no-num no-toc" id=status> Status of this document</h2>

css3-images/Overview.src.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ <h2 class="no-num no-toc" id="abstract">
5555
the replaced object's orientation, and whether and how to preserve
5656
the object's aspect ratio.</p>
5757

58+
<p>The following properties and values are 'at-risk', which means they may be removed from this specification if they do not achieve two interoperable implementations in a reasonable amount of time:</p>
59+
60+
<ol>
61+
<li>The element() function</li>
62+
63+
<li>The object-fit and object-position properties</li>
64+
</ol>
65+
5866
<!-- ====================================================================== -->
5967

6068
<h2 class="no-num no-toc" id="status">

0 commit comments

Comments
 (0)