Skip to content

Commit b8b7a46

Browse files
committed
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.
1 parent 4fbde70 commit b8b7a46

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'>
1+
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'>
22
<html lang="en">
33
<head profile="http://www.w3.org/2006/03/hcard">
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<title>CSS Exclusions and Shapes Module Level 3</title>
66
<link rel="stylesheet" type="text/css" href="default.css" />
7-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" />
87

98

109
<style type="text/css">
@@ -51,6 +50,7 @@
5150
padding: 0.5em;
5251
}
5352
</style>
53+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" />
5454

5555
<link id="st" href="alternate-spec-style.css" rel="alternate stylesheet"
5656
type="text/css" title="alternate spec styles">
@@ -60,13 +60,14 @@
6060
<body>
6161
<div id="div-head" class="head">
6262
<!--logo-->
63-
<h1 id="css-exclusions-module">CSS exclusions and shapes Level 3</h1>
63+
<h1 id="css-exclusions-module">CSS Exclusions and Shapes Module Level 3</h1>
6464
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
6565
<dl>
6666
<dt>This version:</dt>
67-
<dd><a href="[VERSION]">http://www.w3.org/csswg/css3-exclusions/</a></dd>
67+
<dd><a href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd>
68+
<!--<dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/WD-css3-exclusions-[CDATE]/</a></dd>-->
6869
<dt>Latest version:</dt>
69-
<dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/csswg/[SHORTNAME]/</a></dd>
70+
<dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/[SHORTNAME]/</a></dd>
7071
<dt>Previous version:</dt>
7172
<dd>None</dd>
7273
<dt>Editors:</dt>

0 commit comments

Comments
 (0)