Skip to content

Commit 38577c2

Browse files
committed
Prepare for WD
1 parent 0ed5256 commit 38577c2

2 files changed

Lines changed: 33 additions & 23 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
h2, .example { clear: both; }
1919
img, object { max-width: 100%; }
2020
</style>
21-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
21+
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet
2222
type="text/css">
2323

2424
<body>
@@ -28,14 +28,14 @@
2828

2929
<h1>CSS Writing Modes Module Level 3</h1>
3030

31-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 January
31+
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 04 February
3232
2011</h2>
3333

3434
<dl>
3535
<dt>This version:
3636

3737
<dd><a
38-
href="http://www.w3.org/TR/2011/ED-css3-writing-modes-20110128">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110128</a>
38+
href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110204">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110204</a>
3939

4040

4141
<dt>Latest version:
@@ -102,36 +102,42 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
102102
<h2 class="no-num no-toc" id=status>Status of this document</h2>
103103
<!--begin-status-->
104104

105-
<p>This is a public copy of the editors' draft. It is provided for
106-
discussion only and may change at any moment. Its publication here does
107-
not imply endorsement of its contents by W3C. Don't cite this document
108-
other than as work in progress.
105+
<p><em>This section describes the status of this document at the time of
106+
its publication. Other documents may supersede this document. A list of
107+
current W3C publications and the latest revision of this technical report
108+
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
109+
index at http://www.w3.org/TR/.</a></em>
110+
111+
<p>Publication as a Working Draft does not imply endorsement by the W3C
112+
Membership. This is a draft document and may be updated, replaced or
113+
obsoleted by other documents at any time. It is inappropriate to cite this
114+
document as other than work in progress.
109115

110116
<p>The (<a
111117
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
112-
mailing list <a
113-
href="mailto:www-style@w3.org?Subject=%5Bcss3-writing-modes%5D%20PUT%20SUBJECT%20HERE">
114-
www-style@w3.org</a> (see <a
115-
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
116-
discussion of this specification. When sending e-mail, please put the text
117-
&#8220;css3-writing-modes&#8221; in the subject, preferably like this:
118-
&#8220;[<!---->css3-writing-modes<!---->] <em>&hellip;summary of
118+
mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a> (see
119+
<a href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
120+
for discussion of this specification. When sending e-mail, please put the
121+
text &#8220;css3-writing-modes&#8221; in the subject, preferably like
122+
this: &#8220;[<!---->css3-writing-modes<!---->] <em>&hellip;summary of
119123
comment&hellip;</em>&#8221;
120124

121-
<p>This document was produced by the <a href="/Style/CSS/members">CSS
122-
Working Group</a> (part of the <a href="/Style/">Style Activity</a>).
125+
<p>This document was produced by the <a
126+
href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part of
127+
the <a href="http://www.w3.org/Style/">Style Activity</a>).
123128

124129
<p>This document was produced by a group operating under the <a
125-
href="/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent
126-
Policy</a>. W3C maintains a <a href="/2004/01/pp-impl/32061/status"
130+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
131+
2004 W3C Patent Policy</a>. W3C maintains a <a
132+
href="http://www.w3.org/2004/01/pp-impl/32061/status"
127133
rel=disclosure>public list of any patent disclosures</a> made in
128134
connection with the deliverables of the group; that page also includes
129135
instructions for disclosing a patent. An individual who has actual
130136
knowledge of a patent which the individual believes contains <a
131-
href="/Consortium/Patent-Policy-20040205/#def-essential">Essential
137+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
132138
Claim(s)</a> must disclose the information in accordance with <a
133-
href="/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the
134-
W3C Patent Policy</a>.</p>
139+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
140+
6 of the W3C Patent Policy</a>.</p>
135141
<!--end-status-->
136142

137143
<h2 class="no-num no-toc" id=Contents>Table of Contents</h2>
@@ -1054,6 +1060,8 @@ <h3 id=writing-mode><span class=secno>3.1. </span> Block Flow Direction:
10541060
<h2 id=intro-text-layout><span class=secno>4. </span> Introduction to
10551061
Intrinsic Text Layout</h2>
10561062

1063+
<p>[Describe here any necessary concepts from UTN22]
1064+
10571065
<h3 id=text-orientation><span class=secno>4.1. </span>Orienting Text: the
10581066
&lsquo;<a href="#text-orientation0"><code
10591067
class=property>text-orientation</code></a>&rsquo; property</h3>

css3-writing-modes/Overview.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
h2, .example { clear: both; }
1717
img, object { max-width: 100%; }
1818
</style>
19-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
19+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css">
2020
</head>
2121

2222
<body>
@@ -30,7 +30,7 @@ <h1>CSS Writing Modes Module Level 3</h1>
3030
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3131
<dl>
3232
<dt>This version:</dt>
33-
<dd><a href="http://www.w3.org/TR/[YEAR]/ED-[SHORTNAME]-[CDATE]">[VERSION]</a>
33+
<dd><a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]">[VERSION]</a>
3434
<dt>Latest version:</dt>
3535
<dd><a
3636
href="http://www.w3.org/TR/css3-writing-modes/">http://www.w3.org/TR/css3-writing-modes/</a></dd>
@@ -734,6 +734,8 @@ <h3 id="writing-mode">
734734
<h2 id="intro-text-layout">
735735
Introduction to Intrinsic Text Layout</h2>
736736

737+
<p>[Describe here any necessary concepts from UTN22]</p>
738+
737739
<h3 id="text-orientation">Orienting Text: the 'text-orientation' property</h3>
738740

739741
<table class="propdef">

0 commit comments

Comments
 (0)