- From: Vincent Hardy via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 31 Jan 2012 12:14:37 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-regions
In directory hutz:/tmp/cvs-serv1149
Modified Files:
Overview.html Overview.src.html
Removed Files:
alternate-spec-style.css default.css
Log Message:
Now use the shared version of default.css and alternate-spec-style.css, which are at the root of the specification directories (one level up)
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Overview.html 31 Jan 2012 11:58:45 -0000 1.43
+++ Overview.html 31 Jan 2012 12:14:35 -0000 1.44
@@ -6,7 +6,7 @@
content="text/html; charset=utf-8" http-equiv=Content-Type>
<title>CSS Regions Module Level 3</title>
- <link href=default.css rel=stylesheet type="text/css">
+ <link href="../default.css" rel=stylesheet type="text/css">
<style type="text/css">
@@ -111,7 +111,7 @@
</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
type="text/css">
- <link href=alternate-spec-style.css id=st rel=stylesheet
+ <link href="../alternate-spec-style.css" id=st rel=stylesheet
title="alternate spec style" type="text/css">
<!-- <script type="text/javascript" src="issue_tracker.js"></script> -->
@@ -144,7 +144,6 @@
<dd><a
href="http://www.w3.org/TR/2011/WD-css3-regions-20111129/">http://www.w3.org/TR/2011/WD-css3-regions-20111129/</a>
-
<dt>Issues:
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Overview.src.html 31 Jan 2012 11:58:45 -0000 1.48
+++ Overview.src.html 31 Jan 2012 12:14:35 -0000 1.49
@@ -4,7 +4,7 @@
<head profile="http://www.w3.org/2006/03/hcard">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CSS Regions Module Level 3</title>
- <link rel="stylesheet" type="text/css" href="default.css">
+ <link rel="stylesheet" type="text/css" href="../default.css">
@@ -116,7 +116,7 @@
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
- <link id="st" href="alternate-spec-style.css" rel="stylesheet"
+ <link id="st" href="../alternate-spec-style.css" rel="stylesheet"
type="text/css" title="alternate spec style">
<!-- <script type="text/javascript" src="issue_tracker.js"></script> -->
@@ -153,10 +153,10 @@
<dt>Previous version:</dt>
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-regions-20111129/">http://www.w3.org/TR/2011/WD-css3-regions-20111129/</a>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-regions-20111129/">http://www.w3.org/TR/2011/WD-css3-regions-20111129/</a></dd>
<dt>Issues:</dt>
- <dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&component=CSS%20Regions&resolution=---">Bugzilla Bugs for CSS regions</dd>
+ <dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&component=CSS%20Regions&resolution=---">Bugzilla Bugs for CSS regions</a></dd>
<dt>Editors:</dt>
--- alternate-spec-style.css DELETED ---
--- default.css DELETED ---
Received on Tuesday, 31 January 2012 12:14:39 UTC