Skip to content

Commit c3ce5c9

Browse files
committed
Prepare for LCWD
1 parent cefb8c7 commit c3ce5c9

File tree

2 files changed

+34
-14
lines changed

2 files changed

+34
-14
lines changed

css-style-attr/Overview.html

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang=en>
44
<head><meta content="text/html; charset=utf-8" http-equiv=Content-Type>
55

6-
<title>CSS Styling Attribute Syntax Level 1</title>
6+
<title>CSS Styling Attributes Level 1</title>
77
<link href="../default.css" rel=stylesheet type="text/css">
88
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
99
type="text/css">
@@ -13,7 +13,7 @@
1313
<p><a href="http://www.w3.org/"><img alt=W3C height=48
1414
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
1515

16-
<h1>CSS Styling Attribute Syntax Level 1</h1>
16+
<h1>CSS Styling Attributes Level 1</h1>
1717

1818
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 January
1919
2010</h2>
@@ -120,6 +120,17 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
120120
W3C Patent Policy</a>.</p>
121121
<!--end-status-->
122122

123+
<p>This specification is a <strong>Last Call Working Draft</strong>. All
124+
persons are encouraged to review this document and <strong>send comments
125+
to the <a
126+
href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
127+
mailing list</strong> as described above. The <strong>deadline for
128+
comments</strong> is <strong>9 February 2010</strong>.
129+
130+
<p>A CSS Styling Attribute <a href="http://www.w3.org/Style/CSS/Test/">Test
131+
Suite</a> will be developed during the Candidate Recommendation phase of
132+
this CSS Styling Attribute specification.
133+
123134
<h2 class="no-num no-toc" id=contents>Table of contents</h2>
124135
<!--begin-toc-->
125136

@@ -164,14 +175,13 @@ <h2 id=intro><span class=secno>1. </span>Introduction</h2>
164175

165176
<h2 id=conformance><span class=secno>2. </span>Conformance</h2>
166177

167-
<p>A document or implementation cannot conform to CSS Styling Attribute
168-
Syntax Level 1 alone, but can claim conformance to CSS Styling Attribute
169-
Syntax Level 1 if it satisfies the conformance requirements in this
170-
specification when implementing CSS together with styling attribute
171-
handling as defined in a document language that has CSS styling
172-
attributes.
178+
<p>A document or implementation cannot conform to CSS Styling Attributes
179+
Level 1 alone, but can claim conformance to CSS Styling Attributes Level 1
180+
if it satisfies the conformance requirements in this specification when
181+
implementing CSS together with styling attribute handling as defined in a
182+
document language that has CSS styling attributes.
173183

174-
<p>Conformance to CSS Styling Attribute Syntax Level 1 is defined for two
184+
<p>Conformance to CSS Styling Attributes Level 1 is defined for two
175185
classes:
176186

177187
<dl>

css-style-attr/Overview.src.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5-
<title>CSS Styling Attribute Syntax Level 1</title>
5+
<title>CSS Styling Attributes Level 1</title>
66
<link rel="stylesheet" type="text/css" href="../default.css">
77

88
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED">
@@ -11,7 +11,7 @@
1111
<div class="head">
1212
<!--logo-->
1313

14-
<h1>CSS Styling Attribute Syntax Level 1</h1>
14+
<h1>CSS Styling Attributes Level 1</h1>
1515

1616
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
1717
<dl>
@@ -45,6 +45,16 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
4545

4646
<h2 class="no-num no-toc" id="status">Status of this document</h2>
4747
<!--status-->
48+
<p>This specification is a <strong>Last Call Working Draft</strong>. All
49+
persons are encouraged to review this document and <strong>send comments
50+
to the <a
51+
href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
52+
mailing list</strong> as described above. The <strong>deadline for
53+
comments</strong> is <strong>9 February 2010</strong>.
54+
55+
<p>A CSS Styling Attribute <a href="http://www.w3.org/Style/CSS/Test/">Test
56+
Suite</a> will be developed during the Candidate Recommendation phase of
57+
this CSS Styling Attribute specification.
4858

4959
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
5060
<!--toc-->
@@ -65,13 +75,13 @@ <h2 id="intro">Introduction</h2>
6575

6676
<h2 id="conformance">Conformance</h2>
6777

68-
<p>A document or implementation cannot conform to CSS Styling Attribute Syntax
69-
Level 1 alone, but can claim conformance to CSS Styling Attribute Syntax Level 1
78+
<p>A document or implementation cannot conform to CSS Styling Attributes
79+
Level 1 alone, but can claim conformance to CSS Styling Attributes Level 1
7080
if it satisfies the conformance requirements in this specification when
7181
implementing CSS together with styling attribute handling as defined in a
7282
document language that has CSS styling attributes.</p>
7383

74-
<p>Conformance to CSS Styling Attribute Syntax Level 1 is defined for two
84+
<p>Conformance to CSS Styling Attributes Level 1 is defined for two
7585
classes:
7686
<dl>
7787
<dt><dfn>document</dfn></dt>

0 commit comments

Comments
 (0)