Skip to content

Commit 8922e75

Browse files
committed
[css-2018] Swap stability levels for Transforms and Grid per https://lists.w3.org/Archives/Public/www-style/2019Jan/0004.html
1 parent b02152f commit 8922e75

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

css-2018/Overview.bs

+9-11
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,10 @@ Background: The W3C Process and CSS</h3>
249249
Introduces cascading variables as a new primitive value type that is accepted by all CSS properties,
250250
and custom properties for defining them.
251251

252-
<dt><a href="https://www.w3.org/TR/css-grid-1/">CSS Grid Layout Module Level 1</a>
253-
[[!CSS-GRID-1]]
252+
<dt><a href="https://www.w3.org/TR/css3-transforms/">CSS Transforms Level 1</a>
253+
[[CSS3-TRANSFORMS]]
254254
<dd>
255-
Defines a two-dimensional grid-based layout system,
256-
optimized for user interface design.
257-
In the grid layout model, the children of a grid container
258-
can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid.
259-
255+
Introduces graphical transformations to CSS.
260256
</dl>
261257

262258
<div class="note">
@@ -273,10 +269,13 @@ Background: The W3C Process and CSS</h3>
273269
<dd>
274270
Define mechanisms for transitioning the computed values of CSS properties over time.
275271

276-
<dt><a href="https://www.w3.org/TR/css3-transforms/">CSS Transforms Level 1</a>
277-
[[CSS3-TRANSFORMS]]
272+
<dt><a href="https://www.w3.org/TR/css-grid-1/">CSS Grid Layout Module Level 1</a>
273+
[[!CSS-GRID-1]]
278274
<dd>
279-
Introduces graphical transformations to CSS.
275+
Defines a two-dimensional grid-based layout system,
276+
optimized for user interface design.
277+
In the grid layout model, the children of a grid container
278+
can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid.
280279

281280
<dt><a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
282281
[[CSS-TEXT-3]]
@@ -293,7 +292,6 @@ Background: The W3C Process and CSS</h3>
293292
[[FILTER-EFFECTS-1]]
294293
<dd>
295294
Filter effects are a way of processing an element’s rendering before it is displayed in the document.
296-
297295
</dl>
298296

299297
</div>

0 commit comments

Comments
 (0)