Skip to content

Commit 7114fba

Browse files
author
Tantek Çelik
committed
[css-counter-styles-3] add h-card h-entry
1 parent 6e30171 commit 7114fba

File tree

2 files changed

+33
-30
lines changed

2 files changed

+33
-30
lines changed

css-counter-styles-3/Overview.html

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta content="CSS Counter Styles Level 3" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-02-19 name=dcterms.issued>
13+
<meta content=2013-02-20 name=dcterms.issued>
1414
<meta content="http://dev.w3.org/csswg/css-counter-styles-3/"
1515
name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
@@ -25,21 +25,21 @@
2525
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
2626
type="text/css">
2727

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

33-
<h1>CSS Counter Styles Level 3</h1>
33+
<h1 class=p-name>CSS Counter Styles Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 February
36-
2013</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <time
36+
class=dt-updated datetime=20130220>20 February 2013</time></h2>
3737

3838
<dl>
3939
<dt>This version:
4040

41-
<dd><!--<a href="http://www.w3.org/TR/2013/ED-css-counter-styles-3-20130219/">http://www.w3.org/TR/2013/WD-css-counter-styles-3-20130219/</a>-->
42-
<a
41+
<dd><!--<a class="u-url" href="http://www.w3.org/TR/2013/ED-css-counter-styles-3-20130220/">http://www.w3.org/TR/2013/WD-css-counter-styles-3-20130220/</a>-->
42+
<a class=u-url
4343
href="http://dev.w3.org/csswg/css-counter-styles-3/">http://dev.w3.org/csswg/css-counter-styles-3/</a>
4444

4545
<dt>Latest version:
@@ -54,8 +54,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 February
5454

5555
<dt>Previous version:
5656

57-
<dd><a
58-
href="http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/">http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/</a>
57+
<dd><a href="http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/"
58+
rel=previous>http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/</a>
5959

6060
<dt>Issue Tracking:
6161

@@ -71,8 +71,9 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 February
7171

7272
<dt>Editor:
7373

74-
<dd class=vcard> <a class=url href="http://xanthir.com/contact/"> <span
75-
class=fn>Tab Atkins Jr.</span>, </a> <span class=org>Google, Inc.</span>
74+
<dd class="p-author h-card vcard"> <a class="p-name fn u-url url"
75+
href="http://xanthir.com/contact/"> <span>Tab Atkins Jr.</span>, </a>
76+
<span class="p-org org">Google, Inc.</span>
7677
</dl>
7778
<!--begin-copyright-->
7879
<p class=copyright><a
@@ -97,15 +98,15 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 February
9798

9899
<h2 class="no-num no-toc" id=abstract> Abstract</h2>
99100

100-
<p> This module introduces the ‘<a href="#at-counter-style"><code
101-
class=css>@counter-style</code></a> rule, which allows authors to
102-
define their own custom <i>counter styles</i> for use with CSS list-marker
103-
and generated-content counters <a href="#CSS3LIST"
104-
rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>. It also predefines a
105-
set of common counter styles, including the ones present in CSS2 and
106-
CSS2.1. <a href="http://www.w3.org/TR/CSS/">CSS</a> is a language for
107-
describing the rendering of structured documents (such as HTML and XML) on
108-
screen, on paper, in speech, etc.
101+
<p> <span class=p-summary> This module introduces the ‘<a
102+
href="#at-counter-style"><code class=css>@counter-style</code></a>
103+
rule, which allows authors to define their own custom <i>counter
104+
styles</i> for use with CSS list-marker and generated-content counters <a
105+
href="#CSS3LIST" rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>. It
106+
also predefines a set of common counter styles, including the ones present
107+
in CSS2 and CSS2.1. </span> <a href="http://www.w3.org/TR/CSS/">CSS</a> is
108+
a language for describing the rendering of structured documents (such as
109+
HTML and XML) on screen, on paper, in speech, etc.
109110

110111
<h2 class="no-num no-toc" id=status> Status of this document</h2>
111112
<!--begin-status-->

css-counter-styles-3/Overview.src.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
pre.stylesheet { white-space: pre-wrap; }
99
</style>
1010
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED">
11-
</head><body>
11+
</head><body class="h-entry">
1212

1313
<div class='head'>
1414

1515
<!--logo-->
1616

17-
<h1>CSS Counter Styles Level 3</h1>
18-
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
17+
<h1 class="p-name">CSS Counter Styles Level 3</h1>
18+
<h2 class="no-num no-toc">[LONGSTATUS] <time class="dt-updated" datetime="[CDATE]">[DATE]</time></h2>
1919

2020
<dl>
2121
<dt>This version:
22-
<dd><!--<a href="http://www.w3.org/TR/[YEAR]/[STATUS]-[SHORTNAME]-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/</a>-->
23-
<a href="http://dev.w3.org/csswg/css-counter-styles-3/">http://dev.w3.org/csswg/css-counter-styles-3/</a>
22+
<dd><!--<a class="u-url" href="http://www.w3.org/TR/[YEAR]/[STATUS]-[SHORTNAME]-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/</a>-->
23+
<a class="u-url" href="http://dev.w3.org/csswg/css-counter-styles-3/">http://dev.w3.org/csswg/css-counter-styles-3/</a>
2424

2525
<dt>Latest version:
2626
<dd><a href="http://www.w3.org/TR/css-counter-styles-3/">http://www.w3.org/TR/css-counter-styles-3/</a>
@@ -29,7 +29,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
2929
<dd><a href="http://dev.w3.org/csswg/css-counter-styles-3/">http://dev.w3.org/csswg/css-counter-styles-3/</a>
3030

3131
<dt>Previous version:
32-
<dd><a href="http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/">http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/</a>
32+
<dd><a rel="previous" href="http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/">http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/</a>
3333

3434
<dt>Issue Tracking:</dt>
3535
<dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&amp;component=Counter%20Styles&amp;resolution=---">Bugzilla</a>
@@ -38,11 +38,11 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3838
<dd><a href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> with subject line &ldquo;<kbd>[css-counter-styles] <var>&hellip; message topic &hellip;</var></kbd>&rdquo;
3939

4040
<dt>Editor:
41-
<dd class='vcard'>
42-
<a href="http://xanthir.com/contact/" class='url'>
43-
<span class='fn'>Tab Atkins Jr.</span>,
41+
<dd class='p-author h-card vcard'>
42+
<a href="http://xanthir.com/contact/" class='p-name fn u-url url'>
43+
<span>Tab Atkins Jr.</span>,
4444
</a>
45-
<span class=org>Google, Inc.</span>
45+
<span class="p-org org">Google, Inc.</span>
4646
</dl>
4747

4848
<!--copyright-->
@@ -54,11 +54,13 @@ <h2 class="no-num no-toc" id="abstract">
5454
Abstract</h2>
5555

5656
<p>
57+
<span class="p-summary">
5758
This module introduces the ''@counter-style'' rule,
5859
which allows authors to define their own custom <i>counter styles</i>
5960
for use with CSS list-marker and generated-content counters [[CSS3LIST]].
6061
It also predefines a set of common counter styles,
6162
including the ones present in CSS2 and CSS2.1.
63+
</span>
6264
<a href="http://www.w3.org/TR/CSS/">CSS</a> is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, in speech, etc.
6365

6466
<h2 class="no-num no-toc" id="status">

0 commit comments

Comments
 (0)