Skip to content

Commit 6f4a1ca

Browse files
committed
More link fixing
1 parent 43098cb commit 6f4a1ca

File tree

2 files changed

+55
-56
lines changed

2 files changed

+55
-56
lines changed

css3-images/Overview.html

+33-33
Original file line numberDiff line numberDiff line change
@@ -41,35 +41,21 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 March 2012</h2>
4141

4242
<dd><a
4343
href="http://www.w3.org/TR/2012/WD-css3-images-20120112/">http://www.w3.org/TR/2012/WD-css3-images-20120112/</a>
44-
45-
<dd><a
46-
href="http://www.w3.org/TR/2011/WD-css3-images-20111206/">http://www.w3.org/TR/2011/WD-css3-images-20111206/</a>
47-
48-
<dd><a
49-
href="http://www.w3.org/TR/2011/WD-css3-images-20110908/">http://www.w3.org/TR/2011/WD-css3-images-20110908/</a>
50-
51-
<dd><a
52-
href="http://www.w3.org/TR/2011/WD-css3-images-20110712/">http://www.w3.org/TR/2011/WD-css3-images-20110712/</a>
53-
54-
<dd><a
55-
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/">http://www.w3.org/TR/2011/WD-css3-images-20110217/</a>
56-
57-
<dd><a
58-
href="http://www.w3.org/TR/2009/WD-css3-images-20090723/">http://www.w3.org/TR/2009/WD-css3-images-20090723/</a>
44+
5945

6046
<dt>Disposition of Last Call Comments:
6147

6248
<dd><a
6349
href="http://dev.w3.org/csswg/css3-images/issues-lc-2012">http://dev.w3.org/csswg/css3-images/issues-lc-2012</a>
6450

6551

66-
<dt>Issues List:
52+
<dt>Issue Tracking:
6753

6854
<dd><a
6955
href="http://www.w3.org/Style/CSS/Tracker/products/27">http://www.w3.org/Style/CSS/Tracker/products/27</a>
7056

7157

72-
<dt>Discussion:
58+
<dt>Feedback:
7359

7460
<dd><a
7561
href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a>
@@ -326,8 +312,9 @@ <h2 id=intro><span class=secno>1. </span> Introduction</h2>
326312
&lsquo;<code class=property>background-image</code>&rsquo; property, could
327313
only be given by a single URL value. This module introduces additional
328314
ways of representing 2D images, for example as <a href="#image-notation">a
329-
list of URIs denoting fallbacks</a>, as <a href="#element-reference">a
330-
reference to an element</a>, or as <a href="#gradients">a gradient</a>.
315+
list of URIs denoting fallbacks</a>,
316+
<!-- as <a href="#element-reference">a reference to an element</a>, --> or
317+
as <a href="#gradients">a gradient</a>.
331318

332319
<p>This module also defines several properties for <a
333320
href="#image-processing">manipulating raster images</a> and for <a
@@ -427,8 +414,9 @@ <h2 id=image-values><span class=secno>3. </span> Image Values: the
427414

428415
<p>The &lsquo;<a href="#image-type"><code
429416
class=css>&lt;image></code></a>&rsquo; value type denotes a 2D image. It
430-
can be a <a href="#url">url reference</a>, <a href="#image-notation">image
431-
notation</a>, <a href="#element-reference">element reference</a>, or <a
417+
can be a <a href="#url-notation">url reference</a>, <a
418+
href="#image-notation">image notation</a>,
419+
<!-- <a href="#element-reference">element reference</a>, --> or <a
432420
href="#gradients">gradient notation</a>. Its syntax is:
433421

434422
<pre class=prod><dfn id=image-type>&lt;image></dfn> = <i>&lt;url></i> | <a
@@ -505,11 +493,11 @@ <h3 id=image-notation><span class=secno>3.2. </span> Image Fallbacks and
505493
<p>Each &lsquo;<code class=css>&lt;string></code>&rsquo; or &lsquo;<code
506494
class=css>&lt;url></code>&rsquo; inside &lsquo;<code
507495
class=css>image()</code>&rsquo; represents an image, just as if the <a
508-
href="#url">&lsquo;<code class=css>url()</code>&rsquo; notation</a> had
509-
been used. As usual for URLs in CSS, relative URLs are resolved to an
510-
absolute URL (as described in Values &amp; Units <a href="#CSS3VAL"
511-
rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>) when a specified
512-
&lsquo;<code class=css>image()</code>&rsquo; value is computed.
496+
href="#url-notation">&lsquo;<code class=css>url()</code>&rsquo;
497+
notation</a> had been used. As usual for URLs in CSS, relative URLs are
498+
resolved to an absolute URL (as described in Values &amp; Units <a
499+
href="#CSS3VAL" rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>) when a
500+
specified &lsquo;<code class=css>image()</code>&rsquo; value is computed.
513501

514502
<h4 id=image-fragments><span class=secno>3.2.1. </span> Image Fragments</h4>
515503

@@ -1277,7 +1265,7 @@ <h4 class=no-toc id=radial-color-stops><span class=secno>4.2.2. </span>
12771265
for rendering, color stops placed there can affect the color of
12781266
non-negative locations on the <a href="#gradient-ray"><i>gradient
12791267
ray</i></a> through interpolation or repetition (see <a
1280-
href="#repeating-gradient">repeating gradients</a>). For example,
1268+
href="#repeating-gradients">repeating gradients</a>). For example,
12811269
&lsquo;<code class=css>radial-gradient(red -50px, yellow
12821270
100px)</code>&rsquo; produces an elliptical gradient that starts with a
12831271
reddish-orange color in the center (specifically, #f50) and transitions to
@@ -1864,7 +1852,9 @@ <h3 id=object-sizing-examples><span class=secno>5.4. </span> Examples of
18641852
specification.
18651853

18661854
<dl>
1867-
<dt>&lsquo;<code class=property>background-image</code>&rsquo;
1855+
<dt><a
1856+
href="http://www.w3.org/TR/css3-background/#the-background-image">&lsquo;<code
1857+
class=property>background-image</code>&rsquo;</a>
18681858

18691859
<dd>The rules for calculating the <a
18701860
href="#concrete-object-size"><i>concrete object size</i></a> of a
@@ -1888,7 +1878,9 @@ <h3 id=object-sizing-examples><span class=secno>5.4. </span> Examples of
18881878
&lsquo;<code class=css>round</code>&rsquo; value. <a href="#CSS3BG"
18891879
rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a>
18901880

1891-
<dt>&lsquo;<code class=property>list-style-image</code>&rsquo;
1881+
<dt><a
1882+
href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image">&lsquo;<code
1883+
class=property>list-style-image</code>&rsquo;</a>
18921884

18931885
<dd>The rules for calculating the <a
18941886
href="#concrete-object-size"><i>concrete object size</i></a> of a
@@ -1899,7 +1891,9 @@ <h3 id=object-sizing-examples><span class=secno>5.4. </span> Examples of
18991891
size</i></a> and a <a href="#default-object-size"><i>default object
19001892
size</i></a> of 1em square.
19011893

1902-
<dt>&lsquo;<code class=property>border-image</code>&rsquo;
1894+
<dt><a
1895+
href="http://www.w3.org/TR/css3-background/#border-images">&lsquo;<code
1896+
class=property>border-image</code>&rsquo;</a>
19031897

19041898
<dd>Border images are sized twice: first the entire image is sized to
19051899
determine the slice points, then the slices are sized to decorate the
@@ -1923,7 +1917,9 @@ <h3 id=object-sizing-examples><span class=secno>5.4. </span> Examples of
19231917
additional rounding step. <a href="#CSS3BG"
19241918
rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a>
19251919

1926-
<dt>&lsquo;<code class=property>cursor</code>&rsquo;
1920+
<dt><a
1921+
href="http://www.w3.org/TR/CSS21/ui.html#cursor-props">&lsquo;<code
1922+
class=property>cursor</code>&rsquo;</a>
19271923

19281924
<dd>The rules for calculating the <a
19291925
href="#concrete-object-size"><i>concrete object size</i></a> of a cursor
@@ -1934,7 +1930,9 @@ <h3 id=object-sizing-examples><span class=secno>5.4. </span> Examples of
19341930
typical cursor on the UA's operating system. <a href="#CSS21"
19351931
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
19361932

1937-
<dt>&lsquo;<code class=property>content</code>&rsquo;
1933+
<dt><a
1934+
href="http://www.w3.org/TR/CSS21/generate.html#content">&lsquo;<code
1935+
class=property>content</code>&rsquo;</a>
19381936

19391937
<dd>Objects inserted via the CSS2.1 &lsquo;<code
19401938
class=property>content</code>&rsquo; property are anonymous <a
@@ -1945,7 +1943,9 @@ <h3 id=object-sizing-examples><span class=secno>5.4. </span> Examples of
19451943
class=property>width</code>&rsquo;, &lsquo;<code
19461944
class=property>height</code>&rsquo;, etc.) set to their initial values.
19471945

1948-
<dt>replaced elements
1946+
<dt><a
1947+
href="http://www.w3.org/TR/CSS21/conform.html#replaced-element">replaced
1948+
elements</a>
19491949

19501950
<dd><a href="http://www.w3.org/TR/CSS21/">CSS 2.1</a> defines the sizing
19511951
of replaced elements (including those inserted as <a

css3-images/Overview.src.html

+22-23
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,15 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
2525
<dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
2626

2727
<dt>Previous Version:</dt>
28-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-images-20120112/">http://www.w3.org/TR/2012/WD-css3-images-20120112/</a></dd>
29-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-images-20111206/">http://www.w3.org/TR/2011/WD-css3-images-20111206/</a></dd>
30-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-images-20110908/">http://www.w3.org/TR/2011/WD-css3-images-20110908/</a></dd>
31-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-images-20110712/">http://www.w3.org/TR/2011/WD-css3-images-20110712/</a></dd>
32-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/">http://www.w3.org/TR/2011/WD-css3-images-20110217/</a></dd>
33-
<dd><a href="http://www.w3.org/TR/2009/WD-css3-images-20090723/">http://www.w3.org/TR/2009/WD-css3-images-20090723/</a></dd>
28+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-images-20120112/">http://www.w3.org/TR/2012/WD-css3-images-20120112/</a>
3429

3530
<dt>Disposition of Last Call Comments:
3631
<dd><a href="http://dev.w3.org/csswg/css3-images/issues-lc-2012">http://dev.w3.org/csswg/css3-images/issues-lc-2012</a>
3732

38-
<dt>Issues List:</dt>
33+
<dt>Issue Tracking:</dt>
3934
<dd><a href="http://www.w3.org/Style/CSS/Tracker/products/27">http://www.w3.org/Style/CSS/Tracker/products/27</a>
4035

41-
<dt>Discussion:</dt>
36+
<dt>Feedback:</dt>
4237
<dd><a href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> with subject line &ldquo;<kbd>[[SHORTNAME]] <var>&hellip; message topic &hellip;</var></kbd>&rdquo;
4338

4439
<dt>Editors:</dt>
@@ -88,14 +83,16 @@ <h2 id="intro">
8883
<p>In CSS Levels 1 and 2, image values, such as those used in the
8984
'background-image' property, could only be given by a single URL
9085
value. This module introduces additional ways of representing 2D
91-
images, for example as <a href="#image-notation">a list of URIs denoting fallbacks</a>, as <a href="#element-reference">a
92-
reference to an element</a>, or as <a href="#gradients">a gradient</a>.</p>
86+
images, for example as <a href="#image-notation">a list of URIs denoting fallbacks</a>,
87+
<!-- as <a href="#element-reference">a reference to an element</a>, -->
88+
or as <a href="#gradients">a gradient</a>.</p>
9389

9490
<p>This module also defines several properties for <a href="#image-processing">manipulating
95-
raster images</a> and for <a href="#object-fit">sizing</a> or <a href="#object-position">positioning</a> replaced elements
91+
raster images</a> and for <a href="#object-fit">sizing</a> or
92+
<a href="#object-position">positioning</a> replaced elements
9693
such as images within the box determined by the CSS layout algorithms.
97-
It also defines in a generic way CSS's <a href="#sizing">sizing algorithm</a> for images
98-
and other replaced elements.
94+
It also defines in a generic way CSS's <a href="#sizing">sizing algorithm</a>
95+
for images and other replaced elements.
9996

10097
<h3 id="placement">
10198
Module Interactions</h3>
@@ -156,8 +153,10 @@ <h2 id="image-values">
156153
Image Values: the &lt;image> type</h2>
157154

158155
<p>The ''&lt;image>'' value type denotes a 2D image. It can be a
159-
<a href="#url">url reference</a>, <a href="#image-notation">image notation</a>,
160-
<a href="#element-reference">element reference</a>, or <a href="#gradients">gradient notation</a>.
156+
<a href="#url-notation">url reference</a>,
157+
<a href="#image-notation">image notation</a>,
158+
<!-- <a href="#element-reference">element reference</a>, -->
159+
or <a href="#gradients">gradient notation</a>.
161160
Its syntax is:</p>
162161

163162
<pre class="prod"><dfn id='image-type'>&lt;image></dfn> = <i>&lt;url></i> | <i>&lt;image-list></i> | <i>&lt;element-reference></i> | <i>&lt;gradient></i></pre>
@@ -205,7 +204,7 @@ <h3 id="image-notation">
205204
<pre class='prod'><dfn id='image-list-type'>&lt;image-list></dfn> = image( [ &lt;image-decl> , ]* [ &lt;image-decl> | &lt;color> ] )
206205
<dfn id='image-decl-type'>&lt;image-decl></dfn> = [ &lt;url> | &lt;string> | &lt;element-reference> ]</pre>
207206

208-
<p>Each ''&lt;string>'' or ''&lt;url>'' inside ''image()'' represents an image, just as if the <a href="#url">''url()'' notation</a> had been used. As usual for URLs in CSS, relative URLs are resolved to an absolute URL (as described in Values &amp; Units [[!CSS3VAL]]) when a specified ''image()'' value is computed.</p>
207+
<p>Each ''&lt;string>'' or ''&lt;url>'' inside ''image()'' represents an image, just as if the <a href="#url-notation">''url()'' notation</a> had been used. As usual for URLs in CSS, relative URLs are resolved to an absolute URL (as described in Values &amp; Units [[!CSS3VAL]]) when a specified ''image()'' value is computed.</p>
209208

210209
<h4 id="image-fragments">
211210
Image Fragments</h4>
@@ -797,7 +796,7 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
797796
<h4 class="no-toc" id="radial-color-stops">
798797
Placing Color Stops</h4>
799798

800-
<p>Color-stops are placed on a <dfn>gradient ray</dfn>, similar to the <i>gradient line</i> of linear gradients. The <i>gradient ray</i> is anchored at the center of the gradient and extends toward the right. The 0% location is at the start of the <i>gradient ray</i>, and the 100% location is on the point where the <i>gradient ray</i> intersects the <i>ending shape</i>. A color-stop can be placed at a negative location; though the negative region of the <i>gradient ray</i> is never directly consulted for rendering, color stops placed there can affect the color of non-negative locations on the <i>gradient ray</i> through interpolation or repetition (see <a href='#repeating-gradient'>repeating gradients</a>). For example, ''radial-gradient(red -50px, yellow 100px)'' produces an elliptical gradient that starts with a reddish-orange color in the center (specifically, #f50) and transitions to yellow. Locations greater than 100% simply specify a location a correspondingly greater distance from the center of the gradient.</p>
799+
<p>Color-stops are placed on a <dfn>gradient ray</dfn>, similar to the <i>gradient line</i> of linear gradients. The <i>gradient ray</i> is anchored at the center of the gradient and extends toward the right. The 0% location is at the start of the <i>gradient ray</i>, and the 100% location is on the point where the <i>gradient ray</i> intersects the <i>ending shape</i>. A color-stop can be placed at a negative location; though the negative region of the <i>gradient ray</i> is never directly consulted for rendering, color stops placed there can affect the color of non-negative locations on the <i>gradient ray</i> through interpolation or repetition (see <a href='#repeating-gradients'>repeating gradients</a>). For example, ''radial-gradient(red -50px, yellow 100px)'' produces an elliptical gradient that starts with a reddish-orange color in the center (specifically, #f50) and transitions to yellow. Locations greater than 100% simply specify a location a correspondingly greater distance from the center of the gradient.</p>
801800

802801
<p>The color of the gradient at any point is determined by first finding the unique ellipse passing through that point with the same center, orientation, and ratio between major and minor axises as the ending-shape. The point's color is then the color of the <i>gradient ray</i> at the location where this ellipse intersects it.</p>
803802

@@ -1189,36 +1188,36 @@ <h3 id='object-sizing-examples'>
11891188
sizing algorithms correspond to concepts defined in this specification.
11901189

11911190
<dl>
1192-
<dt>'background-image'</dt>
1191+
<dt><a href="http://www.w3.org/TR/css3-background/#the-background-image">'background-image'</a></dt>
11931192
<dd>The rules for calculating the <i>concrete object size</i> of a background
11941193
are defined in <a href="http://www.w3.org/TR/CSS21/colors.html#background-properties">CSS2.1§14.2.1</a> and
11951194
<a href="http://www.w3.org/TR/css3-background/#the-background-size">CSS3BG§3.9</a>. CSS2.1 uses the <i>default sizing algorithm</i> with no <i>specified size</i> and the <i>background positioning area</i> as the <i>default object size</i>. [[!CSS21]] In CSS3, 'background-size' property can give a sizing constraint, invoking either the <i>default sizing algorithm</i> or one of the <i title="contain constraint">contain</i> or <i title="cover constraint">cover</i> constraints. The concrete object size is further adjusted in later steps if 'background-repeat' has a ''round'' value. [[CSS3BG]]
11961195
</dd>
11971196

1198-
<dt>'list-style-image'</dt>
1197+
<dt><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image">'list-style-image'</a></dt>
11991198
<dd>The rules for calculating the <i>concrete object size</i> of a list-style
12001199
image are defined in
12011200
<a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image">CSS2.1§12.5.1</a>.
12021201
They use the <i>default sizing algorithm</i> with no <i>specified size</i> and a <i>default object size</i> of 1em square.</dd>
12031202

1204-
<dt>'border-image'</dt>
1203+
<dt><a href="http://www.w3.org/TR/css3-background/#border-images">'border-image'</dt>
12051204
<dd>Border images are sized twice: first the entire image is sized to determine the slice points, then the slices are sized to decorate the border.
12061205
The first sizing operation is defined in <a href="http://www.w3.org/TR/css3-background/#the-border-image-slice">CSS3BG§6.2</a> and uses the <i>default sizing algorithm</i> with no <i>specified size</i>, and the <a href="http://www.w3.org/TR/css3-background/#border-image-area">border image area</a> as the <i>default object size</i>.
12071206
The second operation is defined in <a href="http://www.w3.org/TR/css3-background/#border-image-process">CSS3BG§6.2</a>: the <i>default sizing algorithm</i> is used to determine an initial size for each slice with the corresponding <i>border image area</i> part as the default object size. By default the <i>specified size</i> matches this <i>default object size</i>; however the 'border-image-repeat' property can drop the specified size in one or more directions and may also apply an additional rounding step. [[CSS3BG]]</p>
12081207
</dd>
12091208

1210-
<dt>'cursor'</dt>
1209+
<dt><a href="http://www.w3.org/TR/CSS21/ui.html#cursor-props">'cursor'</a></dt>
12111210
<dd>The rules for calculating the <i>concrete object size</i> of a cursor are defined in
12121211
<a href="http://www.w3.org/TR/CSS21/ui.html#cursor-props">CSS2.1 § 18.1: Cursors</a>. The <i>default object size</i> is a UA-defined size that should be based on the size of a typical cursor on the UA's operating system. [[!CSS21]]</dd>
12131212

1214-
<dt>'content'</dt>
1213+
<dt><a href="http://www.w3.org/TR/CSS21/generate.html#content">'content'</a></dt>
12151214
<dd>Objects inserted via the CSS2.1 'content' property are anonymous
12161215
<a href="http://www.w3.org/TR/CSS21/conform.html#replaced-element">replaced
12171216
elements</a>, and are sized the same way. [[!CSS21]] Note that such
12181217
anonymous elements have all their non-inherited properties (including
12191218
'width', 'height', etc.) set to their initial values.
12201219

1221-
<dt>replaced elements</dt>
1220+
<dt><a href="http://www.w3.org/TR/CSS21/conform.html#replaced-element">replaced elements</a></dt>
12221221
<dd><a href="http://www.w3.org/TR/CSS21/">CSS 2.1</a> defines the sizing of replaced elements (including those inserted as <a href="http://www.w3.org/TR/CSS21/generate.html#content">generated content</a> via 'content') in sections <a href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width">10.3.2</a>, <a href="http://www.w3.org/TR/CSS2/visudet.html#min-max-widths">10.4</a>, <a href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height">10.6.2</a>, and <a href="http://www.w3.org/TR/CSS2/visudet.html#min-max-heights">10.7</a>. [[!CSS21]] The 'object-fit' property defined below defines how the <i>concrete object size</i> corresponds to the element's used width and height; by default they coincide.</dd>
12231222
</dl>
12241223
</div>

0 commit comments

Comments
 (0)