@@ -84,7 +84,7 @@ Image References and Image Slices: the <<url>> type and ''url()'' notation {#url
84
84
------------------------------------------------------------------------------------------
85
85
86
86
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 ]] .
88
88
89
89
<div class="example">
90
90
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}
126
126
A <<string>> used in ''image()'' represents a <<url>> .
127
127
As usual for URLs in CSS,
128
128
relative URLs are resolved to an absolute URL
129
- (as described in Values & Units [[!CSS3VAL ]] )
129
+ (as described in Values & Units [[!css-values-3 ]] )
130
130
when a specified ''image()'' value is computed.
131
131
132
132
If the image has an orientation specified in its metadata,
@@ -684,7 +684,7 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
684
684
Determines the <dfn dfn>gradient center</dfn> of the gradient.
685
685
The <<position>> value type
686
686
(which is also used for 'background-position' )
687
- is defined in [[!CSS3VAL ]] ,
687
+ is defined in [[!css-values-3 ]] ,
688
688
and is resolved using the center-point as the object area
689
689
and the <a>gradient box</a> as the positioning area.
690
690
If this argument is omitted,
@@ -1567,7 +1567,7 @@ Positioning Objects: the 'object-position' property {#the-object-position}
1567
1567
The 'object-position' property determines the alignment of the replaced element inside its box.
1568
1568
The <<position>> value type
1569
1569
(which is also used for 'background-position' )
1570
- is defined in [[!CSS3VAL ]] ,
1570
+ is defined in [[!css-values-3 ]] ,
1571
1571
and is resolved using the <a>concrete object size</a> as the object area
1572
1572
and the content box as the positioning area.
1573
1573
0 commit comments