- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Dec 2011 18:19:33 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv29907
Modified Files:
Overview.html Overview.src.html
Log Message:
Fixed broken biblio reference.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -d -r1.247 -r1.248
--- Overview.html 7 Dec 2011 18:14:29 -0000 1.247
+++ Overview.html 12 Dec 2011 18:19:30 -0000 1.248
@@ -16,7 +16,7 @@
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 December
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 December
2011</h2>
<dl>
@@ -24,7 +24,7 @@
<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/2011/ED-css3-images-20111207/">http://www.w3.org/TR/2011/WD-css3-images-20111207/</a>-->
+ <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111212/">http://www.w3.org/TR/2011/WD-css3-images-20111212/</a>-->
<dt>Latest Version:
@@ -285,7 +285,8 @@
<h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3>
<p>This module defines and extends the ‘<a href="#ltimage"><code
- class=css><image></code></a>’ value type defined in [[!CSS3VAl]].
+ class=css><image></code></a>’ value type defined in <a
+ href="#CSS3VAL" rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>.
Furthermore it replaces the ‘<code class=css><url></code>’
type in the ‘<code class=property>background-image</code>’ and
‘<code class=property>list-style-image</code>’ definitions in
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -d -r1.254 -r1.255
--- Overview.src.html 7 Dec 2011 18:14:29 -0000 1.254
+++ Overview.src.html 12 Dec 2011 18:19:30 -0000 1.255
@@ -89,7 +89,7 @@
Module Interactions</h3>
<p>This module defines and extends the ''<image>'' value type
- defined in [[!CSS3VAl]]. Furthermore it replaces the ''<url>''
+ defined in [[!CSS3VAL]]. Furthermore it replaces the ''<url>''
type in the 'background-image' and 'list-style-image' definitions
in CSS1 and CSS2 and adds ''<image>'' as an alternative to
''<url>'' in the 'content' property's value. It is presumed that
Received on Monday, 12 December 2011 18:21:37 UTC