Skip to content

Commit fe6fb93

Browse files
committed
[css-images] Use a consistent biblio term.
1 parent b9dcd1e commit fe6fb93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-images/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Image References and Image Slices: the <<url>> type and ''url()'' notation {#url
8484
------------------------------------------------------------------------------------------
8585

8686
The simplest way to indicate an image is to reference an image file by URL.
87-
This can be done with the ''url()'' notation, defined in [[css3val]].
87+
This can be done with the ''url()'' notation, defined in [[css-values-3]].
8888

8989
<div class="example">
9090
In the example below, a background image is specified with ''url()''syntax:
@@ -126,7 +126,7 @@ Image Fallbacks and Annotations: the ''image()'' notation {#image-notation}
126126
A <<string>> used in ''image()'' represents a <<url>>.
127127
As usual for URLs in CSS,
128128
relative URLs are resolved to an absolute URL
129-
(as described in Values &amp; Units [[!CSS3VAL]])
129+
(as described in Values &amp; Units [[!css-values-3]])
130130
when a specified ''image()'' value is computed.
131131

132132
If the image has an orientation specified in its metadata,
@@ -684,7 +684,7 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
684684
Determines the <dfn dfn>gradient center</dfn> of the gradient.
685685
The <<position>> value type
686686
(which is also used for 'background-position')
687-
is defined in [[!CSS3VAL]],
687+
is defined in [[!css-values-3]],
688688
and is resolved using the center-point as the object area
689689
and the <a>gradient box</a> as the positioning area.
690690
If this argument is omitted,
@@ -1567,7 +1567,7 @@ Positioning Objects: the 'object-position' property {#the-object-position}
15671567
The 'object-position' property determines the alignment of the replaced element inside its box.
15681568
The <<position>> value type
15691569
(which is also used for 'background-position')
1570-
is defined in [[!CSS3VAL]],
1570+
is defined in [[!css-values-3]],
15711571
and is resolved using the <a>concrete object size</a> as the object area
15721572
and the content box as the positioning area.
15731573

0 commit comments

Comments
 (0)