- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Jan 2012 16:02:21 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv17321
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix markup error.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -d -r1.259 -r1.260
--- Overview.html 5 Jan 2012 16:01:07 -0000 1.259
+++ Overview.html 5 Jan 2012 16:02:19 -0000 1.260
@@ -876,190 +876,187 @@
href="#gradient-box"><i>gradient box</i></a> will be 100px wide and 200px
tall. Similarly, for a gradient used as a list-style-image, the box would
be a 1em square.</p>
+ </div>
+ <!-- ====================================================================== -->
- <p>If
- <!-- ====================================================================== -->
-
+ <h3 id=linear-gradients><span class=secno>4.1. </span> Linear Gradients:
+ the ‘<code class=css>linear-gradient()</code>’ notation</h3>
[...3476 lines suppressed...]
+
+ <tr>
+ <th><span class=property>Name:</span>
+
+ <td>Value:
+
+ <td>Initial:
+
+ <td>Applies to:
+
+ <td>Inherited:
+
+ <td>Percentages:
+
+ <td>Media:
+ </table>
+ <!--end-properties-->
</html>
<!-- Keep this comment at the end of the file
Local variables:
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -d -r1.267 -r1.268
--- Overview.src.html 5 Jan 2012 16:01:07 -0000 1.267
+++ Overview.src.html 5 Jan 2012 16:02:19 -0000 1.268
@@ -485,8 +485,7 @@
<div class='example'>
<p>An image without intrinsic dimensions will always fill its painting area perfectly. For example, if you use a gradient in 'background-image' with 'background-size' set to its default, the gradient will fill the element's padding box. If 'background-size' is explicitly set to a value such as ''100px 200px'', then the <i>gradient box</i> will be 100px wide and 200px tall. Similarly, for a gradient used as a list-style-image, the box would be a 1em square.</p>
-
- <p>If
+ </div>
<!-- ====================================================================== -->
Received on Thursday, 5 January 2012 16:02:22 UTC