Skip to content

Commit 2fe26d5

Browse files
committed
[css-images-4][editorial] Fix Bikeshed errors.
1 parent c573727 commit 2fe26d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-images-4/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
1111
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1212
Editor: Lea Verou, Invited Expert, http://lea.verou.me/about, w3cid 52258
1313
Abstract: This module contains the features of CSS level 4 relating to the <<image>> type and replaced elements.
14-
It includes and extends the functionality of CSS level 2 [[CSS21]] and in the previous level of this specification [[css3-images]].
14+
It includes and extends the functionality of CSS level 2 [[CSS2]] and in the previous level of this specification [[css3-images]].
1515
The main extensions compared to "CSS Images Module Level 3" [[css3-images]] are several additions to the <<image>> type, such as the ''image()'' notation, the ''element()'' notation, and conic gradients.
1616
1717
Issue Tracking: Tracker http://www.w3.org/Style/CSS/Tracker/products/27
@@ -74,7 +74,7 @@ Value Definitions {#values}
7474
<pre class="prod"><dfn>&lt;image></dfn> = <<url>> | <<image()>> | <<image-set()>> | <<cross-fade()>> | <<element()>> | <<gradient>></pre>
7575

7676
An <<image>> can be used in many CSS properties,
77-
including the 'background-image', 'list-style-image', 'cursor' properties [[!CSS21]]
77+
including the 'background-image', 'list-style-image', 'cursor' properties [[!CSS2]]
7878
(where it replaces the <<url>> component in the property's value).
7979

8080
In some cases an image is invalid,
@@ -333,7 +333,7 @@ Image Fallbacks and Annotations: the ''image()'' notation {#image-notation}
333333
A <<string>> used in ''image()'' represents a <<url>>.
334334
As usual for URLs in CSS,
335335
relative URLs are resolved to an absolute URL
336-
(as described in Values &amp; Units [[!css-values-3]])
336+
(as described in Values &amp; Units [[!CSS-VALUES-3]])
337337
when a specified ''image()'' value is computed.
338338

339339
If the image has an orientation specified in its metadata,
@@ -1266,7 +1266,7 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
12661266
<dd>
12671267
Determines the <dfn dfn export>gradient center</dfn> of the gradient.
12681268
The <<position>> value type (which is also used for 'background-position')
1269-
is defined in [[css-values-3]],
1269+
is defined in [[CSS-VALUES-3]],
12701270
and is resolved using the center-point as the object area
12711271
and the <a>gradient box</a> as the positioning area.
12721272
If this argument is omitted, it defaults to ''background-position/center''.

0 commit comments

Comments
 (0)