Skip to content

Commit e931223

Browse files
committed
[css-text-decor-3][m] add h-entry h-card
1 parent f963f63 commit e931223

2 files changed

Lines changed: 42 additions & 33 deletions

File tree

css-text-decor-3/Overview.html

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Text Decoration Module Level 3" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-03-06 name=dcterms.issued>
13+
<meta content=2013-03-13 name=dcterms.issued>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
@@ -22,22 +22,24 @@
2222
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
2323
type="text/css">
2424

25-
<body>
25+
<body class=h-entry>
2626
<div class=head> <!--begin-logo-->
2727
<p><a href="http://www.w3.org/"><img alt=W3C height=48
2828
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
2929

30-
<h1>CSS Text Decoration Module Level 3</h1>
30+
<h1 class=p-name>CSS Text Decoration Module Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 March 2013</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <span
33+
class=dt-updated><span class=value-title title=20130313>13 March
34+
2013</span></span></h2>
3335

3436
<dl>
3537
<dt>This version:</dt>
3638
<!--
37-
<dd><a href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130306/">http://www.w3.org/TR/2013/WD-css-text-decor-3-20130306/</a></dd>
39+
<dd><a class="u-url" href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130313/">http://www.w3.org/TR/2013/WD-css-text-decor-3-20130313/</a></dd>
3840
-->
3941

40-
<dd><a
42+
<dd><a class=u-url
4143
href="http://dev.w3.org/csswg/css-text-decor-3/">http://dev.w3.org/csswg/css-text-decor-3/</a>
4244

4345
<dt>Latest version:
@@ -52,28 +54,29 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 March 2013</h2>
5254

5355
<dt>Previous version:
5456

55-
<dd><a
56-
href="http://www.w3.org/TR/2012/WD-css-text-decor-3-20121113/">http://www.w3.org/TR/2012/WD-css-text-decor-3-20121113/</a>
57+
<dd><a href="http://www.w3.org/TR/2012/WD-css-text-decor-3-20121113/"
58+
rel=previous>http://www.w3.org/TR/2012/WD-css-text-decor-3-20121113/</a>
5759

5860
<dt>Issues List:
5961

60-
<dd><a
61-
href="http://www.w3.org/Style/CSS/Tracker/products/10">http://www.w3.org/Style/CSS/Tracker/products/10</a>
62+
<dd><a href="http://www.w3.org/Style/CSS/Tracker/products/10"
63+
rel=issues>http://www.w3.org/Style/CSS/Tracker/products/10</a>
6264

6365
<dt>Discussion:
6466

65-
<dd><a
66-
href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a>
67-
with subject line “<kbd>[text-decor-3] <var>… message topic
68-
</var></kbd>
67+
<dd><a href="http://lists.w3.org/Archives/Public/www-style/"
68+
rel=discussion>www-style@w3.org</a> with subject line
69+
<kbd>[text-decor-3] <var>… message topic …</var></kbd>
6970

7071
<dt>Editors:
7172

72-
<dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a>
73-
(Mozilla)
73+
<dd class="p-author h-card vcard"> <a class="p-name fn u-url url"
74+
href="http://fantasai.inkedblade.net/contact" rel=author>Elika J.
75+
Etemad</a> (<span class="p-org org">Mozilla</span>)
7476

75-
<dd><a href="mailto:koji.a.ishii@mail.rakuten.com">Koji Ishii</a>
76-
(Rakuten, Inc.)
77+
<dd class="p-author h-card vcard"> <a class="p-name fn u-email email"
78+
href="mailto:koji.a.ishii@mail.rakuten.com" rel=author>Koji Ishii</a>
79+
(<span class="p-org org">Rakuten, Inc.</span>)
7780
</dl>
7881
<!--begin-copyright-->
7982
<p class=copyright><a
@@ -98,11 +101,11 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 March 2013</h2>
98101

99102
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
100103

101-
<p>This module contains the features of CSS relating to text decoration,
102-
such as underlines, text shadows, and emphasis marks. <a
103-
href="http://www.w3.org/TR/CSS/">CSS</a> is a language for describing the
104-
rendering of structured documents (such as HTML and XML) on screen, on
105-
paper, in speech, etc.
104+
<p> <span class=p-summary> This module contains the features of CSS
105+
relating to text decoration, such as underlines, text shadows, and
106+
emphasis marks. </span> <a href="http://www.w3.org/TR/CSS/">CSS</a> is a
107+
language for describing the rendering of structured documents (such as
108+
HTML and XML) on screen, on paper, in speech, etc.
106109

107110
<h2 class="no-num no-toc" id=status>Status of this document</h2>
108111

css-text-decor-3/Overview.src.html

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,19 @@
1111

1212
</head>
1313

14+
<body class="h-entry">
1415
<div class="head">
1516
<!--logo-->
1617

17-
<h1>CSS Text Decoration Module Level 3</h1>
18+
<h1 class="p-name">CSS Text Decoration Module Level 3</h1>
1819

19-
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
20+
<h2 class="no-num no-toc">[LONGSTATUS] <span class="dt-updated"><span class="value-title" title="[CDATE]">[DATE]</span></span></h2>
2021
<dl>
2122
<dt>This version:</dt>
2223
<!--
23-
<dd><a href="http://www.w3.org/TR/[YEAR]/WD-css-text-decor-3-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css-text-decor-3-[CDATE]/</a></dd>
24+
<dd><a class="u-url" href="http://www.w3.org/TR/[YEAR]/WD-css-text-decor-3-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css-text-decor-3-[CDATE]/</a></dd>
2425
-->
25-
<dd><a href="http://dev.w3.org/csswg/css-text-decor-3/">http://dev.w3.org/csswg/css-text-decor-3/</a>
26+
<dd><a class="u-url" href="http://dev.w3.org/csswg/css-text-decor-3/">http://dev.w3.org/csswg/css-text-decor-3/</a>
2627

2728
<dt>Latest version:</dt>
2829
<dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/[SHORTNAME]/</a></dd>
@@ -31,18 +32,20 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3132
<dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a></dd>
3233

3334
<dt>Previous version:</dt>
34-
<dd><a
35+
<dd><a rel="previous"
3536
href="http://www.w3.org/TR/2012/WD-css-text-decor-3-20121113/">http://www.w3.org/TR/2012/WD-css-text-decor-3-20121113/</a>
3637

3738
<dt>Issues List:</dt>
38-
<dd><a href="http://www.w3.org/Style/CSS/Tracker/products/10">http://www.w3.org/Style/CSS/Tracker/products/10</a>
39+
<dd><a rel="issues" href="http://www.w3.org/Style/CSS/Tracker/products/10">http://www.w3.org/Style/CSS/Tracker/products/10</a>
3940

4041
<dt>Discussion:</dt>
41-
<dd><a href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> with subject line &ldquo;<kbd>[text-decor-3] <var>&hellip; message topic &hellip;</var></kbd>&rdquo;
42+
<dd><a rel="discussion" href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> with subject line &ldquo;<kbd>[text-decor-3] <var>&hellip; message topic &hellip;</var></kbd>&rdquo;
4243

4344
<dt>Editors:</dt>
44-
<dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a> (Mozilla)</dd>
45-
<dd><a href="mailto:koji.a.ishii@mail.rakuten.com">Koji Ishii</a> (Rakuten, Inc.)</dd>
45+
<dd class="p-author h-card vcard">
46+
<a class="p-name fn u-url url" rel="author" href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a> (<span class="p-org org">Mozilla</span>)</dd>
47+
<dd class="p-author h-card vcard">
48+
<a class="p-name fn u-email email" rel="author" href="mailto:koji.a.ishii@mail.rakuten.com">Koji Ishii</a> (<span class="p-org org">Rakuten, Inc.</span>)</dd>
4649
</dl>
4750

4851
<!--copyright-->
@@ -52,8 +55,11 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
5255

5356
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
5457

55-
<p>This module contains the features of CSS relating to
58+
<p>
59+
<span class="p-summary">
60+
This module contains the features of CSS relating to
5661
text decoration, such as underlines, text shadows, and emphasis marks.
62+
</span>
5763
<a href="http://www.w3.org/TR/CSS/">CSS</a> is a language for describing
5864
the rendering of structured documents (such as HTML and XML) on screen, on
5965
paper, in speech, etc.

0 commit comments

Comments
 (0)