csswg/css-module Overview.src.html,1.23,1.24

Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv26801

Modified Files:
	Overview.src.html 
Log Message:
rel-author, uf2 h-card support for editor markup

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-module/Overview.src.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Overview.src.html	21 Feb 2012 16:40:32 -0000	1.23
+++ Overview.src.html	23 Feb 2012 02:10:37 -0000	1.24
@@ -3,7 +3,7 @@
 <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 TEMPLATE Module Level N</title>
+  <title>CSS TEMPLATE Module Level N (CSS3 TMPL)</title>
   <link rel="stylesheet" type="text/css" href="../default.css">
   <link rel="stylesheet" type="text/css"
         href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
@@ -54,12 +54,15 @@
     <dd><a href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> with subject line &ldquo;<kbd>[[SHORTNAME]] <var>&hellip; message topic &hellip;</var></kbd>&rdquo;
 
   <dt>Editors:
-    <dd class=vcard><span class=fn>[editor1 name]</span>,
-      <span class=org>[affiliation (opt.)]</span>,
-      <span class=email>[email address (opt.)]</span>
-    <dd class=vcard><span class=fn>[editor2 name]</span>,
-      <span class=org>[affiliation (opt.)]</span>,
-      <span class=email>[email address (opt.)]</span>
+    <dd class="h-card vcard">
+      <a class="p-name fn u-url url" rel="author"
+         href="[editor1 personal URL (opt.)]">[editor1 name]</a>,
+      <span class="p-org org">[affiliation (opt.)]</span>,
+      <span class="u-email email">[email address (opt.)]</span>
+    <dd class="h-card vcard">
+      <span class="p-name fn">[editor2 name]</span>,
+      <span class="p-org org">[affiliation (opt.)]</span>,
+      <span class="u-email email">[email address (opt.)]</span>
 </dl>
 
 <!--copyright-->

Received on Thursday, 23 February 2012 02:10:41 UTC