- From: Tantek Celik via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Jan 2012 20:32:44 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-ui
In directory hutz:/tmp/cvs-serv9850
Modified Files:
Overview.html Overview.src.html
Log Message:
note couple new props/values in status as another LC reason, prep for TR publishing.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Overview.html 11 Jan 2012 19:05:50 -0000 1.37
+++ Overview.html 11 Jan 2012 20:32:42 -0000 1.38
@@ -52,10 +52,14 @@
<dl>
<dt>This version:</dt>
- <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-ui-20120111">http://www.w3.org/TR/2012/ED-css3-ui-20120111</a></dd> -->
+ <!-- TR This version -->
- <dd><a
- href="http://dev.w3.org/csswg/css3-ui/">http://dev.w3.org/csswg/css3-ui/</a>
+ <dd><a href="http://www.w3.org/TR/2012/ED-css3-ui-20120111">
+ http://www.w3.org/TR/2012/ED-css3-ui-20120111</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:
@@ -79,12 +83,12 @@
<dt>Editor:
- <dd class="vcard h-card"><a class="fn p-name url u-url"
- href="http://tantek.com" lang=tr>Tantek Çelik</a> (<a
- class="company org h-org" href="http://www.mozilla.org/">Mozilla
+ <dd class="h-card vcard"> <a class="p-name fn u-url url"
+ href="http://tantek.com" lang=tr rel=author> Tantek Çelik</a> (<a
+ class="company h-org org" href="http://www.mozilla.org/">Mozilla
Foundation</a>, and before at <a
href="http://www.microsoft.com/">Microsoft Corporation</a>) <<a
- class="email u-email"
+ class="u-email email"
href="mailto:tantek@cs.stanford.edu">tantek@cs.stanford.edu</a>>
</dl>
<!--begin-copyright-->
@@ -164,8 +168,9 @@
that were not implemented sufficiently to advance to Proposed
Recommendation, and had not been previously listed as at risk, as <a
href="http://www.w3.org/2005/10/Process-20051014/tr.html#cfi">required</a>
- by the W3C Process.
- <!-- This specification may advance directly to Proposed
+ by the W3C Process. This draft also adds a couple of new properties and
+ values. See <a href="#changes">Appendix C. Changes</a> for further
+ details. <!-- This specification may advance directly to Proposed
Recommendation following the last call, depending on comments and
implementation reports. -->
All persons are encouraged to review this document and send comments to
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.src.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Overview.src.html 11 Jan 2012 19:05:50 -0000 1.38
+++ Overview.src.html 11 Jan 2012 20:32:42 -0000 1.39
@@ -53,8 +53,14 @@
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
<dl>
<dt>This version:</dt>
- <!-- <dd><a href="http://www.w3.org/TR/[YEAR]/[STATUS]-[SHORTNAME]-[CDATE]">http://www.w3.org/TR/[YEAR]/[STATUS]-[SHORTNAME]-[CDATE]</a></dd> -->
- <dd><a href="http://dev.w3.org/csswg/css3-ui/">http://dev.w3.org/csswg/css3-ui/</a></dd>
+ <!-- TR This version -->
+ <dd><a href="http://www.w3.org/TR/[YEAR]/[STATUS]-[SHORTNAME]-[CDATE]">
+ http://www.w3.org/TR/[YEAR]/[STATUS]-[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>
@@ -67,11 +73,16 @@
<dt>Previous version:</dt>
<dd><a href="http://www.w3.org/TR/2004/CR-css3-ui-20040511/">http://www.w3.org/TR/2004/CR-css3-ui-20040511/</a></dd>
<dt>Editor:</dt>
- <dd class="vcard h-card"><a lang="tr" class="fn p-name url u-url" href="http://tantek.com">Tantek Çelik</a>
-(<a class="company org h-org" href="http://www.mozilla.org/">Mozilla Foundation</a>,
-and before at <a href="http://www.microsoft.com/">Microsoft Corporation</a>)
- <<a class="email u-email"
-href="mailto:tantek@cs.stanford.edu">tantek@cs.stanford.edu</a>>
+ <dd class="h-card vcard">
+ <a lang="tr" class="p-name fn u-url url" rel="author"
+ href="http://tantek.com">
+ Tantek Çelik</a>
+(<a class="company h-org org" href="http://www.mozilla.org/">Mozilla
+ Foundation</a>,
+ and before at
+ <a href="http://www.microsoft.com/">Microsoft Corporation</a>)
+ <<a class="u-email email" href="mailto:tantek@cs.stanford.edu"
+ >tantek@cs.stanford.edu</a>>
</dd>
</dl>
@@ -100,6 +111,8 @@
Recommendation, and had not been previously listed as at risk, as <a
href="http://www.w3.org/2005/10/Process-20051014/tr.html#cfi">required</a>
by the W3C Process.
+This draft also adds a couple of new properties and values.
+See <a href="#changes">Appendix C. Changes</a> for further details.
<!-- This specification may advance directly to Proposed
Recommendation following the last call, depending on comments and
implementation reports. -->
Received on Wednesday, 11 January 2012 20:36:50 UTC