More link fixing

Wed, 28 Mar 2012 22:48:38 -0700

author
fantasai <fantasai.cvs@inkedblade.net>
date
Wed, 28 Mar 2012 22:48:38 -0700
changeset 5305
02337495520a
parent 5304
b531bcdc39f7
child 5306
31ef2e907546

More link fixing

css3-images/Overview.html file | annotate | diff | comparison | revisions
css3-images/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-images/Overview.html	Wed Mar 28 22:14:48 2012 -0700
     1.2 +++ b/css3-images/Overview.html	Wed Mar 28 22:48:38 2012 -0700
     1.3 @@ -41,21 +41,7 @@
     1.4  
     1.5      <dd><a
     1.6       href="http://www.w3.org/TR/2012/WD-css3-images-20120112/">http://www.w3.org/TR/2012/WD-css3-images-20120112/</a>
     1.7 -
     1.8 -    <dd><a
     1.9 -     href="http://www.w3.org/TR/2011/WD-css3-images-20111206/">http://www.w3.org/TR/2011/WD-css3-images-20111206/</a>
    1.10 -
    1.11 -    <dd><a
    1.12 -     href="http://www.w3.org/TR/2011/WD-css3-images-20110908/">http://www.w3.org/TR/2011/WD-css3-images-20110908/</a>
    1.13 -
    1.14 -    <dd><a
    1.15 -     href="http://www.w3.org/TR/2011/WD-css3-images-20110712/">http://www.w3.org/TR/2011/WD-css3-images-20110712/</a>
    1.16 -
    1.17 -    <dd><a
    1.18 -     href="http://www.w3.org/TR/2011/WD-css3-images-20110217/">http://www.w3.org/TR/2011/WD-css3-images-20110217/</a>
    1.19 -
    1.20 -    <dd><a
    1.21 -     href="http://www.w3.org/TR/2009/WD-css3-images-20090723/">http://www.w3.org/TR/2009/WD-css3-images-20090723/</a>
    1.22 +     
    1.23  
    1.24      <dt>Disposition of Last Call Comments:
    1.25  
    1.26 @@ -63,13 +49,13 @@
    1.27       href="http://dev.w3.org/csswg/css3-images/issues-lc-2012">http://dev.w3.org/csswg/css3-images/issues-lc-2012</a>
    1.28       
    1.29  
    1.30 -    <dt>Issues List:
    1.31 +    <dt>Issue Tracking:
    1.32  
    1.33      <dd><a
    1.34       href="http://www.w3.org/Style/CSS/Tracker/products/27">http://www.w3.org/Style/CSS/Tracker/products/27</a>
    1.35       
    1.36  
    1.37 -    <dt>Discussion:
    1.38 +    <dt>Feedback:
    1.39  
    1.40      <dd><a
    1.41       href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a>
    1.42 @@ -326,8 +312,9 @@
    1.43     &lsquo;<code class=property>background-image</code>&rsquo; property, could
    1.44     only be given by a single URL value. This module introduces additional
    1.45     ways of representing 2D images, for example as <a href="#image-notation">a
    1.46 -   list of URIs denoting fallbacks</a>, as <a href="#element-reference">a
    1.47 -   reference to an element</a>, or as <a href="#gradients">a gradient</a>.
    1.48 +   list of URIs denoting fallbacks</a>,
    1.49 +   <!-- as <a href="#element-reference">a reference to an element</a>, --> or
    1.50 +   as <a href="#gradients">a gradient</a>.
    1.51  
    1.52    <p>This module also defines several properties for <a
    1.53     href="#image-processing">manipulating raster images</a> and for <a
    1.54 @@ -427,8 +414,9 @@
    1.55  
    1.56    <p>The &lsquo;<a href="#image-type"><code
    1.57     class=css>&lt;image></code></a>&rsquo; value type denotes a 2D image. It
    1.58 -   can be a <a href="#url">url reference</a>, <a href="#image-notation">image
    1.59 -   notation</a>, <a href="#element-reference">element reference</a>, or <a
    1.60 +   can be a <a href="#url-notation">url reference</a>, <a
    1.61 +   href="#image-notation">image notation</a>,
    1.62 +   <!-- <a href="#element-reference">element reference</a>, --> or <a
    1.63     href="#gradients">gradient notation</a>. Its syntax is:
    1.64  
    1.65    <pre class=prod><dfn id=image-type>&lt;image></dfn> = <i>&lt;url></i> | <a
    1.66 @@ -505,11 +493,11 @@
    1.67    <p>Each &lsquo;<code class=css>&lt;string></code>&rsquo; or &lsquo;<code
    1.68     class=css>&lt;url></code>&rsquo; inside &lsquo;<code
    1.69     class=css>image()</code>&rsquo; represents an image, just as if the <a
    1.70 -   href="#url">&lsquo;<code class=css>url()</code>&rsquo; notation</a> had
    1.71 -   been used. As usual for URLs in CSS, relative URLs are resolved to an
    1.72 -   absolute URL (as described in Values &amp; Units <a href="#CSS3VAL"
    1.73 -   rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>) when a specified
    1.74 -   &lsquo;<code class=css>image()</code>&rsquo; value is computed.
    1.75 +   href="#url-notation">&lsquo;<code class=css>url()</code>&rsquo;
    1.76 +   notation</a> had been used. As usual for URLs in CSS, relative URLs are
    1.77 +   resolved to an absolute URL (as described in Values &amp; Units <a
    1.78 +   href="#CSS3VAL" rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>) when a
    1.79 +   specified &lsquo;<code class=css>image()</code>&rsquo; value is computed.
    1.80  
    1.81    <h4 id=image-fragments><span class=secno>3.2.1. </span> Image Fragments</h4>
    1.82  
    1.83 @@ -1277,7 +1265,7 @@
    1.84     for rendering, color stops placed there can affect the color of
    1.85     non-negative locations on the <a href="#gradient-ray"><i>gradient
    1.86     ray</i></a> through interpolation or repetition (see <a
    1.87 -   href="#repeating-gradient">repeating gradients</a>). For example,
    1.88 +   href="#repeating-gradients">repeating gradients</a>). For example,
    1.89     &lsquo;<code class=css>radial-gradient(red -50px, yellow
    1.90     100px)</code>&rsquo; produces an elliptical gradient that starts with a
    1.91     reddish-orange color in the center (specifically, #f50) and transitions to
    1.92 @@ -1864,7 +1852,9 @@
    1.93      specification.
    1.94  
    1.95     <dl>
    1.96 -    <dt>&lsquo;<code class=property>background-image</code>&rsquo;
    1.97 +    <dt><a
    1.98 +     href="http://www.w3.org/TR/css3-background/#the-background-image">&lsquo;<code
    1.99 +     class=property>background-image</code>&rsquo;</a>
   1.100  
   1.101      <dd>The rules for calculating the <a
   1.102       href="#concrete-object-size"><i>concrete object size</i></a> of a
   1.103 @@ -1888,7 +1878,9 @@
   1.104       &lsquo;<code class=css>round</code>&rsquo; value. <a href="#CSS3BG"
   1.105       rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a>
   1.106  
   1.107 -    <dt>&lsquo;<code class=property>list-style-image</code>&rsquo;
   1.108 +    <dt><a
   1.109 +     href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image">&lsquo;<code
   1.110 +     class=property>list-style-image</code>&rsquo;</a>
   1.111  
   1.112      <dd>The rules for calculating the <a
   1.113       href="#concrete-object-size"><i>concrete object size</i></a> of a
   1.114 @@ -1899,7 +1891,9 @@
   1.115       size</i></a> and a <a href="#default-object-size"><i>default object
   1.116       size</i></a> of 1em square.
   1.117  
   1.118 -    <dt>&lsquo;<code class=property>border-image</code>&rsquo;
   1.119 +    <dt><a
   1.120 +     href="http://www.w3.org/TR/css3-background/#border-images">&lsquo;<code
   1.121 +     class=property>border-image</code>&rsquo;</a>
   1.122  
   1.123      <dd>Border images are sized twice: first the entire image is sized to
   1.124       determine the slice points, then the slices are sized to decorate the
   1.125 @@ -1923,7 +1917,9 @@
   1.126       additional rounding step. <a href="#CSS3BG"
   1.127       rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a>
   1.128  
   1.129 -    <dt>&lsquo;<code class=property>cursor</code>&rsquo;
   1.130 +    <dt><a
   1.131 +     href="http://www.w3.org/TR/CSS21/ui.html#cursor-props">&lsquo;<code
   1.132 +     class=property>cursor</code>&rsquo;</a>
   1.133  
   1.134      <dd>The rules for calculating the <a
   1.135       href="#concrete-object-size"><i>concrete object size</i></a> of a cursor
   1.136 @@ -1934,7 +1930,9 @@
   1.137       typical cursor on the UA's operating system. <a href="#CSS21"
   1.138       rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
   1.139  
   1.140 -    <dt>&lsquo;<code class=property>content</code>&rsquo;
   1.141 +    <dt><a
   1.142 +     href="http://www.w3.org/TR/CSS21/generate.html#content">&lsquo;<code
   1.143 +     class=property>content</code>&rsquo;</a>
   1.144  
   1.145      <dd>Objects inserted via the CSS2.1 &lsquo;<code
   1.146       class=property>content</code>&rsquo; property are anonymous <a
   1.147 @@ -1945,7 +1943,9 @@
   1.148       class=property>width</code>&rsquo;, &lsquo;<code
   1.149       class=property>height</code>&rsquo;, etc.) set to their initial values.
   1.150  
   1.151 -    <dt>replaced elements
   1.152 +    <dt><a
   1.153 +     href="http://www.w3.org/TR/CSS21/conform.html#replaced-element">replaced
   1.154 +     elements</a>
   1.155  
   1.156      <dd><a href="http://www.w3.org/TR/CSS21/">CSS 2.1</a> defines the sizing
   1.157       of replaced elements (including those inserted as <a
     2.1 --- a/css3-images/Overview.src.html	Wed Mar 28 22:14:48 2012 -0700
     2.2 +++ b/css3-images/Overview.src.html	Wed Mar 28 22:48:38 2012 -0700
     2.3 @@ -25,20 +25,15 @@
     2.4  		<dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
     2.5  
     2.6  		<dt>Previous Version:</dt>
     2.7 -		<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>
     2.8 -		<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>
     2.9 -		<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>
    2.10 -		<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>
    2.11 -		<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>
    2.12 -		<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>
    2.13 +		<dd><a href="http://www.w3.org/TR/2012/WD-css3-images-20120112/">http://www.w3.org/TR/2012/WD-css3-images-20120112/</a>
    2.14  
    2.15  		<dt>Disposition of Last Call Comments:
    2.16  		<dd><a href="http://dev.w3.org/csswg/css3-images/issues-lc-2012">http://dev.w3.org/csswg/css3-images/issues-lc-2012</a>
    2.17  
    2.18 -		<dt>Issues List:</dt>
    2.19 +		<dt>Issue Tracking:</dt>
    2.20  		<dd><a href="http://www.w3.org/Style/CSS/Tracker/products/27">http://www.w3.org/Style/CSS/Tracker/products/27</a>
    2.21  
    2.22 -		<dt>Discussion:</dt>
    2.23 +		<dt>Feedback:</dt>
    2.24  		<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;
    2.25  
    2.26  		<dt>Editors:</dt>
    2.27 @@ -88,14 +83,16 @@
    2.28  	<p>In CSS Levels 1 and 2, image values, such as those used in the
    2.29  	'background-image' property, could only be given by a single URL
    2.30  	value. This module introduces additional ways of representing 2D
    2.31 -	images, for example as <a href="#image-notation">a list of URIs denoting fallbacks</a>, as <a href="#element-reference">a
    2.32 -	reference to an element</a>, or as <a href="#gradients">a gradient</a>.</p>
    2.33 +	images, for example as <a href="#image-notation">a list of URIs denoting fallbacks</a>,
    2.34 +	<!-- as <a href="#element-reference">a reference to an element</a>, -->
    2.35 +	or as <a href="#gradients">a gradient</a>.</p>
    2.36  
    2.37  	<p>This module also defines several properties for <a href="#image-processing">manipulating
    2.38 -	raster images</a> and for <a href="#object-fit">sizing</a> or <a href="#object-position">positioning</a> replaced elements
    2.39 +	raster images</a> and for <a href="#object-fit">sizing</a> or
    2.40 +	<a href="#object-position">positioning</a> replaced elements
    2.41  	such as images within the box determined by the CSS layout algorithms.
    2.42 -	It also defines in a generic way CSS's <a href="#sizing">sizing algorithm</a> for images
    2.43 -	and other replaced elements.
    2.44 +	It also defines in a generic way CSS's <a href="#sizing">sizing algorithm</a>
    2.45 +	for images and other replaced elements.
    2.46  
    2.47  <h3 id="placement">
    2.48  Module Interactions</h3>
    2.49 @@ -156,8 +153,10 @@
    2.50  Image Values: the &lt;image> type</h2>
    2.51  
    2.52  	<p>The ''&lt;image>'' value type denotes a 2D image. It can be a
    2.53 -	<a href="#url">url reference</a>, <a href="#image-notation">image notation</a>,
    2.54 -	<a href="#element-reference">element reference</a>, or <a href="#gradients">gradient notation</a>.
    2.55 +	<a href="#url-notation">url reference</a>,
    2.56 +	<a href="#image-notation">image notation</a>,
    2.57 +	<!-- <a href="#element-reference">element reference</a>, -->
    2.58 +	or <a href="#gradients">gradient notation</a>.
    2.59  	Its syntax is:</p>
    2.60  
    2.61  	<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>
    2.62 @@ -205,7 +204,7 @@
    2.63  	<pre class='prod'><dfn id='image-list-type'>&lt;image-list></dfn> = image( [ &lt;image-decl> , ]* [ &lt;image-decl> | &lt;color> ] )
    2.64  <dfn id='image-decl-type'>&lt;image-decl></dfn> = [ &lt;url> | &lt;string> | &lt;element-reference> ]</pre>
    2.65  
    2.66 -	<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>
    2.67 +	<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>
    2.68  
    2.69  <h4 id="image-fragments">
    2.70  Image Fragments</h4>
    2.71 @@ -797,7 +796,7 @@
    2.72  <h4 class="no-toc" id="radial-color-stops">
    2.73  Placing Color Stops</h4>
    2.74  
    2.75 -	<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>
    2.76 +	<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>
    2.77  
    2.78  	<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>
    2.79  
    2.80 @@ -1189,36 +1188,36 @@
    2.81  	sizing algorithms correspond to concepts defined in this specification.
    2.82  
    2.83  	<dl>
    2.84 -		<dt>'background-image'</dt>
    2.85 +		<dt><a href="http://www.w3.org/TR/css3-background/#the-background-image">'background-image'</a></dt>
    2.86  		<dd>The rules for calculating the <i>concrete object size</i> of a background
    2.87  			are defined in <a href="http://www.w3.org/TR/CSS21/colors.html#background-properties">CSS2.1§14.2.1</a> and
    2.88  			<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]]
    2.89  		</dd>
    2.90  
    2.91 -		<dt>'list-style-image'</dt>
    2.92 +		<dt><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image">'list-style-image'</a></dt>
    2.93  		<dd>The rules for calculating the <i>concrete object size</i> of a list-style
    2.94  		image are defined in
    2.95  		<a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image">CSS2.1§12.5.1</a>.
    2.96  		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>
    2.97  
    2.98 -		<dt>'border-image'</dt>
    2.99 +		<dt><a href="http://www.w3.org/TR/css3-background/#border-images">'border-image'</dt>
   2.100  		<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.
   2.101  			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>.
   2.102  			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>
   2.103  		</dd>
   2.104  
   2.105 -		<dt>'cursor'</dt>
   2.106 +		<dt><a href="http://www.w3.org/TR/CSS21/ui.html#cursor-props">'cursor'</a></dt>
   2.107  		<dd>The rules for calculating the <i>concrete object size</i> of a cursor are defined in
   2.108  		<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>
   2.109  
   2.110 -		<dt>'content'</dt>
   2.111 +		<dt><a href="http://www.w3.org/TR/CSS21/generate.html#content">'content'</a></dt>
   2.112  		<dd>Objects inserted via the CSS2.1 'content' property are anonymous
   2.113  		<a href="http://www.w3.org/TR/CSS21/conform.html#replaced-element">replaced
   2.114  		elements</a>, and are sized the same way. [[!CSS21]] Note that such
   2.115  		anonymous elements have all their non-inherited properties (including
   2.116  		'width', 'height', etc.) set to their initial values.
   2.117  
   2.118 -		<dt>replaced elements</dt>
   2.119 +		<dt><a href="http://www.w3.org/TR/CSS21/conform.html#replaced-element">replaced elements</a></dt>
   2.120  		<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>
   2.121  	</dl>
   2.122  </div>

mercurial