Skip to content

Commit b0d4790

Browse files
committed
[css-2015] Put TTA and Flexbox into a note, specifying that they're widely deployed but not really snapshot-stable yet.
1 parent 4800d05 commit b0d4790

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

css-2015/Overview.bs

+21-21
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,6 @@ Background: The W3C Process and CSS</h3>
166166
<dd>
167167
Replaces CSS2&sect;1.4.3 and CSS2&sect;6
168168

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-
177169
<dt><a href="http://www.w3.org/TR/css3-values/">CSS Values and Units Level 3</a>
178170
<dd>
179171
Replaces CSS2&sect;1.4.2.1, CSS2&sect;4.3, and CSS2&sect;A.2.1&ndash;3,
@@ -209,23 +201,12 @@ Background: The W3C Process and CSS</h3>
209201
<dd>
210202
Introduces multi-column flows to CSS layout.
211203

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?
217204

218205
<dt><a href="http://www.w3.org/TR/css3-ui/">CSS User Interface Module Level 3</a>
219206
<dd>
220207
Replaces CSS2&sect;18.1 and CSS2&sect;18.4,
221208
defining 'cursor', 'outline', and several new CSS features that also enhance the user interface.
222209

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-
229210
<dt><a href="http://www.w3.org/TR/compositing-1/">CSS Compositing and Blending Level 1</a>
230211
<dd>
231212
Defines the compositing and blending of overlaid content
@@ -234,6 +215,27 @@ Background: The W3C Process and CSS</h3>
234215

235216
Issue: Add will-change once it's pushed to CR
236217

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+
237239
<div class="note">
238240
The following modules have completed design work,
239241
and are fairly stable,
@@ -270,8 +272,6 @@ Background: The W3C Process and CSS</h3>
270272
We hope to incorporate them into a future snapshot.
271273
</div>
272274

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-
275275
Advisement:
276276
A list of all CSS modules, stable and in-progress,
277277
and their statuses

0 commit comments

Comments
 (0)