@@ -249,14 +249,10 @@ Background: The W3C Process and CSS</h3>
249
249
Introduces cascading variables as a new primitive value type that is accepted by all CSS properties,
250
250
and custom properties for defining them.
251
251
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 ]]
254
254
<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.
260
256
</dl>
261
257
262
258
<div class="note">
@@ -273,10 +269,13 @@ Background: The W3C Process and CSS</h3>
273
269
<dd>
274
270
Define mechanisms for transitioning the computed values of CSS properties over time.
275
271
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 ]]
278
274
<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.
280
279
281
280
<dt> <a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
282
281
[[CSS-TEXT-3]]
@@ -293,7 +292,6 @@ Background: The W3C Process and CSS</h3>
293
292
[[FILTER-EFFECTS-1]]
294
293
<dd>
295
294
Filter effects are a way of processing an element’s rendering before it is displayed in the document.
296
-
297
295
</dl>
298
296
299
297
</div>
0 commit comments