@@ -166,14 +166,6 @@ Background: The W3C Process and CSS</h3>
166
166
<dd>
167
167
Replaces CSS2§1.4.3 and CSS2§6
168
168
169
- <dt> <a href="http://www.w3.org/TR/css3-transitions/">CSS Transitions Level 1</a>
170
- and <a href="http://www.w3.org/TR/css3-animations/">CSS Animations Level 1</a>
171
- <dd>
172
- Define mechanisms for transitioning the computed values of CSS properties over time.
173
-
174
- ISSUE: IIRC, these specs have some fairly significant out-of-dateness atm...
175
- Should they move to the note below? Or a different note?
176
-
177
169
<dt> <a href="http://www.w3.org/TR/css3-values/">CSS Values and Units Level 3</a>
178
170
<dd>
179
171
Replaces CSS2§1.4.2.1, CSS2§4.3, and CSS2§A.2.1–3,
@@ -209,23 +201,12 @@ Background: The W3C Process and CSS</h3>
209
201
<dd>
210
202
Introduces multi-column flows to CSS layout.
211
203
212
- <dt> <a href="http://www.w3.org/TR/css-flexbox-1/">CSS Flexible Box Module Level 1</a>
213
- <dd>
214
- Introduces a flexible linear layout model for CSS.
215
-
216
- ISSUE: This spec isn't very stable yet... (We all wish it was though.) Should it move to the note below?
217
204
218
205
<dt> <a href="http://www.w3.org/TR/css3-ui/">CSS User Interface Module Level 3</a>
219
206
<dd>
220
207
Replaces CSS2§18.1 and CSS2§18.4,
221
208
defining 'cursor' , 'outline' , and several new CSS features that also enhance the user interface.
222
209
223
- <dt> <a href="http://www.w3.org/TR/css3-transforms/">CSS Transforms Level 1</a>
224
- <dd>
225
- Introduces graphical transformations to CSS.
226
-
227
- ISSUE: Is this thing actually up-to-date and referenceable?
228
-
229
210
<dt> <a href="http://www.w3.org/TR/compositing-1/">CSS Compositing and Blending Level 1</a>
230
211
<dd>
231
212
Defines the compositing and blending of overlaid content
@@ -234,6 +215,27 @@ Background: The W3C Process and CSS</h3>
234
215
235
216
Issue: Add will-change once it's pushed to CR
236
217
218
+ <div class="note">
219
+ The following modules are widely deployed with <a>rough interoperability</a> ,
220
+ but the details are not fully worked out
221
+ and they need more testing and bugfixing.
222
+
223
+ <dl>
224
+ <dt> <a href="http://www.w3.org/TR/css3-transitions/">CSS Transitions Level 1</a>
225
+ and <a href="http://www.w3.org/TR/css3-animations/">CSS Animations Level 1</a>
226
+ <dd>
227
+ Define mechanisms for transitioning the computed values of CSS properties over time.
228
+
229
+ <dt> <a href="http://www.w3.org/TR/css-flexbox-1/">CSS Flexible Box Module Level 1</a>
230
+ <dd>
231
+ Introduces a flexible linear layout model for CSS.
232
+
233
+ <dt> <a href="http://www.w3.org/TR/css3-transforms/">CSS Transforms Level 1</a>
234
+ <dd>
235
+ Introduces graphical transformations to CSS.
236
+ </dl>
237
+ </div>
238
+
237
239
<div class="note">
238
240
The following modules have completed design work,
239
241
and are fairly stable,
@@ -270,8 +272,6 @@ Background: The W3C Process and CSS</h3>
270
272
We hope to incorporate them into a future snapshot.
271
273
</div>
272
274
273
- ISSUE: Should we have a section for "These specifications are widely implemented, but their specifications are out-of-sync with reality" for Transitions/Transforms/Animations/Flexbox?
274
-
275
275
Advisement:
276
276
A list of all CSS modules, stable and in-progress,
277
277
and their statuses
0 commit comments