Skip to content

Commit a353161

Browse files
authored
favor module links over spec links (mdn#40783)
* favor module links over spec links * uppercase
1 parent 5cfd038 commit a353161

File tree

1 file changed

+4
-4
lines changed
  • files/en-us/web/css/css_values_and_units/css_data_types

1 file changed

+4
-4
lines changed

files/en-us/web/css/css_values_and_units/css_data_types/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ These types include keywords and identifiers as well as strings, and URLs.
4545

4646
## Numeric data types
4747

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.
4949

5050
- {{cssxref("<integer>")}}
5151
- : 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
9090

9191
## Color
9292

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.
9494

9595
- {{cssxref("<color>")}}
9696
- : 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
101101

102102
## Images
103103

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.
105105

106106
- {{cssxref("<image>")}}
107107
- : 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_
144144

145145
- [CSS values and units](/en-US/docs/Web/CSS/CSS_Values_and_Units) module
146146
- [Learn: Values and units](/en-US/docs/Learn_web_development/Core/Styling_basics/Values_and_units)
147-
- [CSS Functional Notation](/en-US/docs/Web/CSS/CSS_Values_and_Units/CSS_Value_Functions)
147+
- [CSS functional notation](/en-US/docs/Web/CSS/CSS_Values_and_Units/CSS_Value_Functions)

0 commit comments

Comments
 (0)