- From: Tantek Celik via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Jan 2012 07:39:22 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-ui
In directory hutz:/tmp/cvs-serv32097
Modified Files:
Overview.html Overview.src.html
Log Message:
a few pubrules checker fixes
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Overview.html 12 Jan 2012 06:43:39 -0000 1.42
+++ Overview.html 12 Jan 2012 07:39:20 -0000 1.43
@@ -40,7 +40,7 @@
<body>
<div class=head> <a href="http://www.w3.org/"><img alt=W3C height=48
src="http://www.w3.org/Icons/w3c_home" width=72> </a>
- <h1>CSS Basic User Interface Module Level 3</h1>
+ <h1>CSS Basic User Interface Module Level 3 (CSS3 UI)</h1>
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 12 January
2012</h2>
@@ -49,8 +49,8 @@
<dt>This version:</dt>
<!-- TR "This version". Update "WD" below as needed to CR/PR/REC -->
- <dd><a href="http://www.w3.org/TR/2012/WD-css3-ui-20120112">
- http://www.w3.org/TR/2012/WD-css3-ui-20120112</a></dd>
+ <dd><a href="http://www.w3.org/TR/2012/WD-css3-ui-20120112/">
+ http://www.w3.org/TR/2012/WD-css3-ui-20120112/</a></dd>
<!-- editor's draft "This version" -->
<!-- <dd><a href="http://dev.w3.org/csswg/css3-ui/">
http://dev.w3.org/csswg/css3-ui/</a>
@@ -59,7 +59,7 @@
<dt>Latest version:
<dd><a
- href="http://www.w3.org/TR/css3-ui">http://www.w3.org/TR/css3-ui</a>
+ href="http://www.w3.org/TR/css3-ui/">http://www.w3.org/TR/css3-ui/</a>
<dt>Editor's draft:
@@ -185,8 +185,8 @@
All persons are encouraged to review this document and send comments to
the <a href="http://lists.w3.org/Archives/Public/www-style/">www-style
mailing list</a> as described above. The <strong>deadline for
- comments</strong> is four weeks after the date of date of publication in
- the header.
+ comments</strong> is four weeks after the date of publication in the
+ header or 14 February 2012, whichever is sooner.
<h3 class="no-num no-toc" id=crec>Candidate Recommendation Exit Criteria</h3>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.src.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Overview.src.html 12 Jan 2012 06:43:39 -0000 1.43
+++ Overview.src.html 12 Jan 2012 07:39:20 -0000 1.44
@@ -43,22 +43,22 @@
src="http://www.w3.org/Icons/w3c_home">
</a>
-<h1>CSS Basic User Interface Module Level 3</h1>
+<h1>CSS Basic User Interface Module Level 3 (CSS3 UI)</h1>
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
<dl>
<dt>This version:</dt>
<!-- TR "This version". Update "WD" below as needed to CR/PR/REC -->
- <dd><a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]">
- http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]</a>
+ <dd><a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/">
+ http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/</a>
</dd>
<!-- editor's draft "This version" -->
<!-- <dd><a href="http://dev.w3.org/csswg/css3-ui/">
http://dev.w3.org/csswg/css3-ui/</a>
</dd> -->
<dt>Latest version:</dt>
- <dd><a href="http://www.w3.org/TR/[SHORTNAME]"
- >http://www.w3.org/TR/[SHORTNAME]</a></dd>
+ <dd><a href="http://www.w3.org/TR/[SHORTNAME]/"
+ >http://www.w3.org/TR/[SHORTNAME]/</a></dd>
<dt>Editor's draft:</dt>
<dd><a href="http://dev.w3.org/csswg/css3-ui/"
@@ -134,7 +134,8 @@
href="http://lists.w3.org/Archives/Public/www-style/">www-style
mailing list</a> as described above. The <strong>deadline for
comments</strong>
-is four weeks after the date of date of publication in the header.
+is four weeks after the date of publication in the header or
+14 February 2012, whichever is sooner.
</p>
<h3 class="no-num no-toc" id="crec">Candidate Recommendation Exit Criteria</h3>
Received on Thursday, 12 January 2012 07:41:26 UTC