- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Apr 2011 21:32:32 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv21149 Modified Files: Overview.html Overview.src.html Log Message: Editorial heading fixups. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.78 retrieving revision 1.79 diff -u -d -r1.78 -r1.79 --- Overview.html 19 Apr 2011 20:09:43 -0000 1.78 +++ Overview.html 26 Apr 2011 21:32:29 -0000 1.79 @@ -15,7 +15,7 @@ <h1>CSS Image Values and Replaced Content Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 April 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 April 2011</h2> <dl> <dt>Latest Version: @@ -138,11 +138,11 @@ notation</a> <li><a href="#element-reference"><span class=secno>4.3. </span> Using - Elements as Images: The ‘<code class=css>element()</code>’ + Elements as Images: the ‘<code class=css>element()</code>’ notation</a> <li><a href="#cross-fade-function"><span class=secno>4.4. </span> - Combining images: The ‘<code class=css>cross-fade()</code>’ + Combining images: the ‘<code class=css>cross-fade()</code>’ notation</a> </ul> @@ -174,11 +174,11 @@ Object Size Resolution</a> <li><a href="#object-fit"><span class=secno>6.4. </span> Sizing Objects: - The ‘<code class=property>object-fit</code>’ Property</a> + the ‘<code class=property>object-fit</code>’ property</a> <li><a href="#object-position"><span class=secno>6.5. </span> - Positioning Objects: The ‘<code - class=property>object-position</code>’ Property</a> + Positioning Objects: the ‘<code + class=property>object-position</code>’ property</a> </ul> <li><a href="#image-resolution"><span class=secno>7. </span> Overriding @@ -190,8 +190,8 @@ class=property>image-orientation</code>’ property</a> <li><a href="#image-rendering"><span class=secno>9. </span> Determining - How to Scale an Image: The ‘<code - class=property>image-rendering</code>’ Property</a> + How to Scale an Image: the ‘<code + class=property>image-rendering</code>’ property</a> <li><a href="#serialization"><span class=secno>10. </span> Serialization</a> @@ -469,7 +469,7 @@ <!-- ====================================================================== --> <h3 id=element-reference><span class=secno>4.3. </span> Using Elements as - Images: The ‘<code class=css>element()</code>’ notation</h3> + Images: the ‘<code class=css>element()</code>’ notation</h3> <p>The ‘<code class=css>element()</code>’ function allows an author to reference an element in the document that should be used as an @@ -528,7 +528,7 @@ <div class=example> TODO: copy an example from the MozHacks article</div> <!-- ====================================================================== --> - <h4 class="no-num no-toc" id=element-cycles>Detecting and Resolving + <h4 class="no-num no-toc" id=element-cycles> Detecting and Resolving Circular Relationships Introduced by ‘<code class=css>element()</code>’</h4> @@ -552,7 +552,7 @@ <!-- ====================================================================== --> <h3 id=cross-fade-function><span class=secno>4.4. </span> Combining images: - The ‘<code class=css>cross-fade()</code>’ notation</h3> + the ‘<code class=css>cross-fade()</code>’ notation</h3> <p>When transitioning between images, CSS requires a way to explicitly refer to the intermediate image that is a combination of the start and end @@ -664,7 +664,7 @@ <!-- ====================================================================== --> <h4 class=no-toc id=linear-gradient-syntax><span class=secno>5.1.1. </span> - ‘<code class=css>linear-gradient()</code>’ syntax</h4> + linear-gradient() syntax</h4> <pre class=prod><code><dfn id=ltlinear-gradient><linear-gradient></dfn> = linear-gradient( @@ -810,10 +810,10 @@ <!-- ====================================================================== --> <h4 class=no-toc id=radial-gradient-syntax><span class=secno>5.2.1. </span> - <code>radial-gradient()</code> Syntax</h4> + radial-gradient() Syntax</h4> - <pre - class=prod><code><dfn id=ltradial-gradient><radial-gradient></dfn> = radial-gradient( + <pre class=prod> +<dfn id=ltradial-gradient><radial-gradient></dfn> = radial-gradient( [<bg-position>,]? [[ [<shape> || <size>] @@ -821,7 +821,8 @@ [<length> | <percentage>]{2} ],]? <color-stop>[, <color-stop>]+ -)</code></pre> +) + </pre> <p>The first argument to the function specifies the center of the ellipse. <i><bg-position></i> is taken from the Backgrounds and Borders Module, @@ -1370,9 +1371,9 @@ whole number of times into the background positioning area.</p> <!-- ====================================================================== --> - <h3 id=object-fit><span class=secno>6.4. </span> Sizing Objects: The + <h3 id=object-fit><span class=secno>6.4. </span> Sizing Objects: the ‘<a href="#object-fit0"><code - class=property>object-fit</code></a>’ Property</h3> + class=property>object-fit</code></a>’ property</h3> <table class=propdef> <tbody> @@ -1539,8 +1540,8 @@ <!-- ====================================================================== --> <h3 id=object-position><span class=secno>6.5. </span> Positioning Objects: - The ‘<a href="#object-position0"><code - class=property>object-position</code></a>’ Property</h3> + the ‘<a href="#object-position0"><code + class=property>object-position</code></a>’ property</h3> <table class=propdef> <tbody> @@ -1800,8 +1801,8 @@ <!-- ====================================================================== --> <h2 id=image-rendering><span class=secno>9. </span> Determining How to - Scale an Image: The ‘<a href="#image-rendering0"><code - class=property>image-rendering</code></a>’ Property</h2> + Scale an Image: the ‘<a href="#image-rendering0"><code + class=property>image-rendering</code></a>’ property</h2> <table class=propdef> <tbody> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- Overview.src.html 19 Apr 2011 19:45:08 -0000 1.81 +++ Overview.src.html 26 Apr 2011 21:32:30 -0000 1.82 @@ -264,7 +264,7 @@ <!-- ====================================================================== --> <h3 id='element-reference'> -Using Elements as Images: The ''element()'' notation</h3> +Using Elements as Images: the ''element()'' notation</h3> <p>The ''element()'' function allows an author to reference an element in the document that should be used as an image. As the referenced element @@ -315,8 +315,8 @@ <!-- ====================================================================== --> - <h4 class="no-num no-toc" id=element-cycles>Detecting and Resolving - Circular Relationships Introduced by ''element()''</h4> +<h4 class="no-num no-toc" id='element-cycles'> +Detecting and Resolving Circular Relationships Introduced by ''element()''</h4> <p>The ''element()'' function can produce nonsensical circular relationships, such as an element using itself as its own background. These relationships @@ -337,7 +337,7 @@ <!-- ====================================================================== --> <h3 id='cross-fade-function'> -Combining images: The ''cross-fade()'' notation</h3> +Combining images: the ''cross-fade()'' notation</h3> <p>When transitioning between images, CSS requires a way to explicitly refer to the intermediate image that is a combination of the start and end images. @@ -434,7 +434,7 @@ <!-- ====================================================================== --> <h4 class='no-toc' id='linear-gradient-syntax'> -''linear-gradient()'' syntax</h4> +linear-gradient() syntax</h4> <pre class=prod><code><dfn><linear-gradient></dfn> = linear-gradient( [[ @@ -562,9 +562,10 @@ <!-- ====================================================================== --> <h4 class='no-toc' id='radial-gradient-syntax'> -<code>radial-gradient()</code> Syntax</h4> +radial-gradient() Syntax</h4> - <pre class=prod><code><dfn><radial-gradient></dfn> = radial-gradient( + <pre class=prod> +<dfn><radial-gradient></dfn> = radial-gradient( [<bg-position>,]? [[ [<shape> || <size>] @@ -572,7 +573,8 @@ [<length> | <percentage>]{2} ],]? <color-stop>[, <color-stop>]+ -)</code></pre> +) + </pre> <p>The first argument to the function specifies the center of the ellipse. <i><bg-position></i> is taken from the Backgrounds and Borders Module, and @@ -1034,7 +1036,7 @@ <!-- ====================================================================== --> <h3 id="object-fit"> -Sizing Objects: The 'object-fit' Property</h3> +Sizing Objects: the 'object-fit' property</h3> <table class="propdef"> <tr> @@ -1161,7 +1163,7 @@ <!-- ====================================================================== --> <h3 id="object-position"> -Positioning Objects: The 'object-position' Property</h3> +Positioning Objects: the 'object-position' property</h3> <table class="propdef"> <tr> @@ -1363,7 +1365,7 @@ <!-- ====================================================================== --> <h2 id='image-rendering'> -Determining How to Scale an Image: The 'image-rendering' Property</h2> +Determining How to Scale an Image: the 'image-rendering' property</h2> <table class=propdef> <tr>
Received on Tuesday, 26 April 2011 21:32:34 UTC