Skip to content

Commit 51a329a

Browse files
committed
[css-2020] Reorder rough-interop and stable-limited sections by spec stability
1 parent ce8bc08 commit 51a329a

1 file changed

Lines changed: 41 additions & 41 deletions

File tree

css-2020/Overview.bs

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -287,47 +287,6 @@ Classification of CSS Specifications</h2>
287287
or to cause the animation to move in discrete steps producing robot-like movement.
288288
</dl>
289289

290-
<h3 id=rough-interop>
291-
Modules with Rough Interoperability</h3>
292-
293-
The following modules are widely deployed with <a>rough interoperability</a>,
294-
but the details are not fully worked out or sufficiently well-specified
295-
and they need more testing and bugfixing.
296-
We hope to incorporate them into the [[#css|official definition of CSS]] in a future snapshot.
297-
298-
<dl>
299-
<dt><a href="https://www.w3.org/TR/css3-transitions/">CSS Transitions Level 1</a>
300-
[[CSS3-TRANSITIONS]]
301-
and <a href="https://www.w3.org/TR/css3-animations/">CSS Animations Level 1</a>
302-
[[CSS3-ANIMATIONS]].
303-
<dd>
304-
Define mechanisms for transitioning the computed values of CSS properties over time.
305-
306-
<dt><a href="https://www.w3.org/TR/css-grid-1/">CSS Grid Layout Module Level 1</a>
307-
[[!CSS-GRID-1]]
308-
<dd>
309-
Defines a two-dimensional grid-based layout system,
310-
optimized for user interface design.
311-
In the grid layout model, the children of a grid container
312-
can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid.
313-
314-
<dt><a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
315-
[[CSS-TEXT-3]]
316-
<dd>
317-
Defines properties for text manipulation and specifies their processing model.
318-
It covers line breaking, justification and alignment, white space handling, and text transformation.
319-
320-
<dt><a href="https://www.w3.org/TR/css-will-change-1/">CSS Will Change Level 1</a>
321-
[[CSS-WILL-CHANGE-1]]
322-
<dd>
323-
Introduces a performance hint property called 'will-change'.
324-
325-
<dt><a href="https://www.w3.org/TR/filter-effects-1/">Filter Effects Module Level 1</a>
326-
[[FILTER-EFFECTS-1]]
327-
<dd>
328-
Filter effects are a way of processing an element’s rendering before it is displayed in the document.
329-
</dl>
330-
331290
<h3 id=fairly-stable>
332291
Fairly Stable Modules with limited implementation experience</h3>
333292

@@ -410,6 +369,47 @@ Fairly Stable Modules with limited implementation experience</h3>
410369
Describes events and interfaces used for dynamically loading font resources.
411370
</dl>
412371

372+
<h3 id=rough-interop>
373+
Modules with Rough Interoperability</h3>
374+
375+
The following modules are widely deployed with <a>rough interoperability</a>,
376+
but the details are not fully worked out or sufficiently well-specified
377+
and they need more testing and bugfixing.
378+
We hope to incorporate them into the [[#css|official definition of CSS]] in a future snapshot.
379+
380+
<dl>
381+
<dt><a href="https://www.w3.org/TR/css3-transitions/">CSS Transitions Level 1</a>
382+
[[CSS3-TRANSITIONS]]
383+
and <a href="https://www.w3.org/TR/css3-animations/">CSS Animations Level 1</a>
384+
[[CSS3-ANIMATIONS]].
385+
<dd>
386+
Define mechanisms for transitioning the computed values of CSS properties over time.
387+
388+
<dt><a href="https://www.w3.org/TR/css-grid-1/">CSS Grid Layout Module Level 1</a>
389+
[[!CSS-GRID-1]]
390+
<dd>
391+
Defines a two-dimensional grid-based layout system,
392+
optimized for user interface design.
393+
In the grid layout model, the children of a grid container
394+
can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid.
395+
396+
<dt><a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
397+
[[CSS-TEXT-3]]
398+
<dd>
399+
Defines properties for text manipulation and specifies their processing model.
400+
It covers line breaking, justification and alignment, white space handling, and text transformation.
401+
402+
<dt><a href="https://www.w3.org/TR/css-will-change-1/">CSS Will Change Level 1</a>
403+
[[CSS-WILL-CHANGE-1]]
404+
<dd>
405+
Introduces a performance hint property called 'will-change'.
406+
407+
<dt><a href="https://www.w3.org/TR/filter-effects-1/">Filter Effects Module Level 1</a>
408+
[[FILTER-EFFECTS-1]]
409+
<dd>
410+
Filter effects are a way of processing an element’s rendering before it is displayed in the document.
411+
</dl>
412+
413413
<h3 id="css-levels">
414414
CSS Levels</h3>
415415

0 commit comments

Comments
 (0)