- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Dec 2011 13:26:10 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-exclusions
In directory hutz:/tmp/cvs-serv19839
Modified Files:
Exclusions.src.html
Log Message:
Moved standard TR style after local style, as required by pubrules.
Added a commented-out "this version" (ready to be uncommented for publication).
Fixed broken link to editor's draft.
Fixed broken link to latest version.
Index: Exclusions.src.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Exclusions.src.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Exclusions.src.html 7 Dec 2011 17:37:56 -0000 1.19
+++ Exclusions.src.html 13 Dec 2011 13:26:08 -0000 1.20
@@ -1,10 +1,9 @@
-<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'>
+<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'>
<html lang="en">
<head profile="http://www.w3.org/2006/03/hcard">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS Exclusions and Shapes Module Level 3</title>
<link rel="stylesheet" type="text/css" href="default.css" />
- <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" />
<style type="text/css">
@@ -51,6 +50,7 @@
padding: 0.5em;
}
</style>
+ <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="alternate stylesheet"
type="text/css" title="alternate spec styles">
@@ -60,13 +60,14 @@
<body>
<div id="div-head" class="head">
<!--logo-->
- <h1 id="css-exclusions-module">CSS exclusions and shapes Level 3</h1>
+ <h1 id="css-exclusions-module">CSS Exclusions and Shapes Module Level 3</h1>
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
<dl>
<dt>This version:</dt>
- <dd><a href="[VERSION]">http://www.w3.org/csswg/css3-exclusions/</a></dd>
+ <dd><a href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd>
+ <!--<dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/WD-css3-exclusions-[CDATE]/</a></dd>-->
<dt>Latest version:</dt>
- <dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/csswg/[SHORTNAME]/</a></dd>
+ <dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/[SHORTNAME]/</a></dd>
<dt>Previous version:</dt>
<dd>None</dd>
<dt>Editors:</dt>
Received on Tuesday, 13 December 2011 13:26:16 UTC