Skip to content

Commit 1ad0d1a

Browse files
author
Tantek Çelik
committed
fix HTML40 ref to HTML401, update to a editor's draft latest version, add hCard to editors (incl self)
1 parent a04227a commit 1ad0d1a

2 files changed

Lines changed: 70 additions & 59 deletions

File tree

css-style-attr/Overview.html

Lines changed: 51 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<title>CSS Styling Attributes Level 1</title>
77
<link href=default.css rel=stylesheet type="text/css">
8-
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel=stylesheet
8+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
99
type="text/css">
1010

1111
<body>
@@ -15,17 +15,15 @@
1515

1616
<h1>CSS Styling Attributes Level 1</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 23 February
19-
2010</h2>
18+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 August 2010</h2>
2019

2120
<dl>
22-
<dt>This version:
23-
24-
<dd>
21+
<dt>This version:</dt>
22+
<!-- <dd><dd><a href="http://www.w3.org/TR/2010/WD-css-style-attr-20100823/">http://www.w3.org/TR/2010/WD-css-style-attr-20100823/</a></dd> -->
2523

2624
<dd><a
27-
href="http://www.w3.org/TR/2010/WD-css-style-attr-20100223/">http://www.w3.org/TR/2010/WD-css-style-attr-20100223/</a></dd>
28-
<!-- <dd><a href="http://dev.w3.org/csswg/css-style-attr/">http://dev.w3.org/csswg/css-style-attr/</a> -->
25+
href="http://dev.w3.org/csswg/css-style-attr/">http://dev.w3.org/csswg/css-style-attr/</a>
26+
2927

3028
<dt>Latest version:
3129

@@ -36,24 +34,33 @@ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 23 February
3634
<dt>Previous version:
3735

3836
<dd><a
39-
href="http://www.w3.org/TR/2002/WD-css-style-attr-20020515">http://www.w3.org/TR/2002/WD-css-style-attr-20020515</a>
37+
href="http://www.w3.org/TR/2010/WD-css-style-attr-20100121/">http://www.w3.org/TR/2010/WD-css-style-attr-20100121/</a>
4038

4139

42-
<dt>Editor:
40+
<dt>Editors:
4341

44-
<dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a>
42+
<dd class=vcard><a class="fn url" href="http://tantek.com/"
43+
lang=tr>Tantek &Ccedil;elik</a> (<span class="company role url">invited
44+
expert</span>, and before at <a
45+
href="http://www.microsoft.com/">Microsoft Corporation</a>) &lt;<a
46+
class=email
47+
href="mailto:tantek@cs.stanford.edu">tantek@cs.stanford.edu</a>&gt;
4548

46-
<dt>Previous Editors:
49+
<dd class=vcard><a class="fn n url"
50+
href="http://fantasai.inkedblade.net/contact"><span
51+
class=given-name>Elika</span> <abbr class=additional-name>J.</abbr>
52+
<span class=family-name>Etemad</span></a> (<span class="company
53+
role">invited expert</span>)
4754

48-
<dd><span lang=tr>Tantek &Ccedil;elik</span> (<a
49-
href="http://www.microsoft.com/">Microsoft</a>), &lt;<a
50-
href="mailto:tantekc@microsoft.com">tantekc@microsoft.com</a>&gt;
55+
<dt>Previous Editors:
5156

52-
<dd><a href="http://www.w3.org/People/Bos/">Bert Bos</a> (<a
53-
href="http://www.w3.org/">W3C</a>), &lt;<a
57+
<dd class=vcard><a class="fn url"
58+
href="http://www.w3.org/People/Bos/">Bert Bos</a> (<a class=org
59+
href="http://www.w3.org/">W3C</a>), &lt;<a class=email
5460
href="mailto:bert@w3.org">bert@w3.org</a>&gt;
5561

56-
<dd>Marc Attinasi (AOL/Netscape), &lt;<a
62+
<dd class=vcard><span class=fn>Marc Attinasi</span> (<span
63+
class=org>AOL/Netscape</span>), &lt;<a class=email
5764
href="mailto:attinasi@netscape.com">attinasi@netscape.com</a>&gt;
5865
</dl>
5966
<!--begin-copyright-->
@@ -79,8 +86,8 @@ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 23 February
7986

8087
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
8188

82-
<p>Markup languages such as HTML <a href="#HTML40"
83-
rel=biblioentry>[HTML40]<!--{{HTML40}}--></a> and SVG <a href="#SVG11"
89+
<p>Markup languages such as HTML <a href="#HTML401"
90+
rel=biblioentry>[HTML401]<!--{{HTML401}}--></a> and SVG <a href="#SVG11"
8491
rel=biblioentry>[SVG11]<!--{{SVG11}}--></a> provide a styling attribute on
8592
most elements, to hold inline style information that applies to those
8693
elements. One of the possible style sheet languages is CSS. This draft
@@ -90,42 +97,36 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
9097
<h2 class="no-num no-toc" id=status>Status of this document</h2>
9198
<!--begin-status-->
9299

93-
<p><em>This section describes the status of this document at the time of
94-
its publication. Other documents may supersede this document. A list of
95-
current W3C publications and the latest revision of this technical report
96-
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
97-
index at http://www.w3.org/TR/.</a></em>
98-
99-
<p>Publication as a Working Draft does not imply endorsement by the W3C
100-
Membership. This is a draft document and may be updated, replaced or
101-
obsoleted by other documents at any time. It is inappropriate to cite this
102-
document as other than work in progress.
100+
<p>This is a public copy of the editors' draft. It is provided for
101+
discussion only and may change at any moment. Its publication here does
102+
not imply endorsement of its contents by W3C. Don't cite this document
103+
other than as work in progress.
103104

104105
<p>The (<a
105106
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
106-
mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a> (see
107-
<a href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
108-
for discussion of this specification. When sending e-mail, please put the
109-
text &#8220;css-style-attr&#8221; in the subject, preferably like this:
107+
mailing list <a
108+
href="mailto:www-style@w3.org?Subject=%5Bcss-style-attr%5D%20PUT%20SUBJECT%20HERE">
109+
www-style@w3.org</a> (see <a
110+
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
111+
discussion of this specification. When sending e-mail, please put the text
112+
&#8220;css-style-attr&#8221; in the subject, preferably like this:
110113
&#8220;[<!---->css-style-attr<!---->] <em>&hellip;summary of
111114
comment&hellip;</em>&#8221;
112115

113-
<p>This document was produced by the <a
114-
href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part of
115-
the <a href="http://www.w3.org/Style/">Style Activity</a>).
116+
<p>This document was produced by the <a href="/Style/CSS/members">CSS
117+
Working Group</a> (part of the <a href="/Style/">Style Activity</a>).
116118

117119
<p>This document was produced by a group operating under the <a
118-
href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
119-
2004 W3C Patent Policy</a>. W3C maintains a <a
120-
href="http://www.w3.org/2004/01/pp-impl/32061/status"
120+
href="/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent
121+
Policy</a>. W3C maintains a <a href="/2004/01/pp-impl/32061/status"
121122
rel=disclosure>public list of any patent disclosures</a> made in
122123
connection with the deliverables of the group; that page also includes
123124
instructions for disclosing a patent. An individual who has actual
124125
knowledge of a patent which the individual believes contains <a
125-
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
126+
href="/Consortium/Patent-Policy-20040205/#def-essential">Essential
126127
Claim(s)</a> must disclose the information in accordance with <a
127-
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
128-
6 of the W3C Patent Policy</a>.</p>
128+
href="/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the
129+
W3C Patent Policy</a>.</p>
129130
<!--end-status-->
130131

131132
<p>This specification is a <strong>Last Call Working Draft</strong>. All
@@ -176,7 +177,8 @@ <h2 id=intro><span class=secno>1. </span>Introduction</h2>
176177

177178
<div class=example>
178179
<p>The following example shows the use of the <code>style</code> attribute
179-
in HTML <a href="#HTML40" rel=biblioentry>[HTML40]<!--{{HTML40}}--></a>:</p>
180+
in HTML <a href="#HTML401"
181+
rel=biblioentry>[HTML401]<!--{{HTML401}}--></a>:</p>
180182

181183
<pre>&lt;p style="<em>color: #090; line-height: 1.2</em>"&gt;...&lt;/p&gt;</pre>
182184
</div>
@@ -328,12 +330,12 @@ <h3 class=no-num id=informative-references>Informative references</h3>
328330
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
329331
<!---->
330332

331-
<dt id=HTML40>[HTML40]
333+
<dt id=HTML401>[HTML401]
332334

333-
<dd>Ian Jacobs; David Raggett; Arnaud Le Hors. <a
334-
href="http://www.w3.org/TR/1998/REC-html40-19980424"><cite>HTML 4.0
335-
Specification.</cite></a> 24 April 1998. W3C Recommendation. URL: <a
336-
href="http://www.w3.org/TR/1998/REC-html40-19980424">http://www.w3.org/TR/1998/REC-html40-19980424</a>
335+
<dd>David Raggett; Ian Jacobs; Arnaud Le Hors. <a
336+
href="http://www.w3.org/TR/1999/REC-html401-19991224"><cite>HTML 4.01
337+
Specification.</cite></a> 24 December 1999. W3C Recommendation. URL: <a
338+
href="http://www.w3.org/TR/1999/REC-html401-19991224">http://www.w3.org/TR/1999/REC-html401-19991224</a>
337339
</dd>
338340
<!---->
339341

css-style-attr/Overview.src.html

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,27 @@ <h1>CSS Styling Attributes Level 1</h1>
1616
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
1717
<dl>
1818
<dt>This version:</dt>
19-
<dd><dd><a href="http://www.w3.org/TR/[YEAR]/WD-css-style-attr-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css-style-attr-[CDATE]/</a></dd>
20-
<!-- <dd><a href="http://dev.w3.org/csswg/css-style-attr/">http://dev.w3.org/csswg/css-style-attr/</a> -->
19+
<!-- <dd><dd><a href="http://www.w3.org/TR/[YEAR]/WD-css-style-attr-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css-style-attr-[CDATE]/</a></dd> -->
20+
<dd><a href="http://dev.w3.org/csswg/css-style-attr/">http://dev.w3.org/csswg/css-style-attr/</a>
21+
</dd>
2122
<dt>Latest version:
2223
<dd><a href="http://www.w3.org/TR/css-style-attr">http://www.w3.org/TR/css-style-attr</a>
2324
<dt>Previous version:
24-
<dd><a href="http://www.w3.org/TR/2002/WD-css-style-attr-20020515">http://www.w3.org/TR/2002/WD-css-style-attr-20020515</a>
25-
<dt>Editor:
26-
<dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a>
25+
<dd><a href="http://www.w3.org/TR/2010/WD-css-style-attr-20100121/">http://www.w3.org/TR/2010/WD-css-style-attr-20100121/</a>
26+
<dt>Editors:
27+
<dd class="vcard"><a lang="tr" class="fn url" href="http://tantek.com/">Tantek &Ccedil;elik</a>
28+
(<span class="company role url">invited expert</span>,
29+
and before at <a href="http://www.microsoft.com/">Microsoft Corporation</a>)
30+
&lt;<a class="email"
31+
href="mailto:tantek@cs.stanford.edu">tantek@cs.stanford.edu</a>&gt;
32+
</dd>
33+
<dd class="vcard"><a class="fn n url" href="http://fantasai.inkedblade.net/contact"><span class="given-name">Elika</span> <abbr class="additional-name">J.</abbr> <span class="family-name">Etemad</span></a> (<span class="company role">invited expert</span>)
34+
</dd>
2735
<dt>Previous Editors:
28-
<dd><span lang="tr">Tantek &Ccedil;elik</span> (<a href="http://www.microsoft.com/">Microsoft</a>), &lt;<a href="mailto:tantekc@microsoft.com">tantekc@microsoft.com</a>&gt;
29-
<dd><a href="http://www.w3.org/People/Bos/">Bert Bos</a> (<a href="http://www.w3.org/">W3C</a>), &lt;<a href="mailto:bert@w3.org">bert@w3.org</a>&gt;
30-
<dd>Marc Attinasi (AOL/Netscape), &lt;<a href="mailto:attinasi@netscape.com">attinasi@netscape.com</a>&gt;
36+
<dd class="vcard"><a class="fn url" href="http://www.w3.org/People/Bos/">Bert Bos</a> (<a class="org" href="http://www.w3.org/">W3C</a>), &lt;<a class="email" href="mailto:bert@w3.org">bert@w3.org</a>&gt;
37+
</dd>
38+
<dd class="vcard"><span class="fn">Marc Attinasi</span> (<span class="org">AOL/Netscape</span>), &lt;<a class="email" href="mailto:attinasi@netscape.com">attinasi@netscape.com</a>&gt;
39+
</dd>
3140
</dl>
3241
<!--begin-copyright-->
3342
<p>[Here will be included the file "../copyright.inc"]</p>
@@ -38,7 +47,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3847

3948
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
4049

41-
<p>Markup languages such as HTML [[HTML40]] and SVG [[SVG11]] provide a styling
50+
<p>Markup languages such as HTML [[HTML401]] and SVG [[SVG11]] provide a styling
4251
attribute on most elements, to hold inline style information that applies
4352
to those elements. One of the possible style sheet languages is CSS. This
4453
draft describes the syntax and interpretation of the CSS fragment that can
@@ -70,7 +79,7 @@ <h2 id="intro">Introduction</h2>
7079

7180
<div class="example">
7281
<p>The following example shows the use of the <code>style</code> attribute
73-
in HTML [[HTML40]]:</p>
82+
in HTML [[HTML401]]:</p>
7483
<pre>&lt;p style="<em>color: #090; line-height: 1.2</em>"&gt;...&lt;/p&gt;</pre>
7584
</div>
7685

0 commit comments

Comments
 (0)