Skip to content

Commit a04227a

Browse files
author
Tantek Çelik
committed
fix 'This version' link for editor's drafts
1 parent 02f1fcb commit a04227a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

css3-color/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ <h1>CSS Color Module Level 3</h1>
6363
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 August 2010</h2>
6464

6565
<dl>
66-
<dt>This version:
66+
<dt>This version:</dt>
67+
<!-- <dd><a href="http://www.w3.org/TR/2010/ED-css3-color-20100823">http://www.w3.org/TR/2010/ED-css3-color-20100823</a></dd> -->
6768

6869
<dd><a
69-
href="http://www.w3.org/TR/2010/ED-css3-color-20100823">http://www.w3.org/TR/2010/ED-css3-color-20100823</a>
70+
href="http://dev.w3.org/csswg/css3-color/">http://dev.w3.org/csswg/css3-color/</a>
7071

7172
<dt>Latest version:
7273

css3-color/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ <h1>CSS Color Module Level 3</h1>
6262
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
6363
<dl>
6464
<dt>This version:</dt>
65-
<dd><a href="http://www.w3.org/TR/[YEAR]/[STATUS]-[SHORTNAME]-[CDATE]">http://www.w3.org/TR/[YEAR]/[STATUS]-[SHORTNAME]-[CDATE]</a></dd>
65+
<!-- <dd><a href="http://www.w3.org/TR/[YEAR]/[STATUS]-[SHORTNAME]-[CDATE]">http://www.w3.org/TR/[YEAR]/[STATUS]-[SHORTNAME]-[CDATE]</a></dd> -->
66+
<dd><a href="http://dev.w3.org/csswg/css3-color/">http://dev.w3.org/csswg/css3-color/</a></dd>
6667
<dt>Latest version:</dt>
6768
<dd><a href="http://www.w3.org/TR/[SHORTNAME]">http://www.w3.org/TR/[SHORTNAME]</a></dd>
6869
<dt>Previous version:</dt>

0 commit comments

Comments
 (0)