You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/web/css/css_values_and_units/css_data_types/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ These types include keywords and identifiers as well as strings, and URLs.
45
45
46
46
## Numeric data types
47
47
48
-
These data types are used to indicate quantities, indexes, and positions. The majority of these are defined in the Values and Units specification, however additional types are described in other specifications where they are specific to that specification alone — for example the `fr` unit in [CSS grid layout](https://drafts.csswg.org/css-grid-1/#fr-unit).
48
+
These data types are used to indicate quantities, indexes, and positions. The majority of these are defined in the CSS values and units module, however additional types are described in other modules where they are specific to that specification alone — for example the `fr` unit in the [CSS grid layout](/en-US/docs/Web/CSS/CSS_grid_layout) module.
49
49
50
50
- {{cssxref("<integer>")}}
51
51
- : One or more decimal units 0 through 9.
@@ -90,7 +90,7 @@ Some CSS properties can take a dimension or a percentage value. In this case the
90
90
91
91
## Color
92
92
93
-
[The CSS Color Specification](https://drafts.csswg.org/css-color-4/) defines the {{cssxref("<color>")}} data type, and other types which relate to color in CSS.
93
+
The [CSS color](/en-US/docs/Web/CSS/CSS_color) module defines the {{cssxref("<color>")}} data type, and other types which relate to color in CSS.
94
94
95
95
- {{cssxref("<color>")}}
96
96
- : Specified as a keyword or a numerical color value.
@@ -101,7 +101,7 @@ Some CSS properties can take a dimension or a percentage value. In this case the
101
101
102
102
## Images
103
103
104
-
[The CSS Images Specification](https://drafts.csswg.org/css-images-3/) defines the data types which deal with images, including gradients.
104
+
The [CSS images](/en-US/docs/Web/CSS/CSS_images) module defines the data types which deal with images, including gradients.
105
105
106
106
- {{cssxref("<image>")}}
107
107
- : A URL reference to an image or a color gradient.
@@ -144,4 +144,4 @@ These data types are used in [CSS math function](/en-US/docs/Web/CSS/CSS_Values_
144
144
145
145
-[CSS values and units](/en-US/docs/Web/CSS/CSS_Values_and_Units) module
146
146
-[Learn: Values and units](/en-US/docs/Learn_web_development/Core/Styling_basics/Values_and_units)
0 commit comments