Skip to content

Commit 1225c2a

Browse files
author
Tantek Çelik
committed
rel-author, uf2 h-card support for editor markup
1 parent 9d69702 commit 1225c2a

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

css-module/Overview.src.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head profile="http://www.w3.org/2006/03/hcard">
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6-
<title>CSS TEMPLATE Module Level N</title>
6+
<title>CSS TEMPLATE Module Level N (CSS3 TMPL)</title>
77
<link rel="stylesheet" type="text/css" href="../default.css">
88
<link rel="stylesheet" type="text/css"
99
href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
@@ -54,12 +54,15 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
5454
<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;
5555

5656
<dt>Editors:
57-
<dd class=vcard><span class=fn>[editor1 name]</span>,
58-
<span class=org>[affiliation (opt.)]</span>,
59-
<span class=email>[email address (opt.)]</span>
60-
<dd class=vcard><span class=fn>[editor2 name]</span>,
61-
<span class=org>[affiliation (opt.)]</span>,
62-
<span class=email>[email address (opt.)]</span>
57+
<dd class="h-card vcard">
58+
<a class="p-name fn u-url url" rel="author"
59+
href="[editor1 personal URL (opt.)]">[editor1 name]</a>,
60+
<span class="p-org org">[affiliation (opt.)]</span>,
61+
<span class="u-email email">[email address (opt.)]</span>
62+
<dd class="h-card vcard">
63+
<span class="p-name fn">[editor2 name]</span>,
64+
<span class="p-org org">[affiliation (opt.)]</span>,
65+
<span class="u-email email">[email address (opt.)]</span>
6366
</dl>
6467

6568
<!--copyright-->

0 commit comments

Comments
 (0)