Skip to content

Commit 1634ae0

Browse files
author
Rune Lillesveen
committed
More preparations for WD.
1 parent 671e4a1 commit 1634ae0

3 files changed

Lines changed: 548 additions & 19 deletions

File tree

css-device-adapt/Overview.html

Lines changed: 45 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
<head><meta content="text/html;charset=utf-8" http-equiv=Content-Type>
66

77
<title>CSS Device Adaptation</title>
8-
<link href="http://dev.w3.org/csswg/default.css" rel=stylesheet
9-
type="text/css">
10-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
11-
type="text/css">
128
<link href=default.css rel=stylesheet type="text/css">
9+
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel=stylesheet
10+
type="text/css">
1311

1412
<body class=draft>
1513
<div class=head> <!--begin-logo-->
@@ -18,23 +16,23 @@
1816

1917
<h1>CSS Device Adaptation</h1>
2018

21-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 September
19+
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 7 September
2220
2011</h2>
2321

2422
<dl>
2523
<dt>This version:
2624

2725
<dd><a
28-
href="http://dev.w3.org/csswg/css-device-adapt/">http://dev.w3.org/csswg/css-device-adapt/</a>
26+
href="http://www.w3.org/TR/2011/WD-css-device-adapt-20110907/">http://www.w3.org/TR/2011/WD-css-device-adapt-20110907/</a>
2927

3028
<dt>Latest version:
3129

3230
<dd><a
33-
href="http://dev.w3.org/csswg/css-device-adapt/">http://dev.w3.org/csswg/css-device-adapt/</a>
31+
href="http://www.w3.org/TR/css-device-adapt/">http://www.w3.org/TR/css-device-adapt/</a>
3432

3533
<dt>Previous version:
3634

37-
<dd>-
35+
<dd>None
3836

3937
<dt>Editor:
4038

@@ -72,10 +70,43 @@ <h2 class="no-num no-toc" id=status-of-this-document>Status of this
7270
document</h2>
7371
<!--begin-status-->
7472

75-
<p>This is a public copy of the editors' draft. It is provided for
76-
discussion only and may change at any moment. It probably contains errors.
77-
Its publication here does not imply endorsement of its contents by W3C.
78-
<!--end-status-->
73+
<p><em>This section describes the status of this document at the time of
74+
its publication. Other documents may supersede this document. A list of
75+
current W3C publications and the latest revision of this technical report
76+
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
77+
index at http://www.w3.org/TR/.</a></em>
78+
79+
<p>Publication as a Working Draft does not imply endorsement by the W3C
80+
Membership. This is a draft document and may be updated, replaced or
81+
obsoleted by other documents at any time. It is inappropriate to cite this
82+
document as other than work in progress.
83+
84+
<p>The (<a
85+
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
86+
mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a> (see
87+
<a href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
88+
for discussion of this specification. When sending e-mail, please put the
89+
text &#8220;css-device-adapt&#8221; in the subject, preferably like this:
90+
&#8220;[<!---->css-device-adapt<!---->] <em>&hellip;summary of
91+
comment&hellip;</em>&#8221;
92+
93+
<p>This document was produced by the <a
94+
href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part of
95+
the <a href="http://www.w3.org/Style/">Style Activity</a>).
96+
97+
<p>This document was produced by a group operating under the <a
98+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
99+
2004 W3C Patent Policy</a>. W3C maintains a <a
100+
href="http://www.w3.org/2004/01/pp-impl/32061/status"
101+
rel=disclosure>public list of any patent disclosures</a> made in
102+
connection with the deliverables of the group; that page also includes
103+
instructions for disclosing a patent. An individual who has actual
104+
knowledge of a patent which the individual believes contains <a
105+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
106+
Claim(s)</a> must disclose the information in accordance with <a
107+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
108+
6 of the W3C Patent Policy</a>.</p>
109+
<!--end-status-->
79110

80111
<h2 class="no-num no-toc" id=table-of-contents>Table of contents</h2>
81112
<!--begin-toc-->
@@ -374,7 +405,8 @@ <h2 id=viewport-properties><span class=secno>5. </span>Viewport properties</h2>
374405
will be dropped.
375406

376407
<p>Relative length values are resolved against initial values. For instance
377-
'em's are resolved against the initial value of the font-size property.
408+
&lsquo;<code class=property>em</code>&rsquo;s are resolved against the
409+
initial value of the font-size property.
378410

379411
<h3 id=the-lsquomin-widthrsquo-and-lsquomax-wid><span class=secno>5.1.
380412
</span>The &lsquo;<a href="#min-width"><code

css-device-adapt/Overview.src.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
55
<title>CSS Device Adaptation</title>
6-
<link href="http://dev.w3.org/csswg/default.css" rel="stylesheet" type="text/css">
7-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel="stylesheet" type="text/css">
86
<link href="default.css" rel="stylesheet" type="text/css">
7+
<link href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]" rel="stylesheet" type="text/css">
98
</head>
109
<body class="draft">
1110
<div class="head">
@@ -17,13 +16,13 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
1716

1817
<dl>
1918
<dt>This version:</dt>
20-
<dd><a href="http://dev.w3.org/csswg/css-device-adapt/">http://dev.w3.org/csswg/css-device-adapt/</a></dd>
19+
<dd><a href="http://www.w3.org/TR/[YEAR]/WD-css-device-adapt-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css-device-adapt-[CDATE]/</a></dd>
2120

2221
<dt>Latest version:</dt>
23-
<dd><a href="http://dev.w3.org/csswg/css-device-adapt/">http://dev.w3.org/csswg/css-device-adapt/</a></dd>
22+
<dd><a href="http://www.w3.org/TR/css-device-adapt/">http://www.w3.org/TR/css-device-adapt/</a></dd>
2423

2524
<dt>Previous version:</dt>
26-
<dd>-</dd>
25+
<dd>None</dd>
2726

2827
<dt>Editor:</dt>
2928
<dd><a href="mailto:rune@opera.com">Rune Lillesveen</a> (<a href="http://www.opera.com/">Opera Software</a>)</dd>

0 commit comments

Comments
 (0)