Skip to content

Commit d9de93c

Browse files
author
Tantek Çelik
committed
[css3-ui] sync a bit with module template; [css-module] add h-entry markup about the spec.
1 parent 9e50972 commit d9de93c

File tree

2 files changed

+32
-15
lines changed

2 files changed

+32
-15
lines changed

css-module/Overview.src.html

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,17 @@
2828
</style>
2929
</head>
3030

31+
<body class="h-entry">
32+
3133
<div class="head">
3234
<!--logo-->
3335

34-
<h1>CSS <var class="replaceme">TEMPLATE</var> Module Level <var class="replaceme">N</var></h1>
36+
<h1 class="p-name">CSS <var class="replaceme">TEMPLATE</var> Module Level <var class="replaceme">N</var></h1>
3537

36-
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
38+
<h2 class="no-num no-toc">[LONGSTATUS] <time class="dt-updated" datetime="[CDATE]">[DATE]</time></h2>
3739
<dl>
3840
<dt>This version:
39-
<dd><a href="[VERSION]" class="replaceme">http://www.w3.org/TR/[YEAR]/ED-cssN-FIXME-[CDATE]/</a>
41+
<dd><a href="[VERSION]" class="u-url replaceme">http://www.w3.org/TR/[YEAR]/ED-cssN-FIXME-[CDATE]/</a>
4042

4143
<dt>Latest version:
4244
<dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/[SHORTNAME]/</a>
@@ -45,22 +47,31 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
4547
<dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
4648

4749
<dt>Previous version:
48-
<dd><a href="http://www.w3.org/PreviousVersionURI">
50+
<dd><a rel="previous" href="http://www.w3.org/PreviousVersionURI">
4951
http://www.w3.org/PreviousVersionURI</a>
5052

5153
<dt>Issue Tracking:</dt>
52-
<dd><a href="http://www.w3.org/Style/CSS/Tracker/products/FIXME">http://www.w3.org/Style/CSS/Tracker/products/FIXME</a>
54+
<dd><a rel="issues" href="http://www.w3.org/Style/CSS/Tracker/products/FIXME">http://www.w3.org/Style/CSS/Tracker/products/FIXME</a>
55+
<!-- or use the wiki:
56+
<dd><a rel="issues" href="http://wiki.csswg.org/spec/cssN-FIXME"
57+
>http://wiki.csswg.org/spec/cssN-FIXME</a></dd>
58+
-->
5359

5460
<dt>Feedback:</dt>
55-
<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;
61+
<dd><a href="mailto:www-style@w3.org?subject=%5B[SHORTNAME]%5D%20feedback"
62+
>www-style@w3.org</a>
63+
with subject line &ldquo;<kbd>[[SHORTNAME]]
64+
<var>&hellip; message topic &hellip;</var></kbd>&rdquo;
65+
(<a rel="discussion" href="http://lists.w3.org/Archives/Public/www-style/"
66+
>archives</a>)
5667

5768
<dt>Editors:
58-
<dd class="h-card vcard">
69+
<dd class="p-author h-card vcard">
5970
<a class="p-name fn u-url url" rel="author"
6071
href="[editor1 personal URL (opt.)]">[editor1 name]</a>,
61-
<span class="p-org org">[affiliation (opt.)]</span>,
72+
<a class="p-org org h-org" href="[affiliation/co. home page (opt.)]">[affiliation (opt.)]</a>,
6273
<span class="u-email email">[email address (opt.)]</span>
63-
<dd class="h-card vcard">
74+
<dd class="p-author h-card vcard">
6475
<span class="p-name fn">[editor2 name]</span>,
6576
<span class="p-org org">[affiliation (opt.)]</span>,
6677
<span class="u-email email">[email address (opt.)]</span>
@@ -73,8 +84,12 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
7384

7485
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
7586

76-
<p>This module contains the features of CSS relating to
87+
<p>
88+
<span class="p-summary">
89+
This module contains the features of CSS relating to
7790
<var class="replaceme">DESCRIBE HERE</var>.
91+
</span>
92+
7893
<a href="http://www.w3.org/TR/CSS/">CSS</a> is a language for describing
7994
the rendering of structured documents (such as HTML and XML) on screen, on
8095
paper, in speech, etc.

css3-ui/Overview.src.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] <time class="dt-updated" datetime="[CDATE
6161
href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/"
6262
>http://www.w3.org/TR/2012/WD-css3-ui-20120117/</a></dd>
6363

64-
<dt>Issues list:</dt>
64+
<dt>Issues Tracking:</dt>
6565
<dd><a rel="issues" href="http://wiki.csswg.org/spec/css3-ui"
6666
>http://wiki.csswg.org/spec/css3-ui</a></dd>
6767

@@ -98,13 +98,15 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
9898

9999
<p>This section is <em>informative</em>.</p>
100100

101-
<p>CSS (Cascading Style Sheets) is a language for describing
102-
the rendering of HTML and XML documents on screen, on paper, in speech, etc.
103-
It uses various selectors, properties and values to style basic user interface elements in a document.
101+
<p>
104102
<span class="p-summary">
105-
This specification describes those user interface related selectors, properties and values that are proposed for CSS level&nbsp;3 to style HTML and XML (including XHTML and XForms).
103+
This specification describes user interface related selectors, properties and values that are proposed for CSS level&nbsp;3 to style HTML and XML (including XHTML).
106104
It includes and extends user interface related features from the selectors, properties and values of CSS level&nbsp;2 revision 1 and Selectors specifications.
107105
</span>
106+
107+
CSS (Cascading Style Sheets) is a language for describing
108+
the rendering of HTML and XML documents on screen, on paper, in speech, etc.
109+
It uses various selectors, properties and values to style basic user interface elements in a document.
108110
</p>
109111

110112
<h2 style="page-break-before:auto" class="no-num no-toc" id="status">Status of this document</h2>

0 commit comments

Comments
 (0)