Skip to content

Commit 77397f9

Browse files
committed
Add cycle() and attr() to at-risk list.
1 parent ff98291 commit 77397f9

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

css3-values/Overview.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,13 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
128128
represents the intention of the CSS WG better than this draft (other than
129129
on values and units that are new to CSS3).
130130

131-
<p>The following units are at-risk and may be dropped during the CR period:
132-
&lsquo;<a href="#vh-unit"><code class=css>vh</code></a>&rsquo;, &lsquo;<a
133-
href="#vw-unit"><code class=css>vw</code></a>&rsquo;, &lsquo;<a
131+
<p>The following features are at-risk and may be dropped during the CR
132+
period: &lsquo;<a href="#vh-unit"><code class=css>vh</code></a>&rsquo;,
133+
&lsquo;<a href="#vw-unit"><code class=css>vw</code></a>&rsquo;, &lsquo;<a
134134
href="#vm-unit"><code class=css>vm</code></a>&rsquo;, &lsquo;<a
135135
href="#fr-unit"><code class=css>fr</code></a>&rsquo;, &lsquo;<a
136-
href="#gr-unit"><code class=css>gr</code></a>&rsquo;.
136+
href="#gr-unit"><code class=css>gr</code></a>&rsquo;, &lsquo;<code
137+
class=css>cycle()</code>&rsquo;.
137138

138139
<h2 class="no-num no-toc" id=contents>Table of contents</h2>
139140
<!--begin-toc-->

css3-values/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ <h2 class="no-num no-toc" id="status">Status of this document</h2>
7676
than this draft (other than on values and units that are new to
7777
CSS3).
7878

79-
<p>The following units are at-risk and may be dropped during the
80-
CR period: ''vh'', ''vw'', ''vm'', ''fr'', ''gr''.
79+
<p>The following features are at-risk and may be dropped during the
80+
CR period: ''vh'', ''vw'', ''vm'', ''fr'', ''gr'', ''cycle()'', ''attr()''.
8181

8282
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
8383

0 commit comments

Comments
 (0)