- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Jan 2012 23:06:36 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-variables
In directory hutz:/tmp/cvs-serv18469
Modified Files:
Overview.html Overview.src.html
Log Message:
Update stylesheet link.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-variables/Overview.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Overview.html 10 Nov 2011 22:38:26 -0000 1.28
+++ Overview.html 5 Jan 2012 23:06:34 -0000 1.29
@@ -5,7 +5,7 @@
content="text/html; charset=utf-8" http-equiv=Content-Type>
<title>CSS Variables Module Level 1</title>
- <link href="http://dev.w3.org/csswg/css-module/default.css" rel=stylesheet
+ <link href="http://dev.w3.org/csswg/default.css" rel=stylesheet
type="text/css">
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
type="text/css">
@@ -22,14 +22,13 @@
<h1>CSS Variables Module Level 1</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 November
- 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 January 2012</h2>
<dl>
<dt>This version:
<dd><a
- href="http://www.w3.org/TR/2011/ED-css-variables-20111110/">http://dev.w3.org/csswg/css-variables/</a>
+ href="http://www.w3.org/TR/2012/ED-css-variables-20120105/">http://dev.w3.org/csswg/css-variables/</a>
<!--<dt>Latest version:
<dd><a href="http://www.w3.org/TR/css-variables/">http://www.w3.org/TR/css-variables/</a>-->
@@ -53,7 +52,7 @@
<!--begin-copyright-->
<p class=copyright><a
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
- rel=license>Copyright</a> © 2011 <a
+ rel=license>Copyright</a> © 2012 <a
href="http://www.w3.org/"><acronym
title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a
href="http://www.csail.mit.edu/"><acronym
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-variables/Overview.src.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.src.html 10 Nov 2011 22:38:10 -0000 1.27
+++ Overview.src.html 5 Jan 2012 23:06:34 -0000 1.28
@@ -3,7 +3,7 @@
<head profile="http://www.w3.org/2006/03/hcard">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CSS Variables Module Level 1</title>
- <link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/css-module/default.css">
+ <link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/default.css">
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
<style>
pre.idl { border:solid thin; background:#eee; color:#000; padding:0.5em }
Received on Thursday, 5 January 2012 23:08:43 UTC