- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Feb 2012 09:18:39 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv380
Modified Files:
Overview.html Overview.src.html gradient1.svg lc-issues-1.txt
Log Message:
Markup typo
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -d -r1.278 -r1.279
--- Overview.html 6 Feb 2012 13:57:47 -0000 1.278
+++ Overview.html 7 Feb 2012 09:18:36 -0000 1.279
@@ -16,15 +16,15 @@
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 February
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 February
2012</h2>
<dl>
<dt>This Version:
<dd><a
- href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>-->
- <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120206/">http://www.w3.org/TR/2012/WD-css3-images-20120206/</a>-->
+ href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
+ <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120207/">http://www.w3.org/TR/2012/WD-css3-images-20120207/</a>-->
<dt>Latest Version:
Index: lc-issues-1.txt
===================================================================
RCS file: /sources/public/csswg/css3-images/lc-issues-1.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- lc-issues-1.txt 6 Feb 2012 11:10:26 -0000 1.6
+++ lc-issues-1.txt 7 Feb 2012 09:18:37 -0000 1.7
@@ -56,5 +56,4 @@
From: Leif Arne Storset
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0267.html
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0271.html
-Closed: Accepted
-----
\ No newline at end of file
+Closed: Accepted
\ No newline at end of file
Index: gradient1.svg
===================================================================
RCS file: /sources/public/csswg/css3-images/gradient1.svg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gradient1.svg 7 Sep 2011 15:37:01 -0000 1.1
+++ gradient1.svg 7 Feb 2012 09:18:37 -0000 1.2
@@ -1,11 +1,10 @@
-<svg xmlns="http://www.w3.org/2000/svg" width='200' height='100'>
-<desc>Image of a color gradient</desc>
-<defs>
-<linearGradient x1='0' y1='1' x2='1' y2='0' gradientUnits='objectBoundingBox' id='corner-gradient'>
-<stop offset='0%' stop-color='red'/>
-<stop offset='50%' stop-color='white'/>
-<stop offset='100%' stop-color='blue'/>
-</linearGradient>
-</defs>
-<rect x='0' y='0' width='100%' height='100%' fill='url(#corner-gradient)' />
+<svg xmlns="http://www.w3.org/2000/svg" width='250' height='200'>
+ <defs>
+ <linearGradient x1='50' y1='200' x2='200' y2='0' gradientUnits='userSpaceOnUse' id='corner-gradient'>
+ <stop offset='0%' stop-color='red'/>
+ <stop offset='50%' stop-color='white'/>
+ <stop offset='100%' stop-color='blue'/>
+ </linearGradient>
+ </defs>
+ <rect x='25' y='25' width='200' height='150' fill='url(#corner-gradient)' />
</svg>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -d -r1.288 -r1.289
--- Overview.src.html 6 Feb 2012 13:57:47 -0000 1.288
+++ Overview.src.html 7 Feb 2012 09:18:37 -0000 1.289
@@ -15,7 +15,7 @@
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
<dl>
<dt>This Version:</dt>
- <dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>-->
+ <dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
<!-- <dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/WD-css3-images-[CDATE]/</a>-->
<dt>Latest Version:</dt>
Received on Tuesday, 7 February 2012 09:20:44 UTC